You are not logged in.
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
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; doneOffline
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
Seems an ongoing issue, https://bugzilla.kernel.org/show_bug.cgi?id=195827 has some suggestions to control the GPIO
Offline
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
Did you also try passing "snd-hda-intel.model=mute-led-gpio" to the kernel?
https://wiki.archlinux.org/title/Kernel … mmand_line
Offline
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... ![]()
Offline
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...
Same
Soooo, where you able to fix it?
Offline
Offline