From owner-freebsd-current@FreeBSD.ORG Sat Jun 5 18:44:52 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEB9D16A4CE for ; Sat, 5 Jun 2004 18:44:52 -0700 (PDT) Received: from mtiwmhc13.worldnet.att.net (mtiwmhc13.worldnet.att.net [204.127.131.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E43B43D3F for ; Sat, 5 Jun 2004 18:44:52 -0700 (PDT) (envelope-from j.e.drews@att.net) Received: from 204.127.135.29 ([204.127.135.29]) by worldnet.att.net (mtiwmhc13) with SMTP id <2004060601445111300ip5dle>; Sun, 6 Jun 2004 01:44:51 +0000 Received: from [64.105.56.145] by 204.127.135.29; Sun, 06 Jun 2004 01:44:47 +0000 From: j.e.drews@att.net To: Nate Lawson Date: Sun, 06 Jun 2004 01:44:47 +0000 Message-Id: <060620040144.20206.40C2770F0006CF6900004EEE21603759649C990A9D0BD20AD206@att.net> X-Mailer: AT&T Message Center Version 1 (May 27 2004) X-Authenticated-Sender: ai5lLmRyZXdzQGF0dC5uZXQ= cc: current@freebsd.org Subject: Re: ACPI Error: AE_NO_HARDWARE_RESPONSE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2004 01:44:52 -0000 Hi Nate: I have followed your instructions and the output of dmesg is here: http://www.silbsd.org/bugreports/acpi.dmesg.txt I installed the debug inof in loader.conf and I loaded the acpi.ko with the load command. partial output of dmesg: The Regents of the University of California. All rights reserved. FreeBSD 5.2-CURRENT #0: Sat Jun 5 00:29:09 CDT 2004 root@notebook.silbsd.org:/usr/obj/usr/src/sys/NOTEBOOK Preloaded elf kernel "/boot/kernel/kernel" at 0xc0a61000. Preloaded kld "/acpi.ko" at 0xc0a61244. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0a6127c. Kind regards, Jonathan > This is harmless but you can help solve it by recompiling your acpi > module: > > cd /sys/modules/acpi/acpi && make ACPI_DEBUG=1 && cp acpi.ko / > > Then enable debugging prints by adding this to /boot/loader.conf: > > debug.acpi.layer="ACPI_POWER" > debug.acpi.level="ACPI_LV_OBJECTS ACPI_LV_ALL_EXCEPTIONS" > > Then reboot, load /acpi.ko at the loader prompt, and send me your full > dmesg, including all debug prints and errors.