Gentoo Archives: gentoo-user

From: Jesse Hannah <jesse.hannah@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Strange ALSA issues (emu10k1)
Date: Mon, 05 Jun 2006 00:19:14
Message-Id: 200606041707.13667.jesse.hannah@gmail.com
1 I'm having an interesting time getting my sound card working for some
2 reason. It's a SB Audigy 2 (emu10k1), with the main audio jacks on the
3 actual card and headphone and microphone ports in front. For some reason, I
4 can only get sound out of the front headphone port--not any of the ports on
5 the card itself. Other than that, everything works fine.
6
7 That I can tell, I have everything configured right, but here's some output
8 in case anybody spots something:
9
10 foogley ~ # lspci | grep audio
11 02:0a.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
12
13 foogley ~ # lsmod | grep snd
14 snd_pcm_oss            49184  0
15 snd_mixer_oss          17920  1 snd_pcm_oss
16 snd_seq_oss            32640  0
17 snd_seq_midi            7584  0
18 snd_emu10k1_synth       7808  0
19 snd_emux_synth         35584  1 snd_emu10k1_synth
20 snd_seq_virmidi         6784  1 snd_emux_synth
21 snd_seq_midi_event      6912  3 snd_seq_oss,snd_seq_midi,snd_seq_virmidi
22 snd_seq_midi_emul       7808  1 snd_emux_synth
23 snd_seq                50512  8
24 >>snd_seq_oss,snd_seq_midi,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_event,
25 >>snd_seq_midi_emul
26 snd_emu10k1           121252  4 snd_emu10k1_synth
27 snd_rawmidi            21408  3 snd_seq_midi,snd_seq_virmidi,snd_emu10k1
28 snd_ac97_codec         92448  1 snd_emu10k1
29 snd_ac97_bus            2944  1 snd_ac97_codec
30 snd_seq_device          7820  7
31 >>snd_seq_oss,snd_seq_midi,snd_emu10k1_synth,snd_emux_synth,snd_seq,
32 >>snd_emu10k1,snd_rawmidi
33 snd_util_mem            4352  2 snd_emux_synth,snd_emu10k1
34 snd_hwdep               8324  2 snd_emux_synth,snd_emu10k1
35 snd_pcm                81540  5 snd_pcm_oss,snd_emu10k1,snd_ac97_codec
36 snd_page_alloc          9352  2 snd_emu10k1,snd_pcm
37 snd_timer              22276  3 snd_seq,snd_emu10k1,snd_pcm
38 snd                    47460  17 >>snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_emux_synth,snd_seq_virmidi,
39 >>snd_seq,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_seq_device,snd_hwdep,
40 >>snd_pcm,snd_timer
41 soundcore               8672  1 snd
42
43 Any help with this would be greatly appreciated.
44 --
45 Jesse Hannah

Replies

Subject Author
Re: [gentoo-user] Strange ALSA issues (emu10k1) Thomas Kear <thomas.kear@×××××.com>
[gentoo-user] Re: Strange ALSA issues (emu10k1) Jesse Hannah <jesse.hannah@×××××.com>