From owner-freebsd-questions@FreeBSD.ORG Sun Nov 13 09:24:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 36BE316A41F for ; Sun, 13 Nov 2005 09:24:06 +0000 (GMT) (envelope-from luktheluckyboy@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 003E543D4C for ; Sun, 13 Nov 2005 09:24:04 +0000 (GMT) (envelope-from luktheluckyboy@gmail.com) Received: by xproxy.gmail.com with SMTP id t10so1413595wxc for ; Sun, 13 Nov 2005 01:24:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eKr+YPP/OEXQYzTTWCD2VjQPtmgW5+kVONEe5QcwVl4G4RxVKRnhhptkqS0813KbMUVMADTixt0OzWMeEJYBqi5FuqkaS3YucsCvRpvy0nB5dSOLZfYz15AeUveZoAiNIlf5pmaX5ZixvhB/mcl6RTEZoi4HyyUTdnZcmSzyiQU= Received: by 10.65.123.17 with SMTP id a17mr1484516qbn; Sun, 13 Nov 2005 00:56:46 -0800 (PST) Received: by 10.65.93.3 with HTTP; Sun, 13 Nov 2005 00:56:45 -0800 (PST) Message-ID: <7b1df2440511130056h71b3564aw@mail.gmail.com> Date: Sun, 13 Nov 2005 09:56:45 +0100 From: Luk van den Borne To: Miles Keaton In-Reply-To: <59b2d39b0511120800k781ac88bj5f79a75dd78f790b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <59b2d39b0511111806l63c83504xc9858b31faab3d1d@mail.gmail.com> <4375D02C.3080401@alvorlig.dk> <59b2d39b0511120800k781ac88bj5f79a75dd78f790b@mail.gmail.com> Cc: "J. Martin Petersen" , FreeBSD-questions Subject: Re: FreeBSD 6 on Centrino laptop : how to prolong battery life with cpufreq (like est and estctrl did) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Nov 2005 09:24:06 -0000 2005/11/12, Miles Keaton : > > Miles Keaton wrote: > > > I'm happily using FreeBSD 6 on a Centrino laptop, but wondering if > > > anyone can explain ("for dummies") how to use the new cpufreq + > > > SpeedStep to throttle-down my CPU usage and extend battery life - the > > > way that sysutils/est and sysutils/estctrl used to do in FreeBSD 5? > On 11/12/05, J. Martin Petersen wrote: > > I'm using powerd, it's working great. > > > Any advice on usage? I tried it and got this error: > > # powerd -a minimum > powerd: lookup freq: No such file or directory You should load cpufreq in your loader.conf. I believe cpufreq is the backend that FreeBSD uses for (dynamic) CPU scaling. cpufreq_load=3D"YES" rc.conf: powerd_enable=3D"YES" powerd_flags=3D"-a adaptive -b adaptive -n adaptive" > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >