You are not logged in.

#1 2024-06-01 08:33:15

yugandhar
Member
Registered: 2024-05-05
Posts: 1

HP Pavilion Gaming Laptop 15-ec1xxx mute button led issue

LED over the F6 button is not working does anyone know how to enable that?

Offline

#2 2024-06-01 19:23:14

yataro
Member
Registered: 2024-03-09
Posts: 93

Re: HP Pavilion Gaming Laptop 15-ec1xxx mute button led issue

Usually specifying a right model for snd-hda-intel module will do the thing. Can you give me an output of this command

aplay -l

Offline

#3 2024-06-05 11:31:37

thoushaltnot
Guest

Re: HP Pavilion Gaming Laptop 15-ec1xxx mute button led issue

yataro wrote:

Usually specifying a right model for snd-hda-intel module will do the thing. Can you give me an output of this command

aplay -l

I'm not the op, but I have the same laptop model and the same issue.

Wed 05 Jun 16:23 arch-mage ~ >aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC285 Analog [ALC285 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

#4 2024-06-05 15:28:08

yataro
Member
Registered: 2024-03-09
Posts: 93

Re: HP Pavilion Gaming Laptop 15-ec1xxx mute button led issue

Models to try with ALC285 (I tried to sort them by probability of working smile ):

alc285-hp-amp-init
alc295-hp-x360
hp-gpio-led
hp-gpio2-hotkey
hp-gpio4
hp-mute-led-mic1
hp-mute-led-mic2
hp-mute-led-mic3
hp-gpio-mic1
hp-line1-mic1

Reload module with specified model:

rmmod -f snd-hda-intel
modprobe snd-hda-intel model=$MODEL

Verify that led works after modprobe, if not repeat for the next model. If you found the right one, you can preserve this setting with modprobe.d:

# /etc/modprobe.d/snd-hda-intel.conf

options snd-hda-intel model=$MODEL

You should reboot after that, force unloading module can cause crashing

Offline

#5 2024-06-05 15:38:51

thoushaltnot
Guest

Re: HP Pavilion Gaming Laptop 15-ec1xxx mute button led issue

Alas, none of the models seems to work.  No red led lamp for me, I guess. 

Thanks for the help, anyway.

Last edited by thoushaltnot (2024-06-05 15:39:25)

Board footer

Powered by FluxBB