View previous topic :: View next topic |
Author |
Message |
$hep n00b
Joined: 11 Apr 2004 Posts: 73 Location: South FL., USA
|
Posted: Thu Apr 22, 2004 1:04 am Post subject: can't bring up eth0 on boot? |
|
|
I've searched around the forum for a thread about this and can't seemed to find 1.
If you could help....
I can't get eth0 to come up on boot...How can I load the driver on boot?
I have to run: Code: | / # insmod -v /lib/modules/2.4.24/kernel/drivers/net/bcm4400.o
/ # /etc/init.d/net.eth0 start |
Thanks >$hep
Last edited by $hep on Thu Apr 22, 2004 1:52 am; edited 1 time in total |
|
Back to top |
|
|
scout Veteran
Joined: 08 Mar 2003 Posts: 1991 Location: France, Paris en Semaine / Metz le W-E
|
Posted: Thu Apr 22, 2004 1:08 am Post subject: |
|
|
Try adding the name of the module in /etc/modules.autoload.d/kernel-2.4 and run (as root) rc-update add net.eth0 default : that will start net.eth0 at boot _________________ http://petition.eurolinux.org/ - Petition against ePatents
L'essence de la finesse |
|
Back to top |
|
|
teknomage1 Veteran
Joined: 05 Aug 2003 Posts: 1239 Location: Los Angeles, CA
|
Posted: Thu Apr 22, 2004 1:18 am Post subject: |
|
|
The gentoo handbook has the stuff necessary to get networking added to the booot sequence and this should show you how to make the module load automatically (it's at the very bottom of the page). Good luck |
|
Back to top |
|
|
$hep n00b
Joined: 11 Apr 2004 Posts: 73 Location: South FL., USA
|
Posted: Thu Apr 22, 2004 1:40 am Post subject: |
|
|
I tried that. It tries to load both on boot but says error. ..
Code: | couldn't load bcm4400.o
couldn't bring up eth0
|
Thanks for your suggestions....
>$hep |
|
Back to top |
|
|
kallamej Administrator
Joined: 27 Jun 2003 Posts: 4983 Location: Gothenburg, Sweden
|
Posted: Thu Apr 22, 2004 9:02 am Post subject: |
|
|
Did you put bcm4400 or bcm4400.o in the autoload file? The file extension should not be there. Please post the output of dmesg relevant to the loading of the module if the entry was correct. _________________ Please read our FAQ Forum, it answers many of your questions.
irc: #gentoo-forums on irc.libera.chat |
|
Back to top |
|
|
$hep n00b
Joined: 11 Apr 2004 Posts: 73 Location: South FL., USA
|
Posted: Thu Apr 22, 2004 5:21 pm Post subject: |
|
|
kallamej, that did it!!!! I had the extension on there...so I dropped the .o and it worked like a charm!! Thanks for your help!!!
>$hep |
|
Back to top |
|
|
|