Gentoo Archives: gentoo-user

From: Arend von der Lieth <lieth@×××××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] ALSA problems after UDEV-103 upgrade
Date: Sun, 17 Dec 2006 19:48:53
Message-Id: 200612172044.11281.lieth@fh-muenster.de
1 Hi all,
2
3 After upgrading to udev-103 I had some problems with mouse and sound. While
4 I was able to fix the first issue myself, I am now stuck in the sound
5 problem:
6 I followed the gentoo alsa guide, checked all settings in the kernel, even
7 upgraded the kernel from 2.6.15 to 2.6.18 (hoping that this would help, but
8 still no success). Now, I guess that it's a problem with missing device
9 nodes (the directories snd/ or sound/ do not exist in /dev). When running
10 alsaconf I get the following error message (which is the same during boot):
11
12 Running modules-update...
13 Loading driver...
14 * Loading ALSA modules ...
15 * Loading: snd-card-0 ... [ ok ]
16 * Loading: snd-seq-oss ... [ ok ]
17 * Loading: snd-pcm-oss ... [ ok ]
18 * Loading: snd-emu10k1-synth ... [ ok ]
19 * Loading: snd-seq-midi ... [ ok ]
20 * Restoring Mixer Levels ...
21 /usr/sbin/alsactl: load_state:1341: Cannot find soundcard '0'...
22 * Errors while restoring defaults, ignoring [ ok ]
23 Setting default volumes...
24 amixer: Mixer attach default error: No such device
25
26 "cat /proc/asound/cards" yields:
27 0 [Live ]: EMU10K1 - SBLive! Value [CT4780]
28 SBLive! Value [CT4780] (rev.10, serial:0x80221102) at
29 0xece0, irq 201
30
31 "lsmod | grep snd" returns:
32
33 snd_seq_midi 8864 0
34 snd_emu10k1_synth 7552 0
35 snd_emux_synth 33664 1 snd_emu10k1_synth
36 snd_seq_virmidi 6912 1 snd_emux_synth
37 snd_seq_midi_emul 6912 1 snd_emux_synth
38 snd_pcm_oss 42784 0
39 snd_mixer_oss 16896 1 snd_pcm_oss
40 snd_seq_dummy 3972 0
41 snd_seq_oss 31872 0
42 snd_seq_midi_event 7168 3 snd_seq_midi,snd_seq_virmidi,snd_seq_oss
43 snd_seq 47568 9 snd_seq_midi,snd_emux_synth,snd_seq_virmidi,
44 snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,
45 snd_seq_midi_event
46 snd_emu10k1 118592 1 snd_emu10k1_synth
47 snd_rawmidi 23840 3 snd_seq_midi,snd_seq_virmidi,snd_emu10k1
48 snd_ac97_codec 92320 1 snd_emu10k1
49 snd_ac97_bus 2432 1 snd_ac97_codec
50 snd_pcm 74248 3 snd_pcm_oss,snd_emu10k1,snd_ac97_codec
51 snd_seq_device 8332 8 snd_seq_midi,snd_emu10k1_synth,
52 snd_emux_synth,snd_seq_dummy,snd_seq_oss,
53 snd_seq,snd_emu10k1,snd_rawmidi
54 snd_timer 22020 3 snd_seq,snd_emu10k1,snd_pcm
55 snd_page_alloc 10376 2 snd_emu10k1,snd_pcm
56 snd_util_mem 4992 2 snd_emux_synth,snd_emu10k1
57 snd_hwdep 9348 2 snd_emux_synth,snd_emu10k1
58 snd 49636 13 snd_emux_synth,snd_seq_virmidi,snd_pcm_oss,
59 snd_mixer_oss,snd_seq_oss,snd_seq,snd_emu10k1,
60 snd_rawmidi,snd_ac97_codec,snd_pcm,
61 snd_seq_device,snd_timer,snd_hwdep
62 soundcore 9568 1 snd
63
64 Can anybody point me to the right direction where I should look at?
65
66 Thanks in advance,
67 Arend
68 --
69 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] ALSA problems after UDEV-103 upgrade Mark Knecht <markknecht@×××××.com>