You are not logged in.
LED over the F6 button is not working does anyone know how to enable that?
Offline
Usually specifying a right model for snd-hda-intel module will do the thing. Can you give me an output of this command
aplay -lOffline
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
Models to try with ALC285 (I tried to sort them by probability of working
):
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-mic1Reload module with specified model:
rmmod -f snd-hda-intel
modprobe snd-hda-intel model=$MODELVerify 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=$MODELYou should reboot after that, force unloading module can cause crashing
Offline
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)