I have an Asus Zenbook UX425JA. Came pre-installed with Windows 10. I installed Ubuntu 20.04.1 instead.
Most function keys are working (Volume, mute, screen brightness, screen lock keys all work), but some do not, in particular the one for enabling/disabling the trackpad, one for controlling keyboard backlight, and one for enabling/disabling the camera.
Function lock (Fn+Esc
) does not work either.
I tried the first answer here, but the grub edit made even more function keys nonfunctional, and when I added the config file, I was getting strange lines on my screen (green vertical line on my desktop, horizontal white strips in browser... thought my screen was broken tbh).
I'd super appreciate any help. I'm an absolute noob, this is my first ever experience with Linux, having "declared windependence" 3 hours ago...
EDIT: Following Quasimodo's advice:
Unfortunately there does not seem to exist a simple route to debug those keyboard problems. You will have to dig more. See if any of
xev
,evtest
,showkey
,acpi_listen
react to the keypresses in question. If yes, you should be fine. Keep following the trail. If you cannot find a solution, edit the question with the information. If none of them detect the keys, you are probably in trouble.
xev
, evtest
, showkey
, and acpi_listen
all do not react... sounds like I'm in trouble.
I found this guide: https://help.ubuntu.com/community/LaptopSpecialKeys
which seems to be relevant to my problem. However, they start out by asking to run acpi_listen
and say if your key isn't an ACPI key, the guide can't help you, which is exactly my case. What do I do now?
xev
,evtest
,showkey
,acpi_listen
react to the keypresses in question. If yes, you should be fine. Keep following the trail. If you cannot find a solution, [edit] the question with the information. If none of them detect the keys, you are probably in trouble. – Quasímodo Aug 07 '20 at 21:29