Never mind I just updated /etc/conf.d/alsasound and noted it's new
setting:

# ENABLE_OSS_EMUL:
# Do you want to enable in-kernel oss emulation?
# no - Do not load oss emul drivers
# yes - Load oss emul drivers if they're found

ENABLE_OSS_EMUL="yes"


On Sun, 2005-08-07 at 11:40 +1200, Nick Rout wrote:
> alsaconf from alsa-utils-1.09a is setting up the
> barest /etc/modules.d/alsa file:
> 
> [EMAIL PROTECTED] /etc/modules.d $ cat alsa
> # --- BEGIN: Generated by ALSACONF, do not edit. ---
> # --- ALSACONF version 1.0.9a ---
> options snd  device_mode=0666
> alias snd-card-0 snd-via82xx
> alias sound-slot-0 snd-via82xx
> # --- END: Generated by ALSACONF, do not edit. ---
> 
> 
> As a result the oss emulation modules are not loaded:
> 
> [EMAIL PROTECTED] /etc/modules.d $ lsmod|grep snd
> snd_seq                55312  0
> snd_via82xx            28064  0
> snd_ac97_codec         77432  1 snd_via82xx
> snd_pcm                95496  2 snd_via82xx,snd_ac97_codec
> snd_timer              26372  2 snd_seq,snd_pcm
> snd_page_alloc         10116  2 snd_via82xx,snd_pcm
> snd_mpu401_uart         8320  1 snd_via82xx
> snd_rawmidi            25888  1 snd_mpu401_uart
> snd_seq_device          8972  2 snd_seq,snd_rawmidi
> snd                    58212  8
> snd_seq,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
> 
> 
> This behaviour seems to have changed with alsa-utils 1.09a which seems
> to have run alsaconf when it was emerged, even though I didn't ask it
> to.
> 
> Can anyone explain this annoyance?
> 
> -- 
> Nick Rout <[EMAIL PROTECTED]>
> 
-- 
Nick Rout <[EMAIL PROTECTED]>

-- 
gentoo-user@gentoo.org mailing list

Reply via email to