From owner-freebsd-stable@FreeBSD.ORG Mon Jan 3 18:47:59 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D9C916A4CE for ; Mon, 3 Jan 2005 18:47:59 +0000 (GMT) Received: from postal3.es.net (postal3.es.net [198.128.3.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB36943D2D for ; Mon, 3 Jan 2005 18:47:58 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal3.es.net (Postal Node 3) with ESMTP (SSL) id IBA74465; Mon, 03 Jan 2005 10:47:58 -0800 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 363065D07; Mon, 3 Jan 2005 10:47:58 -0800 (PST) To: "Mike Jakubik" In-reply-to: Your message of "Mon, 03 Jan 2005 11:19:33 EST." <37029.207.219.213.163.1104769173.squirrel@207.219.213.163> Date: Mon, 03 Jan 2005 10:47:58 -0800 From: "Kevin Oberman" Message-Id: <20050103184758.363065D07@ptavv.es.net> cc: Godwin Stewart cc: freebsd-stable@freebsd.org Subject: Re: /etc/rc: WARNING: /dev/apmctl not found X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2005 18:47:59 -0000 > Date: Mon, 3 Jan 2005 11:19:33 -0500 (EST) > From: "Mike Jakubik" > Sender: owner-freebsd-stable@freebsd.org > > Godwin Stewart said: > > > Do you also have this in /boot/device.hints: > > > > hint.apm.0.disabled="0" > > hint.acpi.0.disabled="1" > > I have whatever the default values are for 5.3. Do these need to be set > manally? Any reason for this? What you have leaves ACPI as the power management system on you r computer. This is probably a good thing as ACPI will certainly receive better support as time goes on. ACPI is not a new APM. It covers far more things than just power management, but, since it does deal with power management, it can't co-exist with APM. It's one or the other if your BIOS supports both. Old BIOS may not support ACPI and new BIOS may not support APM. Old BIOS that does support ACPI and APM may not have very good ACPI capability, making APM a better choice. If you run ACPI, an APM emulator is also available that provides a limited APM API for utilities that used APM for things like battery life and such. For that reason, you will probably see /dev/apm if either ACPI or APM is running. You will see an apmd process and /dev/apmctl only when actual APM is used. If you have APMD_ENABLE="YES" in /etc/rc.conf, apmd will error when started with ACPI. Simply remove the like from /etc/rc/conf if you run ACPI. When you have a little time, issue the command "sysctl hw.acpi" for a list of things you can read and/or modify. Also, if you are using a laptop, try "acpiconf -i 0". (This will probably do nothing on a desktop.) -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634