DragonFly commits List (threaded) for 2007-01
DragonFly BSD
DragonFly commits List (threaded) for 2007-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/sys/boot/pc32/libi386 biosacpi.c src/sys/conf acpi.mk files src/sys/dev/acpica5 Makefile Makefile.inc acdragonfly.h acpi.c acpi_acad.c acpi_button.c acpi_cmbat.c acpi_cpu.c acpi_ec.c acpi_lid.c acpi_resource.c acpi_thermal.c ...


From: YONETANI Tomokazu <qhwt+dfly@xxxxxxxxxx>
Date: Thu, 18 Jan 2007 09:11:46 +0900

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.



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]