Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2007 21:00:44 GMT
From:      Bruno Ducrot <ducrot@poupinou.org>
To:        freebsd-acpi@FreeBSD.org
Subject:   Re: kern/108017: [acpi]: Acer Aspire 5600
Message-ID:  <200701172100.l0HL0irD039157@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/108017; it has been noted by GNATS.

From: Bruno Ducrot <ducrot@poupinou.org>
To: bug-followup@freebsd.org, device-x@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701172100.l0HL0irD039157>