I have the same problem here.
I have an Asus EeePC 1000H and the volume buttons did not work. I 
patched if-asus-eee.sh as shown below and now they work. It would be 
real nice if this could get in Debian soon.


--- /etc/acpi/if-asus-eee.sh.orig       2009-02-22 22:45:20.000000000 +0100
+++ /etc/acpi/if-asus-eee.sh    2009-02-18 17:16:25.000000000 +0100
@@ -9,6 +9,6 @@
 
 DeviceConfig
 
-if [ "$model" = "701" ] ; then
+if [ "$model" = "701" -o "$model" = "1000H" ] ; then
        /etc/acpi/$1
 fi


For reference, here's the ACPI information I get (from 
/usr/share/acpi-support/device-funcs):

# cat /var/lib/acpi-support/system-manufacturer||dmidecode --string 
system-manufacturer
ASUSTeK Computer INC.
# cat /var/lib/acpi-support/system-product-name||dmidecode --string 
system-product-name
1000H
# cat /var/lib/acpi-support/system-version||dmidecode --string system-version
x.x
# cat /var/lib/acpi-support/bios-version||dmidecode --string bios-version
1206


-- 
Francois Gouget <[email protected]>              http://fgouget.free.fr/
                           La terre est une bĂȘta...

Reply via email to