Click to See Complete Forum and Search --> : How do I add a Network Driver to the Boot Process
Nexist
04-22-2004, 02:47 PM
I have compiled the driver. using insmod, I can load it & get an IP address via DHCP. If I reboot I have to do all this over again.
I feel like an idiot, but I cannot find how to cause the driver to load duiring boot. I am using SuSe 8.2
deathadder
04-22-2004, 03:11 PM
To get the module to load during boot look for a /etc/modules file and add the name of the file there
As for your network settings have a look for a /etc/network/
If you can't find either of those have a look in Yast to see if there is a GUI tool for doing it :)
Nexist
04-22-2004, 04:06 PM
Originally posted by deathadder
To get the module to load during boot look for a /etc/modules file and add the name of the file there
Thank you! The fiel was /etc/modules.conf & all I needed to do was add modify the alias eth0 off to read alias eth0 e100
justlinux.com
Copyright 2007 Jupitermedia Corporation All Rights Reserved.