I have a HP Pavilion 15-eg3xxx, with realtek ALC287, RTL8852BE, the mute button is on the F5 key. The key is working but the led doesn’t work. There are numerous posts on the Arch Forums and the Arch Wiki talks a bit about this, too. But I was wondering if there are patches/workarounds specific to NixOS. The kernel version is linux-6.10.6 and I have a flake enabled NixOS 24.11.20240824.d0e1602 (Vicuna x86_64), initial install was 24.05 Uakari x86_64. I use
services.pipewire = { enable = true;' pulse.enable = true; wireplumber.enable = true; alsa = { enable = true; support32Bit = true; }; jack.enable = true; };
So I can’t use alsa as there is an error with sound.enable.
Sorry for the weird style of code. I don’t know how to use preformatted text.
Thank you in advance.