From owner-freebsd-questions@FreeBSD.ORG Wed Apr 8 15:37:37 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 4062D106566B for ; Wed, 8 Apr 2009 15:37:37 +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 C57D58FC08 for ; Wed, 8 Apr 2009 15:37:36 +0000 (UTC) (envelope-from davidcollins001@gmail.com) Received: by ewy19 with SMTP id 19so199073ewy.43 for ; Wed, 08 Apr 2009 08:37:35 -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:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=q/ftXxVriep+SoXSybiDo+3YXRp2BXNeVXBUhwRjq8o=; b=OIokIoFQEpWmbu5a4z0ja3pfa1tIjEO8GLo0NlMUcCMdNX5ZOGeNVHwzxk1whgD860 bJvWKvtWdLZDkleyGGwUuvECk2l8PpKBIRo/7AkIHbDlroH9WEY8XfQJdOoTGdrMVwOi FE55JSWQtkRPH6LLvJ6TRuzB/4x2TNGF2i6kU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; b=qQvPAiq0EOZjPU3+IAECqVEVFXjWHh9tZr3XC1DMDRBwT3mbCP7abkB0ZyoMIjmhlC 1XIxlqF3tv97ZNjulEyWKCNWkMhMH/dVkYkOzV8U9fUqaIKuX+GLyFm4VsAqiZk/QMqJ hNPyyKaxGfBWn8vLORg/49xBQ76n/r9NdSpwA= MIME-Version: 1.0 Received: by 10.210.111.17 with SMTP id j17mr5234568ebc.13.1239205055862; Wed, 08 Apr 2009 08:37:35 -0700 (PDT) In-Reply-To: <200904081521.n38FLv9u079072@lurza.secnetix.de> References: <1b30fd140904071739m41ae936es9a022c97e4f66630@mail.gmail.com> <200904081521.n38FLv9u079072@lurza.secnetix.de> Date: Wed, 8 Apr 2009 16:37:35 +0100 Message-ID: <1b30fd140904080837h2aa48acema46be89866d7a617@mail.gmail.com> From: David Collins To: freebsd-questions@freebsd.org, davidcollins001@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: 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 15:37:37 -0000 > Frequency control is not supported in your case. You must > have dev.cpu.0.freq and so on. What kind of processor do > you have? Does it support "powernow", "cool'n'quiet" or > similar features? CPU: Pentium III/Pentium III Xeon/Celeron (501.14-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x673 Stepping = 3 Features=0x383fbff > Also, make sure that you have "device cpufreq" > kernel configuration. If you don't have it, try to load > the module: kldload cpufreq I have device cpufreq in the kernel conf and I loaded/unloaded it separately.