You are not logged in.
Pages: 1
I have the following defined in /etc/modules-load.d/snd_seq.conf
# load snd_seq
snd_seqAnd after boot when I `lsmod | grep snd_seq` nothing appears.
However, after I modprobe snd_seq, and grep for it again, it appears. Any idea as to what might be causing this?
Last edited by meunierd (2014-01-30 15:26:39)
Offline
Are you blacklisting the module somewhere?
Offline
I don't specify anything in /etc/modprobe.d and I'm not aware of anywhere else I could do it.
Offline
You can also do it on the kernel command line: https://wiki.archlinux.org/index.php/Bl … and_line_2
Offline
Any clues in the log or status of systemd-modules-load.service?
Offline
Not that I can see from running `journalctl -b` and grepping for module. Is there a better way to check?
Offline
Are you blacklisting any modules?
Offline
I boot with grub, how would I verify this? I've never added anything myself.
Offline
What's the output of 'cat /proc/cmdline'?
Offline
BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=fea6e9e7-f037-4a36-9ebd-8d356a4852d1 rw quiet splash
Offline
I have no idea, I can only say it works for me.
Are you loading any other modules via /etc/modules-load.d/ ? Do they load properly?
Offline
Just vboxdrv and it loads properly.
Offline
Pages: 1