From owner-freebsd-questions@FreeBSD.ORG Wed Apr 8 01:05:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C39CD106564A for ; Wed, 8 Apr 2009 01:05:46 +0000 (UTC) (envelope-from davidcollins001@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id 5A3F58FC14 for ; Wed, 8 Apr 2009 01:05:46 +0000 (UTC) (envelope-from davidcollins001@gmail.com) Received: by ewy19 with SMTP id 19so2562821ewy.43 for ; Tue, 07 Apr 2009 18:05:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=6g+Pb54XUUYcEwZjvqNXlnQC9urATksSMoFk4g3dCbg=; b=S3j81nUSYUvlaLUg87lbcSNUexugpqLjqwKujmi13+w3+WdTgUmxVYXZHyWFMbOOtY DMqfg/HGK5+etVEV76f8ZCxXeTjkZCr5ctZ5MbSirnCplVJFz4gF3ZF2YHA6ttFXSIkP G69/8D23YW8yAzrRsT9oDM1OZ3Kpd5Ujnx9rA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=cjuUK/k2s71Ft2JsXvCNxOtexoBAiH4d8X5dGtISp74pSRdtp2qpz2mUJn4gE4bq0u RQI/0iaWexiYRrHwu/tVfhSjCb1Jd2el6CkIGMWhiWq8Fg+smsSqw2TCUWvkYgFGewKl p/qmn+xblJL3dCbXEygs/5ySPyZU/rK/wPnBM= MIME-Version: 1.0 Received: by 10.210.91.7 with SMTP id o7mr2407000ebb.62.1239151148649; Tue, 07 Apr 2009 17:39:08 -0700 (PDT) Date: Wed, 8 Apr 2009 01:39:08 +0100 Message-ID: <1b30fd140904071739m41ae936es9a022c97e4f66630@mail.gmail.com> From: David Collins To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: powerd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: davidcollins001@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Apr 2009 01:05:47 -0000 Hi, I have just realised that my computer is making a ton of noise, and I would like it to make less. I have the following in my rc.conf powerd_enable="YES" powerd_flags="-a minimum" I have checked that cpufreq is loaded using kldload. When I run powerd from the command line I get the following viper:~$ sudo powerd powerd: lookup freq: No such file or directory I also have the following viper:~$ sysctl dev.cpu dev.cpu.0.%desc: ACPI CPU dev.cpu.0.%driver: cpu dev.cpu.0.%location: handle=\_PR_.CPU_ dev.cpu.0.%pnpinfo: _HID=none _UID=0 dev.cpu.0.%parent: acpi0 dev.cpu.0.cx_supported: C1/0 dev.cpu.0.cx_lowest: C1 dev.cpu.0.cx_usage: 100.00% dev.cpu.1.%desc: ACPI CPU dev.cpu.1.%driver: cpu dev.cpu.1.%location: handle=\_PR_.CPU1 dev.cpu.1.%pnpinfo: _HID=none _UID=0 dev.cpu.1.%parent: acpi0 dev.cpu.1.cx_supported: C1/0 dev.cpu.1.cx_lowest: C1 dev.cpu.1.cx_usage: 100.00% I've googled this but not managed to find a solution. How can I get this to work? thanks David