From mboxrd@z Thu Jan 1 00:00:00 1970 From: Faye Pearson Subject: Re: ACPI-Errors with battery, ac_adapter, thermal Date: Thu, 23 Jan 2003 18:48:02 +0000 Sender: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Message-ID: <20030123184802.GA11638@clara.net> References: <3E2D8E94.2050301@gkec.tu-darmstadt.de> <20030121191357.GG15023@poup.poupinou.org> <3E303184.6020307@gkec.tu-darmstadt.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <3E303184.6020307-8NdywcgfOMlWMvVl7B+zuCEWGD4kr0XT@public.gmane.org> Errors-To: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: Stefan Behnel Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: linux-acpi@vger.kernel.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