ACPI error message

Ian Smith smithi at nimnet.asn.au
Wed Dec 15 02:54:14 UTC 2010


In freebsd-questions Digest, Vol 341, Issue 3, Message: 2
On Tue, 14 Dec 2010 14:26:35 +0100 Davide Petilli <7h3.k3rn31 at gmail.com> wrote:

 > During the boot I can see these error mesages related to acpi.
 > I've built my kernel but the error messages come up on the default kernel too. 
 > Does anyone know what is it and how to solve this?
 > I tried to figure it out by myself without succes.
 > 
 > These are the relevant parts of my dmesg:
 > -----------------------------------------
 > acpi0: <INSYDE RSDT_000> on motherboard
 > acpi0: [ITHREAD]
 > acpi0: Power Button (fixed)
 > unknown: I/O range not supported
 > ACPI Error: No handler for Region [RAM_] (0xc2cff5c0) [EmbeddedControl] (20100331/evregion-487)
 > ACPI Error: Region EmbeddedControl(0x3) has no handler (20100331/exfldio-383)
 > ACPI Error (psparse-0633): Method parse/execution failed [\\_SB_.BAT0._STA] (Node 0xc2cdd5c0), AE_NOT_EXIST
 > ACPI Error (uteval-0318): Method execution failed [\\_SB_.BAT0._STA] (Node 0xc2cdd5c0), AE_NOT_EXIST
 > ACPI Error: No handler for Region [RAM_] (0xc2cff5c0) [EmbeddedControl] (20100331/evregion-487)
 > ACPI Error: Region EmbeddedControl(0x3) has no handler (20100331/exfldio-383)
 > ACPI Error (psparse-0633): Method parse/execution failed [\\_SB_.BAT0._STA] (Node 0xc2cdd5c0), AE_NOT_EXIST
 > ACPI Error (uteval-0318): Method execution failed [\\_SB_.BAT0._STA] (Node 0xc2cdd5c0), AE_NOT_EXIST
 > -----------------------------------------
 > 
 > My platform:
 > 
 > FreeBSD Dragon 8.1-RELEASE FreeBSD 8.1-RELEASE #3: Sun Dec 12 
 > 01:10:45 CET 2010 root at Dragon:/usr/obj/usr/src/sys/DRAGON i386

You should try posting this to the freebsd-acpi list instead, including 
the full /var/run/dmesg.boot and details of your hardware (make, model);
I've not seen an 'INSYDE' ACPI BIOS before, but others may know of it.

The first ACPI Error message indicates not being able to access the 
Embedded Controller (EC), which among other problems that may cause, is 
why ACPI can't get information on your battery status [\\_SB_.BAT0._STA]

There have been recent commits to acpi_ec.c and other ACPI code - you 
could try booting 8.2-BETA1 from a CD or memstick to see if that helps? 
- otherwise you're likely to be asked to provide info on your machine's 
ASL etc.  Best to be well prepared first by studying:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html

cheers, Ian


More information about the freebsd-questions mailing list