Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nic is there and then agian .. it's not
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
InfiniteEcho
n00b
n00b


Joined: 16 Jun 2004
Posts: 3

PostPosted: Wed Jun 16, 2004 11:00 pm    Post subject: Nic is there and then agian .. it's not Reply with quote

I have a downloaded ISO from one of the gentoo mirrors and when I go to install it it goes through and tries to find the hardware that I have. It seems to find everything but my network card. I've tried 5 different cards, all of which are rather popular three of which worked in Debian.

when I do a lspci the card(s) that I have in show up, but the audo dectect says that I don't have any network adapters... any ideas as to why this is happening?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 55015
Location: 56N 3W

PostPosted: Wed Jun 16, 2004 11:04 pm    Post subject: Reply with quote

InfiniteEcho,

It sounds like the kernel modules for to NICs are not getting loaded. What does ifconfig say?

If your NIC is missing from ifconfig, try modprobing the module, providing you know the required module name.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
InfiniteEcho
n00b
n00b


Joined: 16 Jun 2004
Posts: 3

PostPosted: Wed Jun 16, 2004 11:09 pm    Post subject: Reply with quote

When I do an ifconfig I only get the local loopback.
How do I check to see if they are getting loaded and what mod's should I probe for?
Back to top
View user's profile Send private message
forbjok
Apprentice
Apprentice


Joined: 21 May 2004
Posts: 207
Location: Hordaland, Norge

PostPosted: Fri Jun 18, 2004 12:45 pm    Post subject: Reply with quote

Try:

# lsmod
# ifconfig eth0

And see what comes out. lsmod should list the modules loaded. common nic modules are 8139too (realtek 8139 - many cheap nics. some Accton cards among others), e100 (nearly all intel 10/100 cards), eepro100 (same cards as previous, but older driver) and 3c905 (3Com 905B and similar), but there are others as well.

If lsmod doesn't show any nic modules, try loading an appropriate one with:

# modprobe <modulename>

If you have the names of the modules you used with the cards in Debian, try them, as they're probably the same. If not, try googling on your card and you'll probably find what modules they use.
Back to top
View user's profile Send private message
InfiniteEcho
n00b
n00b


Joined: 16 Jun 2004
Posts: 3

PostPosted: Fri Jun 18, 2004 7:40 pm    Post subject: Reply with quote

I went to #gentoo on freenode and was able to find what mod had my nic drivers.

#modprobe tulip
#net-setup eth0
#ifconfig

After loading the correct moduel I was all set.
Thanks for all of your help suggestions.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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