View Single Post
  #1   (View Single Post)  
Old 11th January 2010
FreeBee FreeBee is offline
Real Name: A name is just a word or a label, not really me!
Port Guard
 
Join Date: Jan 2010
Location: My own head.
Posts: 39
Question Fujitsu Siemens Amilo L 7310 laptop: ACPI errors

On Gentoo Linux, most of my problems with the OS were related to ACPI errors.

8-RELENG dmesg:

Quote:
acpi0: <INSYDE FACP_000> on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
ACPI Warning: \\_SB_.PCI0.ALKD._CRS: Return type mismatch - found Integer, expected Buffer 20090521 nspredef-1051
ACPI Error (uteval-0392): Return object type is incorrect [\\_SB_.PCI0.ALKD._CRS] (Node 0xc28f2220), AE_TYPE
ACPI Error: Type returned from _CRS was incorrect: Integer, expected Btypes: 4 20090521 uteval-397
ACPI Error: No handler for Region [RAM_] (0xc28ef140) [EmbeddedControl] 20090521 evregion-430
ACPI Error: Region EmbeddedControl(3) has no handler 20090521 exfldio-382
ACPI Error (psparse-0633): Method parse/execution failed [\\_SB_.BAT0._STA] (Node 0xc28ed080), AE_NOT_EXIST
ACPI Error (uteval-0329): Method execution failed [\\_SB_.BAT0._STA] (Node 0xc28ed080), AE_NOT_EXIST
ACPI Error: No handler for Region [RAM_] (0xc28ef140) [EmbeddedControl] 20090521 evregion-430
ACPI Error: Region EmbeddedControl(3) has no handler 20090521 exfldio-382
ACPI Error (psparse-0633): Method parse/execution failed [\\_SB_.BAT0._STA] (Node 0xc28ed080), AE_NOT_EXIST
ACPI Error (uteval-0329): Method execution failed [\\_SB_.BAT0._STA] (Node 0xc28ed080), AE_NOT_EXIST
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
acpi_ec0: <Embedded Controller: GPE 0x1> port 0x62,0x66 on acpi0
ACPI Error (uteval-0392): Return object type is incorrect [\\_SB_.PCI0.ALKD._CRS] (Node 0xc28f2220), AE_TYPE
ACPI Error: Type returned from _CRS was incorrect: Integer, expected Btypes: 4 20090521 uteval-397
pci_link11: Warning: possible resource 1 will be lost during _SRS
acpi_lid0: <Control Method Lid Switch> on acpi0
battery0: <ACPI Control Method Battery> on acpi0
acpi_acad0: <AC Adapter> on acpi0
acpi_button0: <Sleep Button> on acpi0
acpi_button1: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff iomem 0xfff80000-0xffffffff on acpi0
pci0: <ACPI PCI bus> on pcib0
On Gentoo Linux I could solve this by simply adding irqpoll to grub.conf Is there something similar on FreeBSD?

Is there an equivalent on FreeBSD to lspci?
Reply With Quote