From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 11 05:37:49 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 703BA37B401 for ; Mon, 11 Aug 2003 05:37:49 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 2712343F85 for ; Mon, 11 Aug 2003 05:37:48 -0700 (PDT) (envelope-from wilhem.m@gmx.net) Received: (qmail 11252 invoked by uid 65534); 11 Aug 2003 12:37:47 -0000 Received: from gtw.i3g.fh-heilbronn.de (EHLO wilhem-laptop) (141.7.56.2) by mail.gmx.net (mp006) with SMTP; 11 Aug 2003 14:37:47 +0200 Date: Mon, 11 Aug 2003 14:37:40 +0200 From: Wilhem Meignan To: freebsd-mobile@freebsd.org Message-Id: <20030811143740.423b58fb.wilhem.m@gmx.net> X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: ACPI on Compaq Presario 702EA Laptop X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2003 12:37:49 -0000 Hi everyone, I have FreeBSD 5.1 RELEASE on my laptop and I have some questions regarding ACPI. It seems that by default, the CPU (AMD Duron) is always running at maximum speed. Also, I think that normally a thermal zone has to be detected and its parameters accessible through sysctl, right? This is not the case on my laptop. I don't have any information concerning thermal zones accessible through sysctl. I have read somewhere that with ACPI the OS is responsible for turning on and off the active cooling devices. What does FreeBSD does when no thermal zone is detected? The behaviour I have observed is that, at first, the fan is turned off then, when the computer has warmed up it is turned on and doesn't seems to stop anymore. So, I get a laptop that run quite hot with the fan always on. I would prefer that the fan would be turned on only when needed and with CPU throttling the speed of the processor should be slowed down when the computer doesn't have much to do to reduce power consumption and heat production. What is the status of FreeBSD concerning those points? Is there anything I can do to have those features and/or a thermal zone correctly detected? Thank you very much in advance, Wilhem.