Bug 108017

Summary: [acpi]: Acer Aspire 5600
Product: Base System Reporter: Alex <device-x>
Component: kernAssignee: freebsd-acpi (Nobody) <acpi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 7.0-CURRENT   
Hardware: Any   
OS: Any   

Description Alex 2007-01-16 21:10:21 UTC
notebook acer aspire 5600
acpi trouble
in dmesg 
"...
SearchNode 0xc298d900 StartNode 0xc298d900 ReturnNode 0
    ACPI-0610: *** Error: Method execution failed [\\_SB_.BAT1._BST] (Node 0xc298d800), AE_NOT_FOUND
.."
run on X (fluxbox) any terminal (mrxvt,ater,etc)
"
..
ACPI-0448: *** Error: Looking up [Z004] in namespace, AE_NOT_FOUND
SearchNode 0xc298d900 StartNode 0xc298d900 ReturnNode 0
    ACPI-0610: *** Error: Method execution failed [\_SB_.BAT1._BST] (Node 0xc298
d800), AE_NOT_FOUND
    ACPI-0448: *** Error: Looking up [Z004] in namespace, AE_NOT_FOUND
SearchNode 0xc298d900 StartNode 0xc298d900 ReturnNode 0
    ACPI-0610: *** Error: Method execution failed [\_SB_.BAT1._BST] (Node 0xc298
d800), AE_NOT_FOUND
..."
in ~/.xinirc
if exec   wmapm &
and on console from run xinit
"...
SearchNode 0xc2ddb000 StartNode 0xc2ddb000 ReturnNode 0
    ACPI-0610: *** Error: Method execution failed [\_SB_.BAT1._BST] (Node 0xc2dd
ad20), AE_NOT_FOUND
    ACPI-0448: *** Error: Looking up [Z004] in namespace, AE_NOT_FOUND
SearchNode 0xc2ddb000 StartNode 0xc2ddb000 ReturnNode 0
    ACPI-0610: *** Error: Method execution failed [\_SB_.BAT1._BST] (Node 0xc2dd
ad20), AE_NOT_FOUND
    ACPI-0448: *** Error: Looking up [Z004] in namespace, AE_NOT_FOUND
SearchNode 0xc2ddb000 StartNode 0xc2ddb000 ReturnNode 0
    ACPI-0610: *** Error: Method execution failed [\_SB_.BAT1._BST] (Node 0xc2dd
ad20), AE_NOT_FOUND
.."

if i'am run xterm, aterm. mrxvt or any ternimal on xwindow, in console from run xinit sending message 
"... ACPI-0448: *** Error: Looking up [Z004] in namespace, AE_NOT_FOUND
SearchNode 0xc298d900 StartNode 0xc298d900 ReturnNode 0
    ACPI-0610: *** Error: Method execution failed [\_SB_.BAT1._BST] (Node 0xc298
d800), AE_NOT_FOUND
    ACPI-0448: *** Error: Looking up [Z004] in namespace, AE_NOT_FOUND
SearchNode 0xc298d900 StartNode 0xc298d900 ReturnNode 0
    ACPI-0610: *** Error: Method execution failed [\_SB_.BAT1._BST] (Node 0xc298
d800), AE_NOT_FOUND
.."

Fix: 

i don't known how fix this promlen...
off acpi_video and acpi and apm fron kernel support...
bet... don't use any software for notebooks.
How-To-Repeat: i don't known how fix this promlen...
off acpi_video and acpi and apm fron kernel support...
bet... don't use any software for notebooks.
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2007-01-17 07:49:00 UTC
Responsible Changed
From-To: freebsd-i386->freebsd-acpi

Assign to the acpi team, i changed some of the details, but I am 
not sure what this is involved with.
Comment 2 john 2007-01-17 15:46:38 UTC
It just means the battery status isn't working.  There's probably some bug in 
your BIOS.

-- 
John Baldwin
Comment 3 ducrot 2007-01-17 20:40:33 UTC
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.
Comment 4 Andriy Gapon freebsd_committer freebsd_triage 2010-12-05 14:59:43 UTC
State Changed
From-To: open->closed

Feedback timeout.