On Wed, Jan 17, 2007 at 11:18:06PM +0100, Michal Belczyk wrote: > On Wed, Jan 17, 2007 at 08:42:49PM +0000, Johannes Hofmann wrote: > > Sorry for not testing earlier, but with this commit my thinkpad T42p > > no longer boots with acpi enabled. It spits out some warnings and then > > hangs (see http://www.ecademix.com/JohannesHofmann/tmp/acpi.jpg for > > a screenshot).
What was the next few lines after "acpi0: <IBM TP-1R> on ..." before? No ctrl+alt+esc? > Same here on T60. Please let me know the result of either or both of the following intructions: 1. set debug.acpi.disabled="XXX" in the boot loader and see if anything changes, where XXX can be one or more of the list in acpi(4) manual: $ man acpi |less +/sub-devices 2. rebuild acpi.ko module as follows % cd /sys/dev/acpica5 % sh # export ACPI_DEBUG=yes ACPI_DEBUG_LOCKS=yes ACPI_DEBUG_MEMMAP=yes (if you're running an SMP kernel, "export CFLAGS='-DSMP=1 -O -pipe'" too) # make cleandir; make cleandir # make -s obj && make -s depend && make -s # make install # echo 'debug.acpi.layer="ACPI_ALL_DRIVERS"' >> /boot/loader.conf # echo 'debug.acpi.level="ACPI_LV_FUNCTIONS"' >> /boot/loader.conf # reboot it should print the function names on the screen, I'd like to know the last few ones. Thanks.
