Hi Per, Per Olofsson wrote: > On an Eee PC 901, the volume buttons don't do anything by default with > acpi-support installed. Apparently they are not bound to anything in > /etc/acpi/events. The following files can be added to fix it: > > eeepc-volume-mute: > -- > event=hotkey ATKD 00000013 > action=/etc/acpi/mutebtn.sh > -- > > eeepc-volume-down: > -- > event=hotkey ATKD 00000014 > action=/etc/acpi/voldownbtn.sh > -- > > eeepc-volume-up: > -- > event=hotkey ATKD 00000015 > action=/etc/acpi/volupbtn.sh > -- > > > Note that these are similar to the asus-volume-* files, which I looked > at. The only difference is the key number and the fact that my system > only says "ATKD" and not HOTK when I press the buttons. Perhaps the > codes can be added as alternatives in the asus-volume-* files instead > using the (...|...) syntax.
This should be handled by asus-eee-volume-down and -up... Oh wait, that only detects model 701. Could you change /etc/acpi/if-asus-eee.sh so that the line: if [ "$model" = "701" ] ; then reads if [ "$model" = "701" -o "$model" = "901" ] ; then and try again? If that works, I'll commit that change. Cheers, Bart -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]