My laptop has a microphone key right at the F8 key. Pressing it alongside Fn should mute/unmute the microphone and the LED should switch to the state of the microphone. That’s a really useful privacy feature if used with Pipewire as a plus.
At the current state, pressing it does nothing, neither LED switches according to the microphone state by enabling/disabling it from the desktop environment. Applications won’t detect it as “XF86AudioMicMute” either.
I’ve found a similar issue thread on AskUbuntu with a Thinkpad T420. Went to try acpi_listen, and i found out this key returns the code “wmi PNP0C14:00 000000bc 00000000”
$ acpi_listen
wmi PNP0C14:00 000000bc 00000000
But still, i can’t use the key. Trying to use acpid to toggle microphone from ALSA gives me a “Host not found” error, it seems that’s due the fact acpid should run in the same section Pipewire is running at to work. I can’t control LEDs either, as there’s no ‘leds’ at /sys/devices/platform/acer-wmi, /sys/devices/platform/PNP0C14:02 nor /sys/devices/platform/PNP0C0C:00.
$ ls /sys/devices/platform/PNP0C14\:02/
driver driver_override firmware_node modalias power subsystem uevent wmi_bus
I couldn’t find almost any information about Linux in this laptop model, it seems the Linux community haven’t got much information about this specific model and because of that, wmi driver wasn’t properly implemented to work with this one yet.
For additional info, NitroSense key (the one at the left of NumLk) don’t work either, and it doesn’t outputs any code at acpi_listen. Not related to the issue on this forum, but this info could be useful for someone reading it in the future. Even though this key is used to open NitroSense app in Windows that doesn’t exists on Linux, it could be a useful key to bind to something else (to open another alternative fan-control app that currently doesn’t work with this laptop, to switch CPU governor, open screen recorder, etc)
