Thursday, April 25, 2024
 Popular · Latest · Hot · Upcoming
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 15585  / 3 Years ago, tue, august 24, 2021, 12:25:57

Whenever I plug any type of headphones into one of the audio out connectors on my hp dv6, alsa mutes them, muting the "speaker" setting(see attached image). This also happened in Fedora, so it's a problem with Alsa and my computer. Does anyone know anything that would help?



Note, I don't have enough reputation for images. Here's a link: Image



Thank you so much if you can help!


More From » 12.04

 Answers
5

I found a solution that works here:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/921397/comments/9



You can also see the whole discussion regarding this bug here:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/921397



To summarize:



Edit sudo gedit /usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf



and modify the [Element Speaker] section as follows:



[Element Speaker]
; link to muting
switch = mute
; set volume to zero, so only the master slider controls playback volume. This gives better linearity.
volume = zero


After this, I had to restart the system: you might try to restart only pulse audio with pulseaudio -k.



I also had an additional problem, that I fixed before solving the above. Namely, my headphones didn't work at all. I had to add the line:



options snd-hda-intel model=hp-dv6 enable_msi=1


to the file sudo gedit /etc/modprobe.d/alsa-base.conf


[#31783] Wednesday, August 25, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
igeonlothe

Total Points: 370
Total Questions: 121
Total Answers: 114

Location: United States Minor Outlying Island
Member since Fri, Feb 5, 2021
3 Years ago
;