Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save behrends/140767 to your computer and use it in GitHub Desktop.
Save behrends/140767 to your computer and use it in GitHub Desktop.
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
Add it to /etc/rc.local to save it permanantly.
Thats not the best way, may be in future the defaults will be changed.
[Found in https://bugs.launchpad.net/ubuntu/+source/hotkey-setup/+bug/364127]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment