ACPI error message

2010-12-14 Thread Davide Petilli
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 
r...@dragon:/usr/obj/usr/src/sys/DRAGON  i386

Regards.

-- 
Davide Petili - k3rn31
Potenza, Italy
FreeBSD, Mac OSX, GNU/Debian, GNU/Hurd.
Geek since birth.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ACPI error message

2010-12-14 Thread Ian Smith
In freebsd-questions Digest, Vol 341, Issue 3, Message: 2
On Tue, 14 Dec 2010 14:26:35 +0100 Davide Petilli 7h3.k3r...@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 r...@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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ACPI error message

2010-12-14 Thread Davide Petilli
On Wed, Dec 15, 2010 at 01:54:09PM +1100, Ian Smith wrote:
 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

Thank you very much! I'll study the linked resource well, next I'll post on the 
acpi mailing list.

Regards

-- 
Davide Petili - k3rn31
Potenza, Italy
FreeBSD, Mac OSX, GNU/Debian.
Geek since birth.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org