Hans (12025-02-10): > All keys are working. > > For example: > > xxd /dev/input/event12
<snip> > (This example is for FN+screen_brightness_up and > FN+screen_brightness_down.) Then your problem is easy. If some keys did not generate events, getting them to work might have been a nightmare or impossible. But since they do, all you need to do is make sure there is a userland program running that is listening for these events and acting on them. Traditionally, this has been the task of desktop environments. More recently, systemd has taken over the handling of power-related buttons and keys while leaving audio- and video- related keys to the desktop environment. That means, by default, the power keys should work as soon as the system starts booting but the audio and video keys should start working when a desktop environment is running. If that is not happening or if you want the keys to be handled without a desktop environment, you will need to explain the circumstances in more details. Regards, -- Nicolas George