You are not logged in.

#1 2014-01-30 15:24:25

meunierd
Member
Registered: 2013-02-10
Posts: 10

snd_seq doesn't load on boot

I have the following defined in /etc/modules-load.d/snd_seq.conf

# load snd_seq
snd_seq

And 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

#2 2014-01-30 15:30:52

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: snd_seq doesn't load on boot

Are you blacklisting the module somewhere?

Offline

#3 2014-01-30 15:31:47

meunierd
Member
Registered: 2013-02-10
Posts: 10

Re: snd_seq doesn't load on boot

I don't specify anything in /etc/modprobe.d and I'm not aware of anywhere else I could do it.

Offline

#4 2014-01-30 15:54:05

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: snd_seq doesn't load on boot

You can also do it on the kernel command line: https://wiki.archlinux.org/index.php/Bl … and_line_2

Offline

#5 2014-01-30 18:42:16

Raynman
Member
Registered: 2011-10-22
Posts: 1,539

Re: snd_seq doesn't load on boot

Any clues in the log or status of systemd-modules-load.service?

Offline

#6 2014-01-30 20:32:22

meunierd
Member
Registered: 2013-02-10
Posts: 10

Re: snd_seq doesn't load on boot

Not that I can see from running `journalctl -b` and grepping for module. Is there a better way to check?

Offline

#7 2014-01-30 20:35:21

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: snd_seq doesn't load on boot

Are you blacklisting any modules?

Offline

#8 2014-01-30 20:41:57

meunierd
Member
Registered: 2013-02-10
Posts: 10

Re: snd_seq doesn't load on boot

I boot with grub, how would I verify this? I've never added anything myself.

Offline

#9 2014-01-30 20:50:47

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: snd_seq doesn't load on boot

What's the output of 'cat /proc/cmdline'?

Offline

#10 2014-01-30 20:51:25

meunierd
Member
Registered: 2013-02-10
Posts: 10

Re: snd_seq doesn't load on boot

BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=fea6e9e7-f037-4a36-9ebd-8d356a4852d1 rw quiet splash

Offline

#11 2014-01-30 21:17:19

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: snd_seq doesn't load on boot

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

#12 2014-01-30 21:29:04

meunierd
Member
Registered: 2013-02-10
Posts: 10

Re: snd_seq doesn't load on boot

Just vboxdrv and it loads properly.

Offline

Board footer

Powered by FluxBB