From owner-freebsd-questions@FreeBSD.ORG Wed Dec 1 07:44:40 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5091016A4CE for ; Wed, 1 Dec 2004 07:44:40 +0000 (GMT) Received: from ferengi.borderworlds.dk (ferengi.borderworlds.dk [80.166.152.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id C936043D49 for ; Wed, 1 Dec 2004 07:44:39 +0000 (GMT) (envelope-from xi@borderworlds.dk) Received: from borg.borderworlds.dk (localhost [127.0.0.1]) by ferengi.borderworlds.dk (Postfix) with ESMTP id DEDEEB826 for ; Wed, 1 Dec 2004 08:44:37 +0100 (CET) Received: by borg.borderworlds.dk (Postfix, from userid 1001) id C57DFB8B7; Wed, 1 Dec 2004 08:44:37 +0100 (CET) Sender: xi@borderworlds.dk To: freebsd-questions@freebsd.org References: <20041201022135.7419cbea@localhost> From: Christian Laursen Date: 01 Dec 2004 08:44:37 +0100 In-Reply-To: <20041201022135.7419cbea@localhost> Message-ID: <86653mihsq.fsf@borg.borderworlds.dk> Lines: 26 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: acpi laptop fan control X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 07:44:40 -0000 epilogue writes: > i'm hoping that someone here might have a suggestion for a longstanding > and nagging little problem - my laptop fan /never/ shuts off. > > the machine is a Compal N30W, which is the OEM version of the Dell > Inspiron 5000. i'm running 5.3 and have the latest BIOS. I had a similar problem on my old Toshiba Portege 3110CT, which i fixed by putting hw.acpi.cpu.cx_lowest=C1 in /etc/sysctl.conf and devd_enable="NO" in /etc/rc.conf. I don't know if it will fix your problem and even on my own laptop it's probably not the correct way to fix it, but it works for me. :) -- Christian Laursen