Networking Forums

Networking Forums > Computer Networking > Linux Networking > gentoo linux eth0 detection failed

Reply
Thread Tools Display Modes

gentoo linux eth0 detection failed

 
 
subhas85@gmail.com
Guest
Posts: n/a

 
      04-28-2005, 09:58 PM
its my first time install gentoo linux, previously i have been an
intermediate redhat user. I followed all the steps from the gentoo
linux installation guide, after rebooting, everything works fine except
for eth0. My network interface wont start up, or wont be detected. On
start up i see, lo up....[ok] however there is no eth0, which i am
familar to seeing in redhat. Once logged in, i type ifconfig and it
only shows lo but no eth0. In /etc/conf.d/net i have the following line
iface_eth0="dhcp". if i run /etc/init.d/net.eth0 start it says
'Bringing eth0 up via DHCP ....[!!]' i have dhcpcd installed, however i
think the problem is that the eth0 device isn't installed, im not sure
on how to install eth0 on gentoo linux. My network card was detected
using LiveCD which gentoo uses for there installation, however after
rebooting into my gentoo system, it could no longer detect my network
interface.

thanks in advance

 
Reply With Quote
 
 
 
 
Douglas O'Neal
Guest
Posts: n/a

 
      04-29-2005, 01:09 PM
(E-Mail Removed) wrote:
> its my first time install gentoo linux, previously i have been an
> intermediate redhat user. I followed all the steps from the gentoo
> linux installation guide, after rebooting, everything works fine except
> for eth0. My network interface wont start up, or wont be detected. On
> start up i see, lo up....[ok] however there is no eth0, which i am
> familar to seeing in redhat. Once logged in, i type ifconfig and it
> only shows lo but no eth0. In /etc/conf.d/net i have the following line
> iface_eth0="dhcp". if i run /etc/init.d/net.eth0 start it says
> 'Bringing eth0 up via DHCP ....[!!]' i have dhcpcd installed, however i
> think the problem is that the eth0 device isn't installed, im not sure
> on how to install eth0 on gentoo linux. My network card was detected
> using LiveCD which gentoo uses for there installation, however after
> rebooting into my gentoo system, it could no longer detect my network
> interface.
>
> thanks in advance


You need to load the module at boot time for your network card. Make sure
in your kernel config that you're building the module corresponding to the
card you have, then put that module in the modules autoload file. I have
a Intel gigabit card in my desktop so I would run this command:

echo e1000 >> /etc/modules.autoload.d/kernel-2.6

lspci will tell you which card you have.

Doug
 
Reply With Quote
 
subhas85@gmail.com
Guest
Posts: n/a

 
      05-02-2005, 06:41 AM
according to lspci
Ethernet controller: Davicom semiconductor, Inc 21x4x DEC-Tulip
compatible 10/100 ethernet (rev 10)

so i looked up davicom ethernet drivers and it gave me the name tulip,
same as what is metioned above, so i did 'echo tulip >>
/etc/modules.autoload.d/kernel-2.6' like you said, now i get an error
on startup sayin that it could not find the module, and that it doesn't
exists. ; should it already be installed since it showed up on lspci
with the drivername 'tulip' becide it?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
System intrusion detection, primarily on linux servers with a handfulof others Damon Getsman Linux Networking 9 01-21-2009 08:12 PM
Performance issues with PCMCIA network device on a Gentoo-Linux machine matthiasschilder@teryx.org Linux Networking 0 09-17-2005 07:10 PM
WPA-PSK under Linux (Gentoo Linux) bn_me@hotmail.com Linux Networking 1 05-17-2004 12:39 AM
Determining IP information for eth0 failed Pierre Forest Linux Networking 8 04-11-2004 01:21 PM
Error message at startup: eth0 (DHCP) failed Oliver Meike Linux Networking 7 12-01-2003 07:02 PM



1 2 3 4 5 6 7 8 9 10 11