This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash:~$ cat /proc/acpi/ibm/hotkey | |
status: enabled | |
mask: 0x008c7fff | |
commands: enable, disable, reset, <mask> | |
0x008c7fff means that in the mask there are only certain buttons. | |
Change the mask to 0x00ffffff and volume works fine (must be root). | |
echo 0x00ffffff >/proc/acpi/ibm/hotkey |
NewerOlder