I'd like openSUSE to automatically load a kernel module (e.g. libsas) at boot time even if no device requires it. In Ubuntu, you would add the module name to the file /etc/modules. Is this the correct place for openSUSE as well?
Asked
Active
Viewed 3,936 times
2
ctuffli
- 680
- 2
- 9
- 15
1 Answers
3
I don't use openSUSE personally, but I did a little google searching and found this help:
This file is in a weird place. It's not under /etc/modules.conf; It's under /etc/sysconfig.
cd to /etc/sysconfig
open the 'kernel' file in an editor then add the required module to the MODULES_LOADED_ON_BOOT variable.
eg:
To start the module atl1 at boot time edit it this way:
MODULES_LOADED_ON_BOOT="atl1"
Jonathan
- 1,290
- 4
- 11
- 19
-
hakuna shida! (mean no problem in Swahili) – Jonathan Aug 07 '10 at 09:56