From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 25 21:55:19 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E118B16A4CE for ; Sat, 25 Dec 2004 21:55:19 +0000 (GMT) Received: from mail.revolutionsp.com (ganymede.revolutionsp.com [64.246.0.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EE6643D53 for ; Sat, 25 Dec 2004 21:55:19 +0000 (GMT) (envelope-from security@revolutionsp.com) Received: from mail.revolutionsp.com (localhost [127.0.0.1]) by mail.revolutionsp.com (Postfix) with ESMTP id D5FCD15CA7 for ; Sat, 25 Dec 2004 12:50:39 -0600 (CST) Received: from 81.84.175.77 (SquirrelMail authenticated user security@revolutionsp.com); by mail.revolutionsp.com with HTTP; Sat, 25 Dec 2004 12:50:39 -0600 (CST) Message-ID: <62903.81.84.175.77.1104000639.squirrel@81.84.175.77> Date: Sat, 25 Dec 2004 12:50:39 -0600 (CST) From: security@revolutionsp.com To: freebsd-hackers@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Unable to get APM working -- help! X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Dec 2004 21:55:20 -0000 Hi list, I simply can't get APM to work on this laptop. It is a travelmate 4002WLMi (P-M 1.6) on which I've just installed FreeBSD 5.3-RELEASE, and built a custom kernel with apm, apm_saver and acpi (also tried with only apm, apm+apm_saver, and now apm+apm_saver+acpi) I had set the hints to disable ACPI and enable APM on /boot/device.hints (don't know the exact names now and I've just shut the laptop down) - This resulted in no /dev/apm and /dev/apmctl entries being created.. I tried changing the order of the statements (enable APM first then disable ACPI).. to no avail I also tried enabling both, which obviously didn't work quite well :-) apm_enable="YES" and apmd_enable="YES" on /etc/rc.conf apm_load="YES" on /boot/loader.conf Still, /dev/apm*'s never show up. Except if I actually disable APM and enable ACPI instead, /dev/apm will show.. but no /dev/apmctl. I'm new to the laptop world and I really would like to enable power saving features on this laptop.. I managed to get est/estctrl running, and it was changing my CPU from 600 to 1600 ghz according to the load, but when I disabled APM and enabled ACPI this ceases to work and the CPU will always run at 1600ghz. Also, acpiconf -i0 says device not configured.. As far as I was able to see, most battery monitoring stuff (integrated on KDE and all) will depend on APM.. So I'd really like to enable it! Am I missing some step to get APM working? Or does this laptop just plain and simply doesn't support it ? Please enlighten me. Best regards, Hugo