View previous topic :: View next topic |
Author |
Message |
cmuench Tux's lil' helper

Joined: 04 Jan 2005 Posts: 110
|
Posted: Tue Aug 23, 2005 1:51 am Post subject: Eth0 not detected |
|
|
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 |
|
 |
evster Guru


Joined: 12 Jul 2005 Posts: 367 Location: Waterloo, Ontario, Canada
|
Posted: Tue Aug 23, 2005 2:00 am Post subject: |
|
|
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 |
|
 |
evster Guru


Joined: 12 Jul 2005 Posts: 367 Location: Waterloo, Ontario, Canada
|
Posted: Tue Aug 23, 2005 2:05 am Post subject: |
|
|
Actually, it may already be compiled as a module but you will need to load it.
Run if there are no errors then try the following:
Open up /etc/modules.autoload.d/kernel-2.6 and add
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 |
|
 |
cmuench Tux's lil' helper

Joined: 04 Jan 2005 Posts: 110
|
Posted: Tue Aug 23, 2005 12:03 pm Post subject: |
|
|
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 |
|
 |
evster Guru


Joined: 12 Jul 2005 Posts: 367 Location: Waterloo, Ontario, Canada
|
Posted: Tue Aug 23, 2005 12:16 pm Post subject: |
|
|
If you want it to automatically start make sure you add it to /etc/modules.autoload.d/kernel-2.6 |
|
Back to top |
|
 |
cmuench Tux's lil' helper

Joined: 04 Jan 2005 Posts: 110
|
Posted: Tue Aug 23, 2005 12:26 pm Post subject: |
|
|
I put 8139too in the autoloader and it works great now. thank YOu for all of your help. |
|
Back to top |
|
 |
vaguely_clear n00b


Joined: 27 Mar 2005 Posts: 3
|
Posted: Thu Aug 25, 2005 2:38 am Post subject: |
|
|
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 |
|
 |
evster Guru


Joined: 12 Jul 2005 Posts: 367 Location: Waterloo, Ontario, Canada
|
Posted: Thu Aug 25, 2005 11:20 am Post subject: |
|
|
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 |
|
 |
|