$ cat /etc/acpi/if-asus-eee.sh 
#! /bin/sh

# The hotkeys for the Asus Eee PC (ASUSTeK model 701) conflict with
# brightness keys on other Asus laptops. This script invokes another acpi
# script (passed as an argument), but only if the system is an Eee PC.

[ -f /usr/share/acpi-support/device-funcs ] || exit 0
. /usr/share/acpi-support/device-funcs

DeviceConfig

if [ "$model" = "701" -o "$model" = "901" -o "$model" = "1000H" ] ; then
        /etc/acpi/$1
fi

$ dpkg -S /etc/acpi/if-asus-eee.sh 
acpi-support: /etc/acpi/if-asus-eee.sh

$ dpkg -S /etc/acpi/events/thinkpad-volume-up
acpi-support: /etc/acpi/events/thinkpad-volume-up

$ acpi_listen
hotkey ATKD 00000013 00000001
hotkey ATKD 00000014 00000001
hotkey ATKD 00000015 00000001

Those were mute, volume down, and volume up

I have to say here that I have some acpi scripts in /etc/acpi/eeepc that
handle some of the extra buttons on the laptop, but not these ones. I
should however have an unmodified version of acpi-support from Ubuntu.

-- 
volume and mute keys are repeated on Lucid on EEE PC 901
https://bugs.launchpad.net/bugs/560551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to