From owner-freebsd-current@FreeBSD.ORG Sat Jul 24 09:33:15 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDCB316A4CE for ; Sat, 24 Jul 2004 09:33:15 +0000 (GMT) Received: from av9-2-sn3.vrr.skanova.net (av9-2-sn3.vrr.skanova.net [81.228.9.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 610B843D39 for ; Sat, 24 Jul 2004 09:33:15 +0000 (GMT) (envelope-from manlix@demonized.net) Received: by av9-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 5FE6E380D2; Sat, 24 Jul 2004 11:33:14 +0200 (CEST) Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av9-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 4FB6537E53; Sat, 24 Jul 2004 11:33:14 +0200 (CEST) Received: from fisk.demonized.net (h144n2fls33o834.telia.com [213.66.186.144]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id BFD1E37E49; Sat, 24 Jul 2004 11:33:13 +0200 (CEST) Received: from beard.demonized.net (beard.demonized.net [192.168.0.2]) by fisk.demonized.net (Postfix) with SMTP id E883960E7; Sat, 24 Jul 2004 11:33:16 +0200 (CEST) Date: Sat, 24 Jul 2004 11:33:13 +0200 From: Johan Pettersson To: "Darren Pilgrim" Message-Id: <20040724113313.4e5641ed.manlix@demonized.net> In-Reply-To: <000b01c47117$bb62fe30$132a15ac@spud> References: <000b01c47117$bb62fe30$132a15ac@spud> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: Upgraded from 4.9 to 5.2.1, apm no longer works? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 09:33:16 -0000 On Fri, 23 Jul 2004 17:46:56 -0700 "Darren Pilgrim" wrote: > I had RELENG_4_9 working flawlessly on an older machine. I upgraded > to 5.2.1-R by means of wiping and installing from scratch, then > source-upgraded to RELENG_5_2. The computer does not have ACPI > support, only APM. The kernel has "device apm" compiled in and > hint.apm.0.disable="0" in/boot/loader.conf, but no apm device is > detected. Subsequently, `apm -e enable` fails: > > apm: can't open /dev/apm: No such file or directory > > The only reason I use APM on this machine is so that `init 0` turns > the machine off rather than just halting. How do I get this > functionality back? > Try 'shutdown -p now'.