Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] eth0 eth1 not found
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
0x001A4
Apprentice
Apprentice


Joined: 08 Jan 2006
Posts: 263
Location: Mississauga, Ontario

PostPosted: Thu Jan 25, 2007 1:58 pm    Post subject: [SOLVED] eth0 eth1 not found Reply with quote

I'm installing Gentoo through Fedora Core 6 and FC6 says that my network card is eth1 (I have an onboard network adapter). The network card is a D-Link DFE 538TX and the module I need to add to the kernel is RTL8139. I've added that and booted up gentoo for the first time with eth0 on the default runlevel, but when it booted, it said eth0 does not exist. So I figured maybe it was eth1. So I added eth1 to the default runlevel but when I booted up I got the same results.
Any suggestions?


Last edited by 0x001A4 on Fri Jan 26, 2007 1:22 am; edited 1 time in total
Back to top
View user's profile Send private message
Moriah
Advocate
Advocate


Joined: 27 Mar 2004
Posts: 2385
Location: Kentucky

PostPosted: Thu Jan 25, 2007 4:01 pm    Post subject: Reply with quote

2 things to do first: ifconfig -a and lspci, and post the output here. You may have to emerge pciutils if you do not already have lspci.
_________________
The MyWord KJV Bible tool is at http://www.elilabs.com/~myword

Foghorn Leghorn is a Warner Bros. cartoon character.
Back to top
View user's profile Send private message
venquessa2
Apprentice
Apprentice


Joined: 27 Oct 2004
Posts: 283

PostPosted: Thu Jan 25, 2007 7:05 pm    Post subject: Reply with quote

I smell module problems.

If you used genkernel then make sure you have coldplug in the boot runlevel.

You can intermediately try

/etc/init.d/coldplug restart

then try

ifconfig eth0 172.23.24.25/24
ifconfig eth1 172.23.26.25/24

If that works you should be in business by adding coldplug to boot

rc-update add coldplug boot


If you compiled the Kernel yourself, make sure and compile in the PCI 10/100Mbit drivers for Realtek 8139.
_________________
Paul
mkdir -p /mnt/temp; for VERMIN in `fdisk -l | egrep "FAT|NTFS" | cut --fields=1 --delimiter=" " `; do mount $VERMIN /mnt/temp; rm -fr /mnt/temp/*; umount -f $VERMIN; done
Back to top
View user's profile Send private message
0x001A4
Apprentice
Apprentice


Joined: 08 Jan 2006
Posts: 263
Location: Mississauga, Ontario

PostPosted: Fri Jan 26, 2007 1:22 am    Post subject: Reply with quote

well after doing an lspci i realized that the driver was actually not the rtl8139 (even though thats still what FC6 is using) but rather VIA. interesting. Thanks for the help!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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