Gentoo Archives: gentoo-user

From: Nick Rout <nick@×××××××.nz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] SOLVED alsaconf not setting oss emulation
Date: Sun, 07 Aug 2005 00:06:33
Message-Id: 1123372790.31987.6.camel@sf.rout.dyndns.org
In Reply to: [gentoo-user] alsaconf not setting oss emulation by Nick Rout
1 Never mind I just updated /etc/conf.d/alsasound and noted it's new
2 setting:
3
4 # ENABLE_OSS_EMUL:
5 # Do you want to enable in-kernel oss emulation?
6 # no - Do not load oss emul drivers
7 # yes - Load oss emul drivers if they're found
8
9 ENABLE_OSS_EMUL="yes"
10
11
12 On Sun, 2005-08-07 at 11:40 +1200, Nick Rout wrote:
13 > alsaconf from alsa-utils-1.09a is setting up the
14 > barest /etc/modules.d/alsa file:
15 >
16 > nick@sf /etc/modules.d $ cat alsa
17 > # --- BEGIN: Generated by ALSACONF, do not edit. ---
18 > # --- ALSACONF version 1.0.9a ---
19 > options snd device_mode=0666
20 > alias snd-card-0 snd-via82xx
21 > alias sound-slot-0 snd-via82xx
22 > # --- END: Generated by ALSACONF, do not edit. ---
23 >
24 >
25 > As a result the oss emulation modules are not loaded:
26 >
27 > nick@sf /etc/modules.d $ lsmod|grep snd
28 > snd_seq 55312 0
29 > snd_via82xx 28064 0
30 > snd_ac97_codec 77432 1 snd_via82xx
31 > snd_pcm 95496 2 snd_via82xx,snd_ac97_codec
32 > snd_timer 26372 2 snd_seq,snd_pcm
33 > snd_page_alloc 10116 2 snd_via82xx,snd_pcm
34 > snd_mpu401_uart 8320 1 snd_via82xx
35 > snd_rawmidi 25888 1 snd_mpu401_uart
36 > snd_seq_device 8972 2 snd_seq,snd_rawmidi
37 > snd 58212 8
38 > snd_seq,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
39 >
40 >
41 > This behaviour seems to have changed with alsa-utils 1.09a which seems
42 > to have run alsaconf when it was emerged, even though I didn't ask it
43 > to.
44 >
45 > Can anyone explain this annoyance?
46 >
47 > --
48 > Nick Rout <nick@×××××××.nz>
49 >
50 --
51 Nick Rout <nick@×××××××.nz>
52
53 --
54 gentoo-user@g.o mailing list