From owner-freebsd-acpi@FreeBSD.ORG Mon Feb 19 19:23:02 2007 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8DF3416C230 for ; Mon, 19 Feb 2007 19:23:02 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 58D6513C467 for ; Mon, 19 Feb 2007 19:23:02 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 25260 invoked from network); 19 Feb 2007 18:47:37 -0000 Received: from ppp-71-139-18-69.dsl.snfc21.pacbell.net (HELO ?10.0.5.59?) (nate-mail@71.139.18.69) by root.org with ESMTPA; 19 Feb 2007 18:47:37 -0000 Message-ID: <45D9F0C0.7010604@root.org> Date: Mon, 19 Feb 2007 10:47:28 -0800 From: Nate Lawson User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Milan Knizek References: <200702190825.22695.knizek@volny.cz> In-Reply-To: <200702190825.22695.knizek@volny.cz> X-Enigmail-Version: 0.94.2.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@freebsd.org Subject: Re: Asus P5LD2 Deluxe does not power-off 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, 19 Feb 2007 19:23:02 -0000 Milan Knizek wrote: > Hi List! > > I am not able to power-off the computer. > > "halt" or "shutdown now": after completing all shutdown scripts, the last > message says Computer is halted, press any key to reboot. > > "acpiconf -s 5": similar, but last message is something like Powering off > using ACPI. > > And the computer stays on (I need to hold the power-button for about 7 sec to > power it down). > > Reboot works fine. > > The behaviour is the same when acpi is disabled (loader.conf "acpi_load="NO"). > > Any help? > > Regards, > Milan > > > # uname -a > FreeBSD athlon.liboc 6.2-STABLE FreeBSD 6.2-STABLE #6: Sun Feb 18 22:05:29 CET > 2007 root@athlon.liboc:/usr/obj/usr/src/sys/ATHLON i386 > (it did not work also with GENERIC. ATHLON adds SMP) Have you tried amd64 on this? Not sure if this is the 64 bit cpu or not. In any case, try setting either or both of these to 1: hw.acpi.disable_on_reboot: 0 hw.acpi.handle_reboot: 0 -- Nate