From owner-freebsd-acpi@FreeBSD.ORG Mon Sep 18 01:50:35 2006 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC05716A415 for ; Mon, 18 Sep 2006 01:50:35 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from linda-5.paradise.net.nz (linda-5.paradise.net.nz [203.96.152.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B9B743D46 for ; Mon, 18 Sep 2006 01:50:35 +0000 (GMT) (envelope-from markir@paradise.net.nz) Received: from smtp-2.paradise.net.nz (tclsnelb1-src-1.paradise.net.nz [203.96.152.172]) by linda-5.paradise.net.nz (Paradise.net.nz) with ESMTP id <0J5R0019KMG3CQ@linda-5.paradise.net.nz> for freebsd-acpi@freebsd.org; Mon, 18 Sep 2006 13:50:31 +1200 (NZST) Received: from [192.168.1.11] (218-101-29-80.dsl.clear.net.nz [218.101.29.80]) by smtp-2.paradise.net.nz (Postfix) with ESMTP id 9A2B0621AAD for ; Mon, 18 Sep 2006 13:45:56 +1200 (NZST) Date: Mon, 18 Sep 2006 13:45:55 +1200 From: Mark Kirkwood To: freebsd-acpi@freebsd.org Message-id: <450DFA53.2090006@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit User-Agent: Thunderbird 1.5.0.4 (X11/20060704) Subject: RELENG_6 power button ignored after halt if ACPI enabled X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 01:50:35 -0000 I've just upgraded 2 machines to 6.2-PRERELEASE #1: Sat Sep 16 18:31:43 NZST 2006: - Supermicro P3TDER (Serverworks HE-SL Chipset, AMIBOIS) - Supermicro P3TDDE (VIA Apollo 266 chipset, AWARD) They both exhibit the same problem: If ACPI is enabled, shutting down via 'shutdown -h' appears to work properly (judging by the console output) - however to actually power off the machine the power button must be held until the power supply detects that the button has been down for 20s and turns us off. Poweroff via 'shutdown -p' and reboot via 'shutdown -r' all work ok. If I boot with ACPI disabled, then after 'shutdown -h', pressing the power button works in the usual way (i.e powers off after about 1-2 seconds). Given that the two machines are reasonably different, this looks like it might be common. I've left a verbose dmesg here: http://homepages.paradise.net.nz/markir/download/freebsd/dmesg-p3tder-acpi.verbose and acpi dump here: http://homepages.paradise.net.nz/markir/download/freebsd/root-p3tder.asl Note that these are for the HE-SL chipset system. I'm going to recompile the acpi module with ACPI_DEBUG and see what that produces. cheers Mark