laptop speaker working, headphones jack no

Optimize your system for ultimate performance.

Moderators: MattKingUSA, khz

Post Reply
lucadedalus
Established Member
Posts: 7
Joined: Tue May 19, 2015 7:57 pm

laptop speaker working, headphones jack no

Post by lucadedalus »

Hello everyone, I use Ubuntu with kxstudio repos on my Dell Inspiron laptop.
I was doing all right, I was beginnig to explore audio-linux world ;-)
Then, I upgraded Ubuntu from 14.10 to 15.04 ..
Since then, laptop speaker is working but headphones jack no!
I am running a lowlatency precompiled kernel, with Jack and Pulseaudio bridge.
Since I am a beginner in some way to audio configuration in Linux, can you help me in finding where is the problem?
Thanks!!!!

Luca
JohannesTress
Established Member
Posts: 101
Joined: Fri Jun 21, 2013 3:56 pm

Re: laptop speaker working, headphones jack no

Post by JohannesTress »

Try

Code: Select all

alsamixer
in the terminal and adjust the headphone volume via the arrow buttons on your keyboard.
There should be a headphone fader...
lucadedalus
Established Member
Posts: 7
Joined: Tue May 19, 2015 7:57 pm

Re: laptop speaker working, headphones jack no

Post by lucadedalus »

There seems to be something wrong with alsamixer..
I have no fader at all, just 3 number like

00 00 00
<S/PDIF> <S/PDIF 1> <S/PDIF 2>

no editing is allowed.
maybe there is a way to reconfigure alsa?
thanks
lucadedalus
Established Member
Posts: 7
Joined: Tue May 19, 2015 7:57 pm

Re: laptop speaker working, headphones jack no

Post by lucadedalus »

Thanks, I have 2 choices:
- 0 HDA Intel HDMI
- 1 HDA Intel PCH

With the second one (pch), I see the fader and the headphone volume and headphone Mic where muted - wow!
I raise the volume, but still no sound can be heard, mm..
I tried to reboot but it is the same.
lucadedalus
Established Member
Posts: 7
Joined: Tue May 19, 2015 7:57 pm

Re: laptop speaker working, headphones jack no

Post by lucadedalus »

JACK already seems to be using PCH.
In Cadence -> configure I can see 5 options of output:

hw: HDMI,3 [HDMI 0]
hw: HDMI,5 [HDMI 1]
hw: HDMI,7 [HDMI 2]
hw: PCH, 0 [ALC3234 ANALOG]
hw: PCH


And now is set to the last one. I also tryied the other PCH but the same result.
Which is the right one?
Thanks
lucadedalus
Established Member
Posts: 7
Joined: Tue May 19, 2015 7:57 pm

Re: laptop speaker working, headphones jack no

Post by lucadedalus »

Maybe this can help:

output of aplay -l

Code: Select all

**** Lista di PLAYBACK dispositivi hardware ****
scheda 0: HDMI [HDA Intel HDMI], dispositivo 3: HDMI 0 [HDMI 0]
  Sottoperiferiche: 1/1
  Sottoperiferica #0: subdevice #0
scheda 0: HDMI [HDA Intel HDMI], dispositivo 7: HDMI 1 [HDMI 1]
  Sottoperiferiche: 1/1
  Sottoperiferica #0: subdevice #0
scheda 0: HDMI [HDA Intel HDMI], dispositivo 8: HDMI 2 [HDMI 2]
  Sottoperiferiche: 1/1
  Sottoperiferica #0: subdevice #0
scheda 1: PCH [HDA Intel PCH], dispositivo 0: ALC3234 Analog [ALC3234 Analog]
  Sottoperiferiche: 0/1
  Sottoperiferica #0: subdevice #0
and output of lspci -v (limited to audio devices):

Code: Select all

00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b)
	Subsystem: Dell Device 0640
	Flags: bus master, fast devsel, latency 0, IRQ 49
	Memory at b0c10000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel

00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
	Subsystem: Dell Device 0640
	Flags: bus master, fast devsel, latency 0, IRQ 48
	Memory at b0c14000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel
lucadedalus
Established Member
Posts: 7
Joined: Tue May 19, 2015 7:57 pm

Re: laptop speaker working, headphones jack no

Post by lucadedalus »

Ok now it is working!
I misenderstood the fatc that the volume was 0 but the channel else was muted.
I will look if there is something changing the alsa settings on startup.
Thanks a lot!
Post Reply