2eea2e9c73
- Use a special modprobe config for loading OSS and sequencer modules automatically (bnc#768361,bnc#768352,bnc#757484, bnc#767738) - Remove the automatic module loading part from alsasound init script since modprobe does it now - Set LOAD_SEQUENCER=no and LOAD_OSS_EMUL_MODULES=no as default; these were already disabled on 12.1 with systemd. This is only for new installations. Users upgrading from old distros aren't affected. OBS-URL: https://build.opensuse.org/request/show/126580 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=107
4 lines
181 B
Plaintext
4 lines
181 B
Plaintext
install snd /sbin/install-snd-module snd $CMDLINE_OPTS
|
|
install snd-pcm /sbin/install-snd-module snd-pcm $CMDLINE_OPTS
|
|
install snd-seq /sbin/install-snd-module snd-seq $CMDLINE_OPTS
|