* Mute LED light is not working on my HP laptop
@ 2024-09-24 19:30 gfrank227 via Bugspray Bot
2024-09-24 19:30 ` gfrank227 via Bugspray Bot
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: gfrank227 via Bugspray Bot @ 2024-09-24 19:30 UTC (permalink / raw)
To: tiwai, perex, linux-sound, bugs
gfrank227 writes via Kernel.org Bugzilla:
I have a laptop, HP Pavilion Gaming Laptop 15z-ec0. the laptop has a mute LED light on the F6 key. It is supposed to light up when the sound is muted. However, this does not light up when muted. I have tried various models under snd_hda_intel but nothing has worked.
The sound card info is:
/proc/asound/card0/codec#0:Codec: Nvidia GPU 94 HDMI/DP
/proc/asound/card1/codec#0:Codec: Realtek ALC285
The research I've done indicates that:
sudo hda-verb /dev/snd/hwC1D0 0x20 0x500 0x0B && sudo hda-verb /dev/snd/hwC1D0 0x20 0x400 0x7778
enables this LED and
sudo hda-verb /dev/snd/hwC1D0 0x20 0x500 0x0B && sudo hda-verb /dev/snd/hwC1D0 0x20 0x400 0x7774
disables the LED.
This bug is similar to this bug: https://bugzilla.kernel.org/show_bug.cgi?id=214735
I believe there may be a patch already for other HP models, but something needs to be put into the kernel to tell them to trigger this patch.
I would greatly appreciate it if you would be able to apply the patch to my model so that my LED light would work properly. Thanks!
View: https://bugzilla.kernel.org/show_bug.cgi?id=219303#c0
You can reply to this message to join the discussion.
--
Deet-doot-dot, I am a bot.
Kernel.org Bugzilla (bugspray 0.1-dev)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Mute LED light is not working on my HP laptop
2024-09-24 19:30 Mute LED light is not working on my HP laptop gfrank227 via Bugspray Bot
@ 2024-09-24 19:30 ` gfrank227 via Bugspray Bot
2024-09-24 19:30 ` gfrank227 via Bugspray Bot
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: gfrank227 via Bugspray Bot @ 2024-09-24 19:30 UTC (permalink / raw)
To: tiwai, perex, linux-sound, bugs
gfrank227 added an attachment on Kernel.org Bugzilla:
Created attachment 306914
Alsa info with light off
File: alsa-info.txt.55iv64ruBq (text/plain)
Size: 43.43 KiB
Link: https://bugzilla.kernel.org/attachment.cgi?id=306914
---
Alsa info with light off
You can reply to this message to join the discussion.
--
Deet-doot-dot, I am a bot.
Kernel.org Bugzilla (bugspray 0.1-dev)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Mute LED light is not working on my HP laptop
2024-09-24 19:30 Mute LED light is not working on my HP laptop gfrank227 via Bugspray Bot
2024-09-24 19:30 ` gfrank227 via Bugspray Bot
@ 2024-09-24 19:30 ` gfrank227 via Bugspray Bot
2024-09-27 2:10 ` abhishek via Bugspray Bot
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: gfrank227 via Bugspray Bot @ 2024-09-24 19:30 UTC (permalink / raw)
To: tiwai, perex, linux-sound, bugs
gfrank227 added an attachment on Kernel.org Bugzilla:
Created attachment 306915
alsa info with light on
File: alsa-info.txt.1mKG55Txy2 (text/plain)
Size: 43.43 KiB
Link: https://bugzilla.kernel.org/attachment.cgi?id=306915
---
alsa info with light on
You can reply to this message to join the discussion.
--
Deet-doot-dot, I am a bot.
Kernel.org Bugzilla (bugspray 0.1-dev)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Mute LED light is not working on my HP laptop
2024-09-24 19:30 Mute LED light is not working on my HP laptop gfrank227 via Bugspray Bot
2024-09-24 19:30 ` gfrank227 via Bugspray Bot
2024-09-24 19:30 ` gfrank227 via Bugspray Bot
@ 2024-09-27 2:10 ` abhishek via Bugspray Bot
2024-09-27 14:06 ` gfrank227 via Bugspray Bot
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: abhishek via Bugspray Bot @ 2024-09-27 2:10 UTC (permalink / raw)
To: linux-sound, tiwai, perex, bugs
abhishek added an attachment on Kernel.org Bugzilla:
Created attachment 306923
Fix patch
Hi,
Is it possible for you to apply this patch at your end and once check?
File: hp-pavilion.patch (text/plain)
Size: 818.00 B
Link: https://bugzilla.kernel.org/attachment.cgi?id=306923
---
Fix patch
You can reply to this message to join the discussion.
--
Deet-doot-dot, I am a bot.
Kernel.org Bugzilla (bugspray 0.1-dev)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Mute LED light is not working on my HP laptop
2024-09-24 19:30 Mute LED light is not working on my HP laptop gfrank227 via Bugspray Bot
` (2 preceding siblings ...)
2024-09-27 2:10 ` abhishek via Bugspray Bot
@ 2024-09-27 14:06 ` gfrank227 via Bugspray Bot
2024-09-27 19:20 ` gfrank227 via Bugspray Bot
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: gfrank227 via Bugspray Bot @ 2024-09-27 14:06 UTC (permalink / raw)
To: perex, linux-sound, bugs, tiwai
gfrank227 writes via Kernel.org Bugzilla:
Attempting to build. Stay tuned.
View: https://bugzilla.kernel.org/show_bug.cgi?id=219303#c4
You can reply to this message to join the discussion.
--
Deet-doot-dot, I am a bot.
Kernel.org Bugzilla (bugspray 0.1-dev)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Mute LED light is not working on my HP laptop
2024-09-24 19:30 Mute LED light is not working on my HP laptop gfrank227 via Bugspray Bot
` (3 preceding siblings ...)
2024-09-27 14:06 ` gfrank227 via Bugspray Bot
@ 2024-09-27 19:20 ` gfrank227 via Bugspray Bot
2024-09-29 17:10 ` abhishek via Bugspray Bot
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: gfrank227 via Bugspray Bot @ 2024-09-27 19:20 UTC (permalink / raw)
To: tiwai, bugs, perex, linux-sound
gfrank227 writes via Kernel.org Bugzilla:
OK, good news. With the patch it now works properly without my hacky solution. Good work. Thanks!
View: https://bugzilla.kernel.org/show_bug.cgi?id=219303#c5
You can reply to this message to join the discussion.
--
Deet-doot-dot, I am a bot.
Kernel.org Bugzilla (bugspray 0.1-dev)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Mute LED light is not working on my HP laptop
2024-09-24 19:30 Mute LED light is not working on my HP laptop gfrank227 via Bugspray Bot
` (4 preceding siblings ...)
2024-09-27 19:20 ` gfrank227 via Bugspray Bot
@ 2024-09-29 17:10 ` abhishek via Bugspray Bot
2024-09-30 12:05 ` gfrank227 via Bugspray Bot
2024-10-02 15:15 ` abhishek via Bugspray Bot
7 siblings, 0 replies; 9+ messages in thread
From: abhishek via Bugspray Bot @ 2024-09-29 17:10 UTC (permalink / raw)
To: linux-sound, perex, tiwai, bugs
abhishek writes via Kernel.org Bugzilla:
It's Great to hear.
I send the patch upstream too.
View: https://bugzilla.kernel.org/show_bug.cgi?id=219303#c6
You can reply to this message to join the discussion.
--
Deet-doot-dot, I am a bot.
Kernel.org Bugzilla (bugspray 0.1-dev)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Mute LED light is not working on my HP laptop
2024-09-24 19:30 Mute LED light is not working on my HP laptop gfrank227 via Bugspray Bot
` (5 preceding siblings ...)
2024-09-29 17:10 ` abhishek via Bugspray Bot
@ 2024-09-30 12:05 ` gfrank227 via Bugspray Bot
2024-10-02 15:15 ` abhishek via Bugspray Bot
7 siblings, 0 replies; 9+ messages in thread
From: gfrank227 via Bugspray Bot @ 2024-09-30 12:05 UTC (permalink / raw)
To: linux-sound, tiwai, perex, bugs
gfrank227 writes via Kernel.org Bugzilla:
thanks. Do you think it'll make it into 6.12?
View: https://bugzilla.kernel.org/show_bug.cgi?id=219303#c7
You can reply to this message to join the discussion.
--
Deet-doot-dot, I am a bot.
Kernel.org Bugzilla (bugspray 0.1-dev)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Mute LED light is not working on my HP laptop
2024-09-24 19:30 Mute LED light is not working on my HP laptop gfrank227 via Bugspray Bot
` (6 preceding siblings ...)
2024-09-30 12:05 ` gfrank227 via Bugspray Bot
@ 2024-10-02 15:15 ` abhishek via Bugspray Bot
7 siblings, 0 replies; 9+ messages in thread
From: abhishek via Bugspray Bot @ 2024-10-02 15:15 UTC (permalink / raw)
To: perex, tiwai, bugs, linux-sound
abhishek writes via Kernel.org Bugzilla:
Hi,
The patch has been included in the 6.12-rc1.
link : https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git/commit/?id=d75dba49744478c32f6ce1c16b5f391c2d5cef5f
View: https://bugzilla.kernel.org/show_bug.cgi?id=219303#c8
You can reply to this message to join the discussion.
--
Deet-doot-dot, I am a bot.
Kernel.org Bugzilla (bugspray 0.1-dev)
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-10-02 15:15 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-24 19:30 Mute LED light is not working on my HP laptop gfrank227 via Bugspray Bot
2024-09-24 19:30 ` gfrank227 via Bugspray Bot
2024-09-24 19:30 ` gfrank227 via Bugspray Bot
2024-09-27 2:10 ` abhishek via Bugspray Bot
2024-09-27 14:06 ` gfrank227 via Bugspray Bot
2024-09-27 19:20 ` gfrank227 via Bugspray Bot
2024-09-29 17:10 ` abhishek via Bugspray Bot
2024-09-30 12:05 ` gfrank227 via Bugspray Bot
2024-10-02 15:15 ` abhishek via Bugspray Bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).