LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Autoloading of Modules (https://www.linuxquestions.org/questions/linux-general-1/autoloading-of-modules-279957/)

CooManChu 01-19-2005 09:24 PM

Autoloading of Modules
 
Hi,

Can someone tell me how I can have the ide-scsi module loaded automatically during boot? Right now, I have to manually load the module after I reboot (modprobe -a ide-scsi) every time.

Thanks.

student04 01-20-2005 12:19 AM

Add the module to load to the end of the file /etc/modprobe.preload. The quickest way would be like so
Code:

# echo "ide-scsi" >> /etc/modprobe.preload
I'm not sure how to use the -a modifier here, but this will load that module on boot.

CooManChu 01-20-2005 02:11 PM

Thanks!


All times are GMT -5. The time now is 12:12 PM.