LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Automating modprobe? (https://www.linuxquestions.org/questions/linux-hardware-18/automating-modprobe-90005/)

r_jensen11 09-06-2003 06:25 PM

Automating modprobe?
 
How can I get it so that my box automatically performs "modprobe usb-uhci" and "modprobe usb-storage"? It would really help, because then I can use my usb jumpdrive or whatever you want to call it, more easily. Plus, it would also allow my family to use it too, because they wouldn't remember how to do commands like modprobe....

DrOzz 09-06-2003 10:10 PM

what distro are you using?
you can add them commands to a startup file such as rc.local, or rc.sysinit for example, if they exist...

r_jensen11 09-07-2003 01:28 PM

Sorry, forgot to say. I'm on Slack8.1

jiml8 09-07-2003 08:30 PM

try putting these lines in your modules.conf

probeall usb-storage
probeall usb-uhci

Worked for me in Mandrake9...


All times are GMT -5. The time now is 11:38 AM.