LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   where to set up "modprobe 3c59x" to load nic driver on boot? (https://www.linuxquestions.org/questions/debian-26/where-to-set-up-modprobe-3c59x-to-load-nic-driver-on-boot-163980/)

zero79 03-29-2004 09:27 PM

where to set up "modprobe 3c59x" to load nic driver on boot?
 
Hi all,

I'm using Debian unstable, and i found that I had a small networking problem. Through some searching, i found that I need to "modprobe 3c59x" (load the 3com nic driver) to bring up eth0. So I was wondering in which file I should do the modprobe command so that it is executed on every system boot (something in /etc/init.d maybe)? Thanks so much for any help. Peace.

Zero

titetanium 03-29-2004 10:35 PM

Assuming you actually have the module entered in /etc/modules, then all you need to do is open a console as root and type
Code:

update-modules
. It should load everytime you boot afterwards.

xcity 04-15-2004 09:13 AM

you may try modconf, which config your device automatically.

zuralin 04-15-2004 03:42 PM

just toss it in /etc/modules and it should be modprobe'd on startup


All times are GMT -5. The time now is 02:43 AM.