LinHES Forums
http://forum.linhes.org/

Network card does not start on boot up
http://forum.linhes.org/viewtopic.php?f=2&t=4554
Page 1 of 1

Author:  fweeee [ Thu May 12, 2005 9:27 pm ]
Post subject:  Network card does not start on boot up

Hello,

I have managed to install KnoppMyth on my machine. I am, however, having a problem with my network card. It wont start up automatically when I boot up.

If I do the netcardconfig thing, then its fine (although the settings are already in there - I just press enter enter enter enter). But next time I reboot, it wont restart.

Can anyone help me? If you need further information, just ask.

The network card in question is a built in gigabit one, in an nforce4 motherboard.

Thanks.

Author:  willem [ Fri May 13, 2005 2:17 am ]
Post subject: 

From your post I cannot see which KnoppMyth version you're trying (whether it's KnoppMyth at all) but if you use a recent KnoppMyth version with a 2.6 kernel then adding

Code:
alias eth0 <modulename>


to /etc/modprobe.d/aliases should do the trick. Replace <modulename> witht the name of the module that is loaded for your network card.

Author:  fweeee [ Fri May 13, 2005 2:23 am ]
Post subject: 

willem,

Thanks for your prompt reply.

Yes, its KnoppMyth. Sorry, I was in a hurry when I wrote that post. R5A15 I beleive.

What exactly do you mean by modulename? (I'm a bit of a linux newbie).

Author:  willem [ Wed May 18, 2005 2:03 am ]
Post subject: 

With module name I mean the name of the kernel module. The Linux kernel supports modules to be loaded to support hardware. If you run lsmod you get a list of loaded modules. One of these modules is for your ethernet adapter. Chances are that during boottime the network is configured, but the module is not loaded at that time. Later during the boot process hotplug will load the remaining modules and that is why netcardconfig works.
Adding the alias eth0 line will allow the routines that setup the networking part to load the nescessary module. I have no idea what the name of the module is. I'm sure someone else can help you with that.

Author:  fweeee [ Wed May 18, 2005 2:09 am ]
Post subject: 

Thanks again.

I've managed to sort it out. Only took about 4 or so hours...

had to use ksysv to change the order that things load up in.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/