[acpi-jp 2126] AE_NOT_EXIST errors

Nate Lawson nate at root.org
Wed Aug 27 11:33:44 PDT 2003


On Fri, 25 Apr 2003, Nate Lawson wrote:
> I have an ongoing problem.  I get a lot of messages like this on boot and
> my battery initialization fails.  I am running the EC in event driven mode
> but that doesn't help.
>
>     ACPI-1284: *** Error: Method execution failed
> [\_SB_.PCI0.LPC_.FDC_._INI] (Node 0xc32962c0), AE_NOT_EXIST
>     ACPI-1284: *** Error: Method execution failed
> [\_SB_.PCI0.LPC_.EC__._INI] (Node 0xc3290480), AE_NOT_EXIST
>     ACPI-1284: *** Error: Method execution failed
> [\_SB_.PCI0.LPC_.EC__.BAT0._STA] (Node 0xc3292c80), AE_NOT_EXIST
>     ACPI-0175: *** Error: Method execution failed
> [\_SB_.PCI0.LPC_.EC__.BAT0._STA] (Node 0xc3292c80), AE_NOT_EXIST
>     ACPI-1284: *** Error: Method execution failed
> [\_SB_.PCI0.LPC_.EC__.BAT1._STA] (Node 0xc3292b00), AE_NOT_EXIST
>     ACPI-0175: *** Error: Method execution failed
> [\_SB_.PCI0.LPC_.EC__.BAT1._STA] (Node 0xc3292b00), AE_NOT_EXIST

This is a reply to a really old message but I wanted to point out that it
has been solved.  It turns out the AML expects to be able to call the EC
early on but we weren't detecting the EC until the namespace was
available.  The EC rewrite I did now probes the ECDT and attaches to the
EC early on, fixing these errors.

-Nate


More information about the freebsd-current mailing list