[issue557] 1.9.0-DEVELOPMENT hangs with ACPI enabled

YONETANI Tomokazu qhwt+dfly at les.ath.cx
Mon Feb 12 21:09:46 PST 2007


On Mon, Feb 12, 2007 at 09:53:02PM -0000, Mariano Aliaga wrote:
>    I've upgraded my system to HEAD as of Feb 05, and when I boot with ACPI
> enabled, system hangs at the point shown on attached dmesg.

"hang" means that neither ctrl+alt+esc nor ctrl+alt+del works?

>    I also tried 1.8-RELEASE but my system hangs and I can't even see the output
> because the screen turns off.

That sounds new...

>    I followed instructions on
> http://leaf.dragonflybsd.org/mailarchive/commits/2007-01/msg00269.html for
> building acpi.ko with more debugging info.

ACPI_ALL_DRIVERS only enables debugging output from OS implementation
and not in ACPI-CA components, but before using ACPI_ALL_COMPONENTS,
you might want to narrow down the components having problems in the
new ACPI driver (or the screen gets flooded with function traces).

Does any of the following command in the boot loader make the boot
proceed any further?
set debug.acpi.disabled="ec"
set debug.acpi.disabled="cmbat"
set debug.acpi.disabled="acad"
		:

It's a space-delimited list of sub-driver names mentioned in the output
from "man acpi | less +/sub-".

BTW, what was the manufacturer and the model of your mainboard/PC/laptop?

Cheers.





More information about the Bugs mailing list