You are not logged in.

#1 2021-12-24 11:45:35

gius01
Member
Registered: 2021-12-24
Posts: 4

How to get audio mute LED (F6 button) working on HP laptop

Hi, I'm quite new in the Arch Linux world, and I have installed successfully it on my HP 15-db0055nl laptop, even with KDE Plasma which I'm slowly configuring along with my preferences. Anyway, I noticed a problem: the mute audio LED, on the F6 button (which I use to turn on and off the speakers correctly) is not working. I tried the ArchWiki guide to enable it through modprobe, but I still can't get this working, but the caps lock LED works correctly without any problem. Can we help me? Thank you in advance!

Offline

#2 2021-12-24 14:54:35

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,381

Re: How to get audio mute LED (F6 button) working on HP laptop

The key itself works, it's only about the LED reflecting the mute status?
Does any of this toggle it?

for ((i=1;i<33;++i)); do echo "Testing $i..."; xset led $i; sleep 2; xset -led $i; done

Offline

#3 2021-12-24 15:11:56

gius01
Member
Registered: 2021-12-24
Posts: 4

Re: How to get audio mute LED (F6 button) working on HP laptop

seth wrote:

The key itself works, it's only about the LED reflecting the mute status?
Does any of this toggle it?

for ((i=1;i<33;++i)); do echo "Testing $i..."; xset led $i; sleep 2; xset -led $i; done

Yes, the key works, the LED no. I tried that code, and the LED doesn't turn on...

Offline

#4 2021-12-24 16:38:53

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,381

Re: How to get audio mute LED (F6 button) working on HP laptop

Seems an ongoing issue, https://bugzilla.kernel.org/show_bug.cgi?id=195827 has some suggestions to control the GPIO

Offline

#5 2021-12-24 22:36:15

gius01
Member
Registered: 2021-12-24
Posts: 4

Re: How to get audio mute LED (F6 button) working on HP laptop

seth wrote:

Seems an ongoing issue, https://bugzilla.kernel.org/show_bug.cgi?id=195827 has some suggestions to control the GPIO

I tried to turn on the GPIOs as described in that post, but the LED still doesn't turn on, is that anything else I could try?

Offline

#6 2021-12-25 08:21:28

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,381

Re: How to get audio mute LED (F6 button) working on HP laptop

Did you also try passing "snd-hda-intel.model=mute-led-gpio" to the kernel?
https://wiki.archlinux.org/title/Kernel … mmand_line

Offline

#7 2021-12-25 22:00:39

gius01
Member
Registered: 2021-12-24
Posts: 4

Re: How to get audio mute LED (F6 button) working on HP laptop

seth wrote:

Did you also try passing "snd-hda-intel.model=mute-led-gpio" to the kernel?
https://wiki.archlinux.org/title/Kernel … mmand_line

I tried all the possible configurations that I found here https://www.kernel.org/doc/html/latest/ … xxx-models (my audio card is Realtek ALC236) and it changed nothing... sad

Offline

#8 2024-01-27 10:39:20

Junder
Member
Registered: 2024-01-26
Posts: 2

Re: How to get audio mute LED (F6 button) working on HP laptop

I tried all the possible configurations that I found here https://www.kernel.org/doc/html/latest/ … xxx-models (my audio card is Realtek ALC236) and it changed nothing... sad

Same

Soooo, where you able to fix it?

Offline

#9 2024-01-27 15:42:23

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,381

Offline

Board footer

Powered by FluxBB