All of lore.kernel.org
 help / color / mirror / Atom feed
From: Faye Pearson <faye-6JSjyQ0Qj1ReoWH0uzbU5w@public.gmane.org>
To: Stefan Behnel <behnel-8NdywcgfOMlWMvVl7B+zuCEWGD4kr0XT@public.gmane.org>
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: ACPI-Errors with battery, ac_adapter, thermal
Date: Thu, 23 Jan 2003 18:48:02 +0000	[thread overview]
Message-ID: <20030123184802.GA11638@clara.net> (raw)
In-Reply-To: <3E303184.6020307-8NdywcgfOMlWMvVl7B+zuCEWGD4kr0XT@public.gmane.org>

Stefan Behnel [behnel-8NdywcgfOMlWMvVl7B+zuCEWGD4kr0XT@public.gmane.org] wrote:
> I'm actually perfectly willing to invest some time into getting this 
> working if anyone could point me in the right direction.
> 
> I found the FAQ including the stuff about overriding the DSTD, but I 
> don't know how to fix such a table (the current one looks perfectly fine 
> to me...). Any more hints on that?

>     ACPI-0262: *** Info: GPE Block1 defined as GPE16 to GPE31
>     ACPI-1102: *** Error: Method execution failed [\_SB_.PCI0._INI] (Node c12fba80), AE_AML_UNINITIALIZED_LOCAL
>     ACPI-0090: *** Error: No object was returned from [\_SB_.PCI0.LPCB.SIOD.COMA._STA] (Node c12f2580), AE_NOT_EXIST
>     ACPI-1102: *** Error: Method execution failed [\_SB_.ADP1._STA] (Node c12fb340), AE_AML_NO_RETURN_VALUE
>     ACPI-1102: *** Error: Method execution failed [\_SB_.BAT1._STA] (Node c12fb700), AE_AML_NO_RETURN_VALUE
>     ACPI-0322: *** Error: Handler for [embedded_control] returned AE_BAD_PARAMETER
>     ACPI-1102: *** Error: Method execution failed [\_TZ_.THRM._TMP] (Node c12fd7c0), AE_BAD_PARAMETER

These don't look fine.

You need iasl - google for intel iasl download

Disassembling your dsdt gives:

dsdt.dsl   178:     Method (_WAK, 1, NotSerialized)
Warning  2026 -                ^ Reserved method must return a value
(_WAK)

Can be as simple as adding Return (Zero) to the end of the method but
check the function to see if that looks right.

dsdt.dsl  2322:                     Field (ECR, DWordAcc, Lock,
Preserve)
Error    1048 -                              ^ Host Operation Region
requires ByteAcc access

Use ByteAcc access!

dsdt.dsl  2887:                         Method (_STA, 0, NotSerialized)
Warning  2019 -                                    ^ Not all control
paths return a value (_STA)

dsdt.dsl  2887:                         Method (_STA, 0, NotSerialized)
Warning  2026 -                                    ^ Reserved method
must return a value (_STA)

Same issue as for _WAK.


Faye

-- 
Faye Pearson,
Covert Development
ClaraNET Ltd.       Tel 020 7903 3000

Keep your boss's boss off your boss's back.


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com

  parent reply	other threads:[~2003-01-23 18:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-21 18:16 ACPI-Errors with battery, ac_adapter, thermal Stefan Behnel
     [not found] ` <3E2D8E94.2050301-8NdywcgfOMlWMvVl7B+zuCEWGD4kr0XT@public.gmane.org>
2003-01-21 19:13   ` Ducrot Bruno
     [not found]     ` <20030121191357.GG15023-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
2003-01-21 19:44       ` Stefan Behnel
2003-01-23 18:16       ` Stefan Behnel
     [not found]         ` <3E303184.6020307-8NdywcgfOMlWMvVl7B+zuCEWGD4kr0XT@public.gmane.org>
2003-01-23 18:48           ` Faye Pearson [this message]
     [not found]             ` <20030123184802.GA11638-6JSjyQ0Qj1ReoWH0uzbU5w@public.gmane.org>
2003-01-25 10:54               ` DSDT patch for Samsung P10 Stefan Behnel
     [not found]                 ` <3E326CCD.4060107-8NdywcgfOMlWMvVl7B+zuCEWGD4kr0XT@public.gmane.org>
2003-01-27 13:14                   ` Parrenin Frédéric
  -- strict thread matches above, loose matches on Subject: below --
2003-01-23 18:50 ACPI-Errors with battery, ac_adapter, thermal Moore, Robert
2003-01-23 18:53 Moore, Robert
     [not found] ` <B9ECACBD6885D5119ADC00508B68C1EA0D19BA50-LkGsggTGxVmSsB6bSF6DdVDQ4js95KgL@public.gmane.org>
2003-01-24 10:04   ` Ducrot Bruno
2003-01-24 15:07 Moore, Robert
     [not found] ` <B9ECACBD6885D5119ADC00508B68C1EA0D19BA55-LkGsggTGxVmSsB6bSF6DdVDQ4js95KgL@public.gmane.org>
2003-01-24 20:03   ` Ducrot Bruno

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=20030123184802.GA11638@clara.net \
    --to=faye-6jsjyq0qj1reowh0uzbu5w@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=behnel-8NdywcgfOMlWMvVl7B+zuCEWGD4kr0XT@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.