You are not logged in.

#1 2009-11-07 00:50:15

sxtynnmach1
Member
From: Cali
Registered: 2009-10-31
Posts: 12

Headphone detection issues (Intel mobo DX58SO)

I am using PulseAudio and I have it set up and working. The only problem is that whenever I plug in headphones nothing happens. My normal speakers continue playing music, though.

I have a desktop setup with the Intel DX58SO mobo (the tower case I have has audio input/output in the front as well, and they are connected correctly to the mobo).

The specification sheets for the motherboard say that it has 8-channel (7.1) with the following:

Intel 82801IJR (ICH10R)
Realtek ALC889 audio codec

I've tried looking up "ALC889" in http://www.mjmwired.net/kernel/Document … Models.txt and couldn't find it. Here is my .asoundrc

pcm.pulse {
 type pulse
}
ctl.pulse {
 type pulse
}
pcm.!default {
 type pulse
}
ctl.!default {
 type pulse
}
pcm.hda-intel {
 type hw
 card 0
}
ctl.hda-intel {
 type hw
 card 0
}

EDIT: Some additional information:

$ lsmod | grep '^snd' | column -t
snd_usb_audio          106304  1
snd_usb_lib            20672   1   snd_usb_audio
snd_rawmidi            26720   1   snd_usb_lib
snd_seq_dummy          3588    0
snd_seq_oss            36320   0
snd_seq_midi_event     8640    1   snd_seq_oss
snd_seq                64768   5   snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device         8372    4   snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_hda_codec_realtek  286788  1
snd_hda_intel          32232   5
snd_hda_codec          83168   2   snd_hda_codec_realtek,snd_hda_intel
snd_hwdep              10056   2   snd_usb_audio,snd_hda_codec
snd_pcm                91784   4   snd_usb_audio,snd_hda_intel,snd_hda_codec
snd_timer              25424   2   snd_seq,snd_pcm
snd                    77224   22  snd_usb_audio,snd_rawmidi,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc         10832   2   snd_hda_intel,snd_pcm

Thanks in advance

Last edited by sxtynnmach1 (2009-11-07 02:12:26)


Hello Darkness, my old friend. I've come to speak with you again.

Offline

Board footer

Powered by FluxBB