Gentoo Archives: gentoo-user

From: Nick Rout <nick@×××××××.nz>
To: gentoo-user@l.g.o
Subject: [gentoo-user] alsaconf not setting oss emulation
Date: Sat, 06 Aug 2005 23:47:01
Message-Id: 1123371608.32004.3.camel@sf.rout.dyndns.org
1 alsaconf from alsa-utils-1.09a is setting up the
2 barest /etc/modules.d/alsa file:
3
4 nick@sf /etc/modules.d $ cat alsa
5 # --- BEGIN: Generated by ALSACONF, do not edit. ---
6 # --- ALSACONF version 1.0.9a ---
7 options snd device_mode=0666
8 alias snd-card-0 snd-via82xx
9 alias sound-slot-0 snd-via82xx
10 # --- END: Generated by ALSACONF, do not edit. ---
11
12
13 As a result the oss emulation modules are not loaded:
14
15 nick@sf /etc/modules.d $ lsmod|grep snd
16 snd_seq 55312 0
17 snd_via82xx 28064 0
18 snd_ac97_codec 77432 1 snd_via82xx
19 snd_pcm 95496 2 snd_via82xx,snd_ac97_codec
20 snd_timer 26372 2 snd_seq,snd_pcm
21 snd_page_alloc 10116 2 snd_via82xx,snd_pcm
22 snd_mpu401_uart 8320 1 snd_via82xx
23 snd_rawmidi 25888 1 snd_mpu401_uart
24 snd_seq_device 8972 2 snd_seq,snd_rawmidi
25 snd 58212 8
26 snd_seq,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
27
28
29 This behaviour seems to have changed with alsa-utils 1.09a which seems
30 to have run alsaconf when it was emerged, even though I didn't ask it
31 to.
32
33 Can anyone explain this annoyance?
34
35 --
36 Nick Rout <nick@×××××××.nz>
37
38 --
39 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] SOLVED alsaconf not setting oss emulation Nick Rout <nick@×××××××.nz>
Re: [gentoo-user] alsaconf not setting oss emulation Christoph Eckert <ce@×××××××××.de>
[gentoo-user] Gentoo or Linux from Scratch - Perspectives? Paul Hoy <paul.hoy@×××.com>