Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2007 12:42:14 -0700
From:      Nate Lawson <nate@root.org>
To:        Mikael Ikivesi <mikael.ikivesi@pp.inet.fi>
Cc:        freebsd-acpi@freebsd.org
Subject:   Re: CURRENT-regression?
Message-ID:  <46704896.5060603@root.org>
In-Reply-To: <200706132223.21437.mikael.ikivesi@pp.inet.fi>
References:  <200706132223.21437.mikael.ikivesi@pp.inet.fi>

next in thread | previous in thread | raw e-mail | index | archive | help
Mikael Ikivesi wrote:
> Just installed CURRENT snapshot from:
> ftp://ftp.se.freebsd.org/pub/FreeBSD/snapshots/200706
> 
> I cannot boot it with acpi turned off. It fails when trying to mount root.
> 
> When I boot with acpi I get lots of error messages about no hardware response 
> (in ec, thermal and battery).

EC is the root cause, and it's not optional.  You need it with acpi enabled.

I think the actual error is here:
> acpi0: reservation of 0, 1000 (3) failed

That is type SYS_RES_MEMORY, which seems bogus (should be IO ports).
Can you send ASL in private mail?

acpidump -dt | gzip -9c > my.asl.gz

Also, can you send dmesg from a successful 6.2 boot?  You can use a live
CD like FreesBIE to avoid installing it.

-Nate

> acpi0: <PTLTD   RSDT> on motherboard
> acpi0: Overriding SCI Interrupt from IRQ 9 to IRQ 21
> acpi0: [ITHREAD]
> acpi0: Power Button (fixed)
> acpi0: reservation of 0, 1000 (3) failed
> Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000
> acpi_timer0: <32-bit timer at 3.579545MHz> port 0x8008-0x800b on acpi0
> acpi_ec0: <Embedded Controller: GPE 0x3> port 0x62,0x66 on acpi0
...
> acpi_ec0: EcRead: Failed waiting for EC to send data.
> ACPI Exception (evregion-0529): AE_NO_HARDWARE_RESPONSE, Returned by Handler 
> for [EmbeddedControl] [20070320]
> ACPI Error (psparse-0626): Method parse/execution failed [\\_TZ_.TZS0._TMP] 
> (Node 0xffffff0000dbe720), AE_NO_HARDWARE_RESPONSE




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46704896.5060603>