Friday, 18 January 2019

audio - Debian Wheezy no sound through jack output

I have strange problem with sound on my Debian wheezy powered notebook. Sound is not playing through jack output, but speakers are working just OK.


lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
01:00.1 Audio device: NVIDIA Corporation High Definition Audio Controller (rev a1)


cat /proc/asound/card0/codec* | grep Codec
Codec: IDT 92HD75B3X5
Codec: LSI ID 104


aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0

My ~/.acoundrc


pcm.!default {
type hw
card 0
}
ctl.!default {
type hw
card 0
}

A have checked if Headphone output is not muted in alsamixer too.


Is there a possibility to automatically switch to JACK when headphones is connected? It worked on Ubuntu 12.04.

No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...