You are not logged in.
Pages: 1
Hi,
Is there any other way of auto-load kernel modules, other then add module to /etc/modules-load.d/ ?
Offline
Why do you ask?
Offline
There, in /etc/modprobe.d/*.conf files, or on the kernel line.
What do you need loaded, and why is /etc/modules-load.d not a suitable way of doing it?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Offline
kmod works without systemd or not? Since than this should be no issue.
Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux
Offline
Offline
but from /etc/modprobe.d which works the same.
Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux
Offline
Please point me to the documentation that states that modules can be auto-loaded at bootup from configuration in /etc/modprobe.d
Here, I'll save you some time -- that documentation doesn't exist, because the functionality doesn't either.
Last edited by falconindy (2013-07-13 15:16:20)
Offline
udev reads this directory?
Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux
Offline
My excuses for hijacking this thread, but i'm also interested in autoloading modules. I have the following problem : whenever i try to start a Virtualbox machine and module 'vboxdrv' is not loaded, it crashes the whole system and i have to reboot. However, i have /etc/modules-load.d/virtualbox.conf which contains 'vboxdrv'. However, after reboots and suspends, if i don't manually load 'vboxdrv', it will crash my system, again. Should i add an exception in sudoers file for modprobe and put 'sudo modprobe vboxdrv' into my autostart file ? Any other method is appreciated. Thanks in advance.
~ > fortune
I never met a piece of chocolate I didn't like.
Offline
Pages: 1