need help. asus-a6m+brightness control

Sergey V. Dyatko sergey.dyatko at gmail.com
Tue Feb 9 21:54:37 UTC 2010


Hi, 

I have asus-a6m laptop running HEAD.  But unfortunately brightness
control not working when I boot with acpi support. 

I made some changes on acpi_asus.c but it doesn't help - 
brightness is still not regulated. Good news: the volume keys started
working and now I have /dev/led/wled, /dev/led/mled :)

result of `acpidump -dt | gzip -c9 >asus_a6m.asl.gz`:
http://tiger.ipfw.ru/files/asus_a6m.asl.gz

Thanks for any help

notebook# svn diff acpi_asus.c
Index: acpi_asus.c
===================================================================
--- acpi_asus.c (revision 203701)
+++ acpi_asus.c (working copy)
@@ -357,6 +357,15 @@
                .lcd_set        = "\\Q10"
        },
        {
+               .name           = "A6M",
+               .wled_set       = "WLED",
+               .mled_set       = "MLED",
+               .brn_get        = "GPLV",
+               .brn_set        = "SPLV",
+               .brn_up         = "\\_SB.PCI0.SBRG.EC0._Q0F",
+               .brn_dn         = "\\_SB.PCI0.SBRG.EC0._Q0E"           
+       },
+       {
                .name           = "M6N",
                .mled_set       = "MLED",
                .wled_set       = "WLED",
 

--
wbr, tiger


More information about the freebsd-acpi mailing list