Re: ACPI errors with recent laptop

From: Bruno Ducrot <ducrot_at_poupinou.org>
Date: Mon, 23 May 2005 16:58:10 +0200
On Mon, May 23, 2005 at 03:22:04PM +0200, Jeremie Le Hen wrote:
> Hi Bruno,
> 
> > I think I have already seen that error.  The only way to go is to dump
> > the asl, and replace some names (Z00?) with Zero, then override the dsdt
> > with the corrected one.
> > You can post to me a dump to the asl and I will correct this one.
> 
> Here it is, thanks.
>     http://jeremie.le-hen.org/~tataz/acpidump.gz
> 

The patch attached allow to compile at least and will correct the problem
you encounter.  There is 3 warnings still but there should be harmless (one
is related to video switching, the others to a docking station
apparently, so if you have trouble with those, please report).

I'm not sure yet we can write a workaround to fix this without having
to override the DSDT (maybe Nate have some thought about this?)

--- acpidump	2005/05/23 14:46:06	1.1
+++ acpidump	2005/05/23 14:46:50
_at__at_ -6342,8 +6342,8 _at__at_
             Name (PBST, Package (0x04)
             {
                 0x00, 
-                Z00C, 
-                Z00C, 
+                Zero, 
+                Zero, 
                 0x2710
             })
             Name (ERRC, 0x00)
_at__at_ -6599,8 +6599,8 _at__at_
             Name (PBST, Package (0x04)
             {
                 0x00, 
-                Z00C, 
-                Z00C, 
+                Zero, 
+                Zero, 
                 0x2710
             })
             Name (ERRC, 0x00)

Cheers,

-- 
Bruno Ducrot

--  Which is worse:  ignorance or apathy?
--  Don't know.  Don't care.
Received on Mon May 23 2005 - 12:58:13 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:35 UTC