From owner-freebsd-questions@FreeBSD.ORG Wed Jun 16 13:07:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7741616A4CE for ; Wed, 16 Jun 2004 13:07:29 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3927043D2F for ; Wed, 16 Jun 2004 13:07:29 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc12) with ESMTP id <20040616130728012002if67e>; Wed, 16 Jun 2004 13:07:28 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 4A5D874; Wed, 16 Jun 2004 09:07:28 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "dave" References: <000701c45248$7dd28c90$0200a8c0@satellite> From: Lowell Gilbert Date: 16 Jun 2004 09:07:28 -0400 In-Reply-To: <000701c45248$7dd28c90$0200a8c0@satellite> Message-ID: <447ju78xdb.fsf@be-well.ilk.org> Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: using apm to power a system down, 5.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2004 13:07:29 -0000 "dave" writes: > I've got a 5.x system, an older box that doesn't use acpi. My first item is > i need to disable acpi. I believe i have done this. I have the following in > /boot/device.hints: > hint.acpi.0.disabled="1" > hint.apm.0.disabled="0" > hint.apm.0.flags="0x20" > I next have to enable apm and get it to do system power downs when a > shutdown -h or halt -p is issued. This is not working. I get the "press any > key to reboot" but the system never powers down. > Any ideas? You need to have APM support in the kernel. Is there a module for APM?