From owner-freebsd-i386@FreeBSD.ORG Thu May 18 19:10:17 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 393EC16A426 for ; Thu, 18 May 2006 19:10:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8561143D48 for ; Thu, 18 May 2006 19:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4IJAGm0006968 for ; Thu, 18 May 2006 19:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4IJAGQu006964; Thu, 18 May 2006 19:10:16 GMT (envelope-from gnats) Resent-Date: Thu, 18 May 2006 19:10:16 GMT Resent-Message-Id: <200605181910.k4IJAGQu006964@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Birgmeier Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D3D816A414 for ; Thu, 18 May 2006 19:01:14 +0000 (UTC) (envelope-from martin@email.aon.at) Received: from email.aon.at (warsl404pip8.highway.telekom.at [195.3.96.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAA0743D46 for ; Thu, 18 May 2006 19:01:11 +0000 (GMT) (envelope-from martin@email.aon.at) Received: (qmail 8690 invoked from network); 18 May 2006 19:01:08 -0000 Received: from m1473p020.adsl.highway.telekom.at (HELO gandalf.xyzzy) ([80.121.56.20]) (envelope-sender ) by smarthub71.highway.telekom.at (qmail-ldap-1.03) with SMTP for ; 18 May 2006 19:01:08 -0000 Received: from gandalf.xyzzy (localhost.xyzzy [127.0.0.1]) by gandalf.xyzzy (8.13.6/8.13.6) with ESMTP id k4IJ17JG017871 for ; Thu, 18 May 2006 21:01:07 +0200 (CEST) (envelope-from martin@gandalf.xyzzy) Received: (from martin@localhost) by gandalf.xyzzy (8.13.6/8.13.6/Submit) id k4IJ16Sl017869; Thu, 18 May 2006 21:01:06 +0200 (CEST) (envelope-from martin) Message-Id: <200605181901.k4IJ16Sl017869@gandalf.xyzzy> Date: Thu, 18 May 2006 21:01:06 +0200 (CEST) From: Martin Birgmeier To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: i386/97468: [acpi] ACPI on ASUS A7V hangs on shutdown -p (power off) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Birgmeier List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 19:10:17 -0000 >Number: 97468 >Category: i386 >Synopsis: [acpi] ACPI on ASUS A7V hangs on shutdown -p (power off) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 18 19:10:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Martin Birgmeier >Release: FreeBSD 6.1-RELEASE i386 >Organization: MBi at home >Environment: System: FreeBSD gandalf.xyzzy 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Tue May 16 21:10:15 CEST 2006 root@gandalf.xyzzy:/d/6s4e/OBJ/FreeBSD/RELENG_6_1_0_RELEASE/src/sys/GANDALF i386 >Description: Using 'shutdown -p' or 'reboot -p' on an ASUS A7V results in a hang after the disks have been synced. Using a kernel compiled with ACPI_DEBUG and the following /boot/loader.conf settings: debug.acpi.layer="ACPI_BUTTON ACPI_POWER" debug.acpi.level="ACPI_LV_FUNCTIONS" will give the following additional messages during startup (not really interesting): BUTTON-0132 [18] acpi_button_attach : ----Entry BUTTON-0168 [18] acpi_button_attach : ----Exit- 0 0 and after reboot -p (this seems interesting): POWERRES-0510 [35] acpi_pwr_wake_enable : ----Entry POWERRES-0748 [36] acpi_pwr_find_consumer: ----Entry POWERRES-0756 [36] acpi_pwr_find_consumer: ----Exit- 0 POWERRES-0246 [36] acpi_pwr_register_cons: ----Entry POWERRES-0748 [37] acpi_pwr_find_consumer: ----Entry POWERRES-0756 [37] acpi_pwr_find_consumer: ----Exit- 0 POWERRES-0266 [36] acpi_pwr_register_cons: ----Exit- AE_OK POWERRES-0748 [36] acpi_pwr_find_consumer: ----Entry POWERRES-0756 [36] acpi_pwr_find_consumer: ----Exit- 0xc566cda0 Obviously, acpi_pwr_wake_enable never returns, but I am not enough of an ACPI expert to gauge this output. >How-To-Repeat: See description. >Fix: I found the following web page: http://www.ussg.iu.edu/hypermail/linux/kernel/0201.3/0138.html But I have no idea what I could possibly do with this information. >Release-Note: >Audit-Trail: >Unformatted: