View previous topic :: View next topic |
Author |
Message |
0x001A4 Apprentice


Joined: 08 Jan 2006 Posts: 263 Location: Mississauga, Ontario
|
Posted: Thu Jan 25, 2007 1:58 pm Post subject: [SOLVED] eth0 eth1 not found |
|
|
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 |
|
 |
Moriah Advocate


Joined: 27 Mar 2004 Posts: 2385 Location: Kentucky
|
Posted: Thu Jan 25, 2007 4:01 pm Post subject: |
|
|
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 |
|
 |
venquessa2 Apprentice

Joined: 27 Oct 2004 Posts: 283
|
Posted: Thu Jan 25, 2007 7:05 pm Post subject: |
|
|
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 |
|
 |
0x001A4 Apprentice


Joined: 08 Jan 2006 Posts: 263 Location: Mississauga, Ontario
|
Posted: Fri Jan 26, 2007 1:22 am Post subject: |
|
|
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 |
|
 |
|