[opensuse] OSS sound drivers
On openSUSE 13.1 (don't ask...), I want some additional sound drivers to be loaded. When snd_oss is loaded, I want snd_pcm_oss and snd_mixer_oss also to be loaded. So, I made a file called: /etc/modprobe.d/99-oss.conf that contains this: softdep snd_oss post: snd_pcm_oss snd_mixer_oss I thought this should load snd_pcm_oss and snd_mixer_oss after snd_oss is loaded. This seems not to work. I have solved the problem by putting a modprobe command in after.local. But shouldn't a file in /etc/modprobe.d be better? -- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Tue, Apr 4, 2017 at 11:02 AM, Roger Oberholtzer <roger.oberholtzer@gmail.com> wrote:
that contains this:
softdep snd_oss post: snd_pcm_oss snd_mixer_oss
Oops. My mistake. The module that should trigger the additional modules is snd_pcm, not snd_oss. Never mind. All works. -- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (1)
-
Roger Oberholtzer