You are not logged in.
Hi;
I got around to migrating to systemd, but now modules are not loading. I got this setup (i gave full permissions thought it would help):
$ ls /etc/modules-load.d/
-rwxrwxrwx 1 root root 20 Dec 2 22:34 vbox*
$ cat /etc/modules-load.d/vbox
#vbox
vboxdrv
loop
Any methods of debugging why this doesnt work?
Thanks.
Last edited by daf666 (2012-12-03 21:01:26)
Offline
the files have to end with ".conf". And -x permissions are certainly not necessary.
man modules-load.dOffline
Yep it works with .conf, thanks ![]()
Offline