public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Thomas Renninger <trenn-l3A5Bk7waGM@public.gmane.org>
To: Ramkumar R <andyetitmoves-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: DSDT problem with Acer Aspire 3002NLC
Date: Mon, 06 Jun 2005 17:12:08 +0200	[thread overview]
Message-ID: <42A467C8.503@suse.de> (raw)
In-Reply-To: <9a9bfc170506060740547d2bd6-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

Ramkumar R wrote:
> Hi!
> 
> I have a Acer Aspire 3002NLC and the battery was not getting reported.
> The syslog too was flooded. I checked up the DSDT database and found a
> fixed table for Aspire 3000 (It reportedly fixed this error, see
> http://acpi.sourceforge.net/dsdt/view.php?id=377). I merged the
> changes with the decompiled file I had. I had decompiled with iasl,
> and on recompilation with the patch 6 errors remained. (Originally 37
> errors were present). I am using iasl version 20050513.
> 
> The compilation cmdline: iasl -oi -of -on -tc dcust.dsl 2>&1 > /tmp/error.log
> 
> Error log:
> 
> Intel ACPI Component Architecture
> ASL Optimizing Compiler / AML Disassembler version 20050513 [Jun  4 2005]
> Copyright (C) 2000 - 2005 Intel Corporation
> Supports ACPI Specification Revision 3.0
> 
> dcust.dsl  2506:                             If (LNot (LEqual
> (\_PR.CPU0._PPC, 0x00)))
> Error    1022 -                                       Object does not
> exist ^  (\_PR.CPU0._PPC)
> 
> dcust.dsl  2508:                                 Store (0x00, \_PR.CPU0._PPC)
> Error    1022 -                                      Object does not
> exist ^  (\_PR.CPU0._PPC)
> 
> dcust.dsl  2516:                             If (LLess (\_PR.CPU0._PPC, Local1))
> Error    1022 -                                Object does not exist ^
>  (\_PR.CPU0._PPC)
> 
> dcust.dsl  2518:                                 Store (Local1, \_PR.CPU0._PPC)
> Error    1022 -                                        Object does not
> exist ^  (\_PR.CPU0._PPC)
> 
> dcust.dsl  2528:                         If (LNot (LEqual
> (\_PR.CPU0._PPC, 0x00)))
> Error    1022 -                                   Object does not
> exist ^  (\_PR.CPU0._PPC)
> 
> dcust.dsl  2530:                             Store (0x00, \_PR.CPU0._PPC)
> Error    1022 -                                  Object does not exist
> ^  (\_PR.CPU0._PPC)
> 
> ASL Input:  dcust.dsl - 3466 lines, 120769 bytes, 1560 keywords
> Compilation complete. 6 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
> 
The object is defined in your SSDT.
Try adding:
External (\_PR.CPU0._PPC)
in global scope
or
External (_PPC)
in the \_PR.CPU0 scope.
One of these should work getting your dsdt compiled.
The kernel interpreter will find the object when the SSDT table is loaded.

       Thomas



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20

  parent reply	other threads:[~2005-06-06 15:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-06 14:40 DSDT problem with Acer Aspire 3002NLC Ramkumar R
     [not found] ` <9a9bfc170506060740547d2bd6-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2005-06-06 15:12   ` Thomas Renninger [this message]
     [not found]     ` <9a9bfc170506061006433fbcd7@mail.gmail.com>
     [not found]       ` <9a9bfc170506061006433fbcd7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2005-06-06 17:34         ` Thomas Renninger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42A467C8.503@suse.de \
    --to=trenn-l3a5bk7wagm@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=andyetitmoves-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox