From owner-freebsd-current@FreeBSD.ORG Sat Jul 24 17:39:40 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 91DFC16A4CE for ; Sat, 24 Jul 2004 17:39:40 +0000 (GMT) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AC1043D45 for ; Sat, 24 Jul 2004 17:39:40 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from speck.techno.pagans (c-24-21-241-225.client.comcast.net [24.21.241.225]) by mail.bitfreak.org (Postfix) with ESMTP id 06C2F2A477; Sat, 24 Jul 2004 10:39:40 -0700 (PDT) Received: from spud (w3.techno.pagans [172.21.42.23]) by speck.techno.pagans (Postfix) with ESMTP id 6CA7B17022; Sat, 24 Jul 2004 10:39:36 -0700 (PDT) From: "Darren Pilgrim" To: "'Johan Pettersson'" Date: Sat, 24 Jul 2004 10:39:21 -0700 Message-ID: <000001c471a5$2a484b60$172a15ac@spud> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <20040724113313.4e5641ed.manlix@demonized.net> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 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 17:39:40 -0000 > From: Johan Pettersson [mailto:manlix@demonized.net] > > 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'. `init 0` is preferred because it runs /etc/rc.shutdown. Neither are going to work, anyway, because /dev/apm isn't present.