kern/108017: [acpi]: Acer Aspire 5600

Bruno Ducrot ducrot at poupinou.org
Wed Jan 17 21:00:45 UTC 2007


The following reply was made to PR kern/108017; it has been noted by GNATS.

From: Bruno Ducrot <ducrot at poupinou.org>
To: bug-followup at freebsd.org, device-x at mail.ru
Cc:  
Subject: Re: kern/108017: [acpi]: Acer Aspire 5600
Date: Wed, 17 Jan 2007 21:40:33 +0100

 Should be fixed with next import from ACPI-CA.
 
 Currently one way to correct this in the meantime is to:
 
 acpidump -d -t > acer_aspire_5600.asl
 recompile via iasl:
 
 edit acer_aspire_5600.asl, and search the string Z004.  You
 should have something like that:
 
 
             Name (PBST, Package (0x04)
             {               
                 0x00,
                 Z004,
                 Z004,
                 0x2710
             })
 
 Replace the Z004 by Ones so such you will have that instead:
 
             Name (PBST, Package (0x04)
             {               
                 0x00,
                 Ones,
                 Ones,
                 0x2710          
             })
 
 Note that there are two such Name (PBST, Package (0x04).  Don't forget
 to modify the two.
 
 Follow instruction on
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html
 especially
 11.16.5.3 Overriding the Default AML
 for the rest of the procedure.
 
 -- 
 Bruno Ducrot
 
 --  Which is worse:  ignorance or apathy?
 --  Don't know.  Don't care.


More information about the freebsd-acpi mailing list