Thanks, last time I try modprobe is not work, so I use insmod. And now I find out that modprobe is not work, bcoz I use modprobe ne2k-pci.o I remove .o and its work now. Now I want it load on startup automatically, can u tell how to do it? I add a line to boot.local, modprobe /lib/modules/2.2.16/net/ne2k-pci but it not work. Please tell me how to configure. Thanks Louis ----- Original Message ----- From: "James Vanns" <Jim@prolinux.co.uk> Sent: Tuesday, August 01, 2000 5:20 PM Subject: RE: insmod ne2k-pci problem [4:1044:1082]
Try using modprobe "module_name" instead - modprobe also installs the dependencies of the modules you what to load.
Regards
---------------------------------------------------------------- <http://www.linuxformat.co.uk/phorum/read.php?f=4&i=1082&t=1044> Sent by Phorum 3.1.1a <http://phorum.org>
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Louis, There is a file, /etc/modules.conf. In that file, you will see an alias line: alias eth0 off Change that to: alias eth0 ne2k-pci After you do this, then run depmod -a so you avoid the message that the modules.conf is newer than your modules.dep . Assuming you have configured your networking correctly, when the network script runs, the module should load. "Louis" wrote:
Thanks, last time I try modprobe is not work, so I use insmod. And now I find out that modprobe is not work, bcoz I use modprobe ne2k-pci.o I remove .o and its work now.
Now I want it load on startup automatically, can u tell how to do it? I add a line to boot.local, modprobe /lib/modules/2.2.16/net/ne2k-pci but it not work.
Please tell me how to configure.
-- Jerry Feldman <gaf@blu.org> Boston Linux and Unix user group http://www.blu.org -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
participants (2)
-
gaf@gaf.ne.mediaone.net
-
louis@allsofts.com