Hi,could anybody please explain me how to setup autoloading of some kernel modules of mine.
I'm using openrc. My modules reside in /lib/modules/`uname -r`/extra/enhanceio/ . I have added the following lines to /etc/conf.d/modules modules="enhanceio" modules="enhanceio_lru" modules="enhanceio_fifo" modules="enhanceio_rand" but these modules don't get loaded at boot time. The modules are OK since using 'depmod' works fine. What am I missing? Many thanks for a hint, Helmut