Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Eth0 not detected
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
cmuench
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jan 2005
Posts: 110

PostPosted: Tue Aug 23, 2005 1:51 am    Post subject: Eth0 not detected Reply with quote

I installed everything okay with genkernel and internet worked fine for livecd. I then rebooted and at the hardware thing it says eth0 not detected. What should I do? I have a 8139 card by Realtech
Back to top
View user's profile Send private message
evster
Guru
Guru


Joined: 12 Jul 2005
Posts: 367
Location: Waterloo, Ontario, Canada

PostPosted: Tue Aug 23, 2005 2:00 am    Post subject: Reply with quote

Hi,

Genkernel hasn't compiled the module for your device, I think you need to run
Code:
genkernel --menuconfig
and go into device drivers -> networking and make sure you have compiled support for your network device in there.
Back to top
View user's profile Send private message
evster
Guru
Guru


Joined: 12 Jul 2005
Posts: 367
Location: Waterloo, Ontario, Canada

PostPosted: Tue Aug 23, 2005 2:05 am    Post subject: Reply with quote

Actually, it may already be compiled as a module but you will need to load it.

Run
Code:
modprobe 8139too
if there are no errors then try the following:

Open up /etc/modules.autoload.d/kernel-2.6 and add
Code:
8139too

Reboot and it should work!

If modprobe did give errors then the module has not been compiled and you just need to rebuild your kernel with it selected and then add the line to /etc/modules.autoload.d/kernel-2.6
Back to top
View user's profile Send private message
cmuench
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jan 2005
Posts: 110

PostPosted: Tue Aug 23, 2005 12:03 pm    Post subject: Reply with quote

Thank You very much it detected it and now I have an ip addess. I really appreciate you help. I did what you suggested and did the modprobe.
Back to top
View user's profile Send private message
evster
Guru
Guru


Joined: 12 Jul 2005
Posts: 367
Location: Waterloo, Ontario, Canada

PostPosted: Tue Aug 23, 2005 12:16 pm    Post subject: Reply with quote

If you want it to automatically start make sure you add it to /etc/modules.autoload.d/kernel-2.6
Back to top
View user's profile Send private message
cmuench
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jan 2005
Posts: 110

PostPosted: Tue Aug 23, 2005 12:26 pm    Post subject: Reply with quote

I put 8139too in the autoloader and it works great now. thank YOu for all of your help.
Back to top
View user's profile Send private message
vaguely_clear
n00b
n00b


Joined: 27 Mar 2005
Posts: 3

PostPosted: Thu Aug 25, 2005 2:38 am    Post subject: Reply with quote

evster wrote:
If you want it to automatically start make sure you add it to /etc/modules.autoload.d/kernel-2.6


How do I add my tulip module to /etc/modules.autoload.d/ so that it will start up automatically?

Thanks.
Back to top
View user's profile Send private message
evster
Guru
Guru


Joined: 12 Jul 2005
Posts: 367
Location: Waterloo, Ontario, Canada

PostPosted: Thu Aug 25, 2005 11:20 am    Post subject: Reply with quote

vaguely_clear wrote:
How do I add my tulip module to /etc/modules.autoload.d/ so that it will start up automatically?


Just add "tulip" to it.
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