11-01-2020, 04:28 AM
(10-31-2020, 08:25 PM)erock22 Wrote:These are the keycodes defined in /usr/include/linux/input-event-codes.h:Code:keycode 113 press
keycode 113 release
keycode 114 press
keycode 114 release
keycode 115 press
keycode 115 release
Yes, I am holding fn and the f keys together. I get the same output as above when I run the command you suggested.
Code:
#define KEY_MUTE 113
#define KEY_VOLUMEDOWN 114
#define KEY_VOLUMEUP 115
It means the keyboard is working fine, the problem is the keys are not used to change volume in your system.