I'm having an interesting time getting my sound card working for some reason. It's a SB Audigy 2 (emu10k1), with the main audio jacks on the actual card and headphone and microphone ports in front. For some reason, I can only get sound out of the front headphone port--not any of the ports on the card itself. Other than that, everything works fine. That I can tell, I have everything configured right, but here's some output in case anybody spots something: foogley ~ # lspci | grep audio 02:0a.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04) foogley ~ # lsmod | grep snd snd_pcm_oss            49184  0 snd_mixer_oss          17920  1 snd_pcm_oss snd_seq_oss            32640  0 snd_seq_midi            7584  0 snd_emu10k1_synth       7808  0 snd_emux_synth         35584  1 snd_emu10k1_synth snd_seq_virmidi         6784  1 snd_emux_synth snd_seq_midi_event      6912  3 snd_seq_oss,snd_seq_midi,snd_seq_virmidi snd_seq_midi_emul       7808  1 snd_emux_synth snd_seq                50512  8 >>snd_seq_oss,snd_seq_midi,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_event, >>snd_seq_midi_emul snd_emu10k1           121252  4 snd_emu10k1_synth snd_rawmidi            21408  3 snd_seq_midi,snd_seq_virmidi,snd_emu10k1 snd_ac97_codec         92448  1 snd_emu10k1 snd_ac97_bus            2944  1 snd_ac97_codec snd_seq_device          7820  7 >>snd_seq_oss,snd_seq_midi,snd_emu10k1_synth,snd_emux_synth,snd_seq, >>snd_emu10k1,snd_rawmidi snd_util_mem            4352  2 snd_emux_synth,snd_emu10k1 snd_hwdep               8324  2 snd_emux_synth,snd_emu10k1 snd_pcm                81540  5 snd_pcm_oss,snd_emu10k1,snd_ac97_codec snd_page_alloc          9352  2 snd_emu10k1,snd_pcm snd_timer              22276  3 snd_seq,snd_emu10k1,snd_pcm snd                    47460  17 >>snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_emux_synth,snd_seq_virmidi, >>snd_seq,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_seq_device,snd_hwdep, >>snd_pcm,snd_timer soundcore               8672  1 snd Any help with this would be greatly appreciated. -- Jesse Hannah