Date: Fri, 23 Dec 2005 12:10:07 GMT From: dwerner1974 <dwerner1974@yahoo.com> To: freebsd-acpi@FreeBSD.org Subject: Re: kern/89879: [acpi] ACPI-0438: *** Error: Looking up [Z00C] in namespace, AE_NOT_FOUND Message-ID: <200512231210.jBNCA738063314@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/89879; it has been noted by GNATS. From: dwerner1974 <dwerner1974@yahoo.com> To: Ariff Abdullah <ariff@FreeBSD.org> Cc: bug-followup@FreeBSD.org Subject: Re: kern/89879: [acpi] ACPI-0438: *** Error: Looking up [Z00C] in namespace, AE_NOT_FOUND Date: Fri, 23 Dec 2005 04:07:54 -0800 (PST) I've fixed a few things but still get an error message upon boot, I don't know what exactly needs to be changed in the asl so it will work, this is my new output: lepus# iasl dsdt.asl Intel ACPI Component Architecture ASL Optimizing Compiler / AML Disassembler version 20041119 [Dec 13 2005] Copyright (C) 2000 - 2004 Intel Corporation Supports ACPI Specification Revision 2.0c dsdt.asl 2026: Method (DRUL, 1, NotSerialized) Warning 2019 - ^ Not all control paths return a value (DRUL) dsdt.asl 2673: Method (_DCK, 1, NotSerialized) Warning 2019 - ^ Not all control paths return a value (_DCK) dsdt.asl 2673: Method (_DCK, 1, NotSerialized) Warning 2026 - ^ Reserved method must return a value (_DCK) ASL Input: dsdt.asl - 7481 lines, 256525 bytes, 3332 keywords AML Output: DSDT.aml - 28716 bytes 702 named objects 2630 executable opcodes Compilation complete. 0 Errors, 3 Warnings, 0 Remarks, 1152 Optimizations --- Ariff Abdullah <ariff@FreeBSD.org> wrote: > On Sat, 3 Dec 2005 18:00:21 GMT > "Dana H. Myers" <dana.myers@gmail.com> wrote: > > The following reply was made to PR kern/89879; it > has been noted by > > GNATS. > > > > From: "Dana H. Myers" <dana.myers@gmail.com> > > To: bug-followup@FreeBSD.org, > dwerner1974@yahoo.com > > Cc: > > Subject: Re: kern/89879: [acpi] ACPI-0438: *** > Error: Looking up > > [Z00C] in > > namespace, AE_NOT_FOUND > > Date: Sat, 03 Dec 2005 09:55:19 -0800 > > > > I see the same problem on the Acer Ferrari 4005, > where Z00C isn't > > defined and thus the battery status method fails. > > > This is actually easy to fix, provided that you know > how to dump, edit > and recompile your acpi dsdt using acpidump(8) and > iasl(8). Take a > look at > http://people.freebsd.org/~ariff/acer_ferrari/ for > an example > on how to tweak and recover the functionality of > battery status > method. > > -- > Ariff Abdullah > FreeBSD > __________________________________________ Yahoo! DSL – Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512231210.jBNCA738063314>