/etc/modules.conf - нет такого файла. Остальные есть. Как сделать так чтобы модуль автоматом загрузился? добавить его в /etc/modprobe.conf ? Как install или как alias?
install modulename command...
This is the most powerful primitive in modprobe.conf: it tells modprobe to run your command instead of inserting the module in
the kernel as normal. The command can be any shell command: this allows you to do any kind of complex processing you might
wish. For example, if the module "fred" worked better with the module "barney" already installed (but it didn't depend on it,
so modprobe won't automatically load it), you could say "install fred /sbin/modprobe barney; /sbin/modprobe --ignore-install
fred", which would do what you wanted. Note the --ignore-install, which stops the second modprobe from re-running the same
install command. See also remove below.
в сусе тоже как бы маны есть :(
>Какие слова где вказать чтобы система при старте загружала/не загружала определенный модуль ядра?
Надо дописать параметр MODULES_LOADED_ON_BOOT в /etc/sysconfig/kernel. Например, если Вам нужно загрузить при загрузке модуль vboxdrv, то в /etc/sysconfig/kernel, установите: