LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Loading Modules (https://www.linuxquestions.org/questions/linux-newbie-8/loading-modules-308950/)

knoxlinuxuser 04-02-2005 09:58 AM

Loading Modules
 
Hello,

I have recently compiled and booted the 2.6.11.5 kernel using SuSE 9.0.
I cannot figure out how to load the modules that were selected in .config of the kernel build.

I'm not sure if they are correct, but I've tried a few things: depmod; mkinitrd (did not load modules because modules.dep was not up to date).

Komakino 04-02-2005 10:12 AM

modprobe modulename

mkinitrd creates an initial ramdisk :)

knoxlinuxuser 04-02-2005 10:21 AM

There are quite a few modules to be loaded. I did not want to have to add them all individually.

I understand that mkinitrd makes an initial ramdisk, that's why I tried to make one, but modules.dep is not up to date so it can't include the modules.

Komakino 04-02-2005 10:59 AM

Modules for devices will be loaded by the kernel once they've been identified. If you want to autoload modules, you can put them in /etc/modules.conf (or modprobe.conf depending on kernel version).

Do man modprobe


All times are GMT -5. The time now is 10:34 AM.