Ok, i got it to work :-) Using acpi_listen, my brightness hotkeys give me (down and up):
video LCDD 00000087 00000000 video LCDD 00000086 00000000 I edited and adapted: cat /etc/acpi/events/asus-keyboard-backlight-down # /etc/acpi/events/asus-keyboard-backlight-down # This is called when the user presses the key brightness # down button and calls /etc/acpi/asus-keyboard-backlight.sh for # further processing. event=video LCDD 00000087 action=/etc/acpi/asus-keyboard-backlight.sh down cat /etc/acpi/events/asus-keyboard-backlight-up # /etc/acpi/events/asus-keyboard-backlight-up # This is called when the user presses the key brightness # up button and calls /etc/acpi/asus-keyboard-backlight.sh for # further processing. event=video LCDD 00000086 action=/etc/acpi/asus-keyboard-backlight.sh up Note: I tested with the complete line given by acpi_listen but did not work, then re-tested without the last 00000 series and it worked. I edited and adapted: /etc/acpi/asus-keyboard-backlight.sh And changed the KEYS_DIR to match the acpi_video0: # this directory is a symlink on my machine: KEYS_DIR=/sys/class/backlight/acpi_video0 The default dir was pointing to a led dir, which does not exist in my case, an other exists but running echo does not work. Finally, i rebooted, both OSD Notification and hotkeys works :-) no need to wait, works good Also, i was wrong, the Wireless On/Off switch works good, but there is no OSD notification -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1100825 Title: Brightness Hotkeys FN (F5,F6) not working in Asus K55VD (A55VD-SX406H) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1100825/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
