Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Module for 3Com 3C918?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
GentooMN
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jun 2002
Posts: 76
Location: Minnesota

PostPosted: Fri Aug 13, 2004 1:47 pm    Post subject: Module for 3Com 3C918? Reply with quote

Does anybody know if there is a module for this NIC in Gentoo 2004.2? If not, is there a way I could download the appropriate module and modprobe it for the install? Any help is appreciated :D
Back to top
View user's profile Send private message
smonijhay1
Apprentice
Apprentice


Joined: 29 Apr 2004
Posts: 229
Location: Ann Arbor Michigan

PostPosted: Fri Aug 13, 2004 2:34 pm    Post subject: Reply with quote

you can try getting them from either

here

or here.
_________________
you mean you are going to remember me by what I type....here?
Back to top
View user's profile Send private message
GentooMN
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jun 2002
Posts: 76
Location: Minnesota

PostPosted: Fri Aug 13, 2004 2:45 pm    Post subject: Reply with quote

I've got the source for the drivers onto my System, but how do I compile them? I get the following error when using the commad...

Code:
gcc -c 3c90x.c -O2 -Wall -Wstrict-prototypes -fomit-frame-pointer \
          -fno-strength-reduce -pipe -m486 -malign-loops=2 \
          -malign-jumps=2 -malign-functions=2 -DCPU=486 \
          -DMODULE -D__KERNEL__


Could not locate/run "gcc"

Any ideas?
Back to top
View user's profile Send private message
GentooMN
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jun 2002
Posts: 76
Location: Minnesota

PostPosted: Fri Aug 13, 2004 2:46 pm    Post subject: Reply with quote

BTW, I'm trying to do an install off of the Gentoo 2004.2 Minimal CD.
Back to top
View user's profile Send private message
smonijhay1
Apprentice
Apprentice


Joined: 29 Apr 2004
Posts: 229
Location: Ann Arbor Michigan

PostPosted: Fri Aug 13, 2004 2:51 pm    Post subject: Reply with quote

this is just a humble guess

try typing
Code:
whereis gcc


and see if you get any output

if you do try running gcc from the full path
_________________
you mean you are going to remember me by what I type....here?
Back to top
View user's profile Send private message
GentooMN
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jun 2002
Posts: 76
Location: Minnesota

PostPosted: Fri Aug 13, 2004 3:00 pm    Post subject: Reply with quote

Already tried that and got the same error. Am I not able to compile source from the Install CD?
Back to top
View user's profile Send private message
smonijhay1
Apprentice
Apprentice


Joined: 29 Apr 2004
Posts: 229
Location: Ann Arbor Michigan

PostPosted: Fri Aug 13, 2004 3:42 pm    Post subject: Reply with quote

if you are still using the CD's environment to set up, you should already have drivers ready to detect your nic card. You shouldn't have to install them. You would only have to install them and compile them when you are at the stage of compiling your kernel. If you are following the Gentoo Handbook as your guide to installing, you would be at the point you are now after you have chrooted into your own environment.

Otherwise you should be able to configure your network card from the drivers on the cd. Can you tell me what you did when you noticed you were having a problem with your network card?
_________________
you mean you are going to remember me by what I type....here?
Back to top
View user's profile Send private message
GentooMN
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jun 2002
Posts: 76
Location: Minnesota

PostPosted: Fri Aug 13, 2004 3:46 pm    Post subject: Reply with quote

That's the problem, there aren't any drivers on the LiveCD for my NIC. I need the 3c90x.o module for my 3C918 NIC and they don't seem to be on the LiveCD, that's why I was trying to compile them myself...
Back to top
View user's profile Send private message
mdtsandman
n00b
n00b


Joined: 13 Aug 2004
Posts: 48
Location: Vancouver, BC, Canada

PostPosted: Fri Aug 13, 2004 3:57 pm    Post subject: Reply with quote

GentooMN wrote:
BTW, I'm trying to do an install off of the Gentoo 2004.2 Minimal CD.


I'm not sure about this (I'm a gentoo noob, but not a linux noob), but I think you only have 3 options:

1. Use the universal livecd (which will have gcc on it).
2. Use another ethernet card.
3. Compile the ethernet driver on another system and put it on a floppy.

The minimal livecd is designed to allow you to connect to the net and then download everything as you install it (gcc included). If you can't get networking setup because the driver for your NIC is not on the minimal livecd, then you're hooped.

Mike.
Back to top
View user's profile Send private message
GentooMN
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jun 2002
Posts: 76
Location: Minnesota

PostPosted: Fri Aug 13, 2004 4:17 pm    Post subject: Reply with quote

Downloading the Universal CD now... Thanks for your help everyone!
Back to top
View user's profile Send private message
smonijhay1
Apprentice
Apprentice


Joined: 29 Apr 2004
Posts: 229
Location: Ann Arbor Michigan

PostPosted: Fri Aug 13, 2004 4:25 pm    Post subject: Reply with quote

one last think you can try also (even though you are downloading another CD) I had (thought I had) the same problem as you because my network card is a 3c905, but the drivers that come with the install CD (3c59) are supposed to be compatible with the 3c9x cards. Just wondering if you tried to set up your network before trying to install the drivers? **not being facetious :wink: ****
_________________
you mean you are going to remember me by what I type....here?
Back to top
View user's profile Send private message
GentooMN
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jun 2002
Posts: 76
Location: Minnesota

PostPosted: Fri Aug 13, 2004 4:29 pm    Post subject: Reply with quote

Already tried that, and although I didn't get any errors when I ran
Code:
modprobe 3c59x
a
Code:
ifconfig
quickly revealed that eth0 hadn't been properly configured or even recognized.
Back to top
View user's profile Send private message
mdtsandman
n00b
n00b


Joined: 13 Aug 2004
Posts: 48
Location: Vancouver, BC, Canada

PostPosted: Fri Aug 13, 2004 5:25 pm    Post subject: Reply with quote

GentooMN wrote:
Already tried that, and although I didn't get any errors when I ran
Code:
modprobe 3c59x
a
Code:
ifconfig
quickly revealed that eth0 hadn't been properly configured or even recognized.


You did run 'net-setup eth0' in between, didn't you?

Mike.
Back to top
View user's profile Send private message
GentooMN
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jun 2002
Posts: 76
Location: Minnesota

PostPosted: Fri Aug 13, 2004 7:22 pm    Post subject: Reply with quote

Yes I did
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum