From owner-freebsd-questions@FreeBSD.ORG Mon Jun 14 19:57:15 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 5BA7616A4CE for ; Mon, 14 Jun 2004 19:57:15 +0000 (GMT) Received: from ms-smtp-03-eri0.ohiordc.rr.com (ms-smtp-03-smtplb.ohiordc.rr.com [65.24.5.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id A86D343D4C for ; Mon, 14 Jun 2004 19:57:14 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (dhcp065-031-041-029.woh.rr.com [65.31.41.29]) i5EJvCVd026509 for ; Mon, 14 Jun 2004 15:57:12 -0400 (EDT) Message-ID: <000701c45248$7dd28c90$0200a8c0@satellite> From: "dave" To: Date: Mon, 14 Jun 2004 15:47:50 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: using apm to power a system down, 5.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2004 19:57:15 -0000 Hello, 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? Thanks. Dave.