From owner-freebsd-stable@FreeBSD.ORG Fri Apr 14 17:03:15 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D679316A400 for ; Fri, 14 Apr 2006 17:03:15 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (w094.z064001164.sjc-ca.dsl.cnc.net [64.1.164.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21C3C43D53 for ; Fri, 14 Apr 2006 17:03:12 +0000 (GMT) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id 9BCFA5643A; Fri, 14 Apr 2006 10:03:40 -0700 (PDT) Received: from satchel.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "satchel.alerce.com", Issuer "alerce.com" (verified OK)) by merlin.alerce.com (Postfix) with ESMTP id 64EC056436; Fri, 14 Apr 2006 10:03:40 -0700 (PDT) Received: from satchel.alerce.com (localhost [127.0.0.1]) by satchel.alerce.com (8.13.4/8.13.4) with ESMTP id k3EH3QFE017729 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 14 Apr 2006 10:03:26 -0700 (PDT) (envelope-from hartzell@satchel.alerce.com) Received: (from hartzell@localhost) by satchel.alerce.com (8.13.4/8.13.4/Submit) id k3EH3P5i017721; Fri, 14 Apr 2006 10:03:25 -0700 (PDT) (envelope-from hartzell) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17471.54749.454340.786033@satchel.alerce.com> Date: Fri, 14 Apr 2006 10:03:25 -0700 To: hartzell@alerce.com In-Reply-To: <200604121646.k3CGkRtS055006@satchel.alerce.com> References: <200604121646.k3CGkRtS055006@satchel.alerce.com> X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-stable@freebsd.org Subject: Re: powerd not behaving with an Asus A8V-MX and Athlon 64 X2 3800+ X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2006 17:03:15 -0000 George Hartzell writes: > > I have an Asus A8V-MX motherboard with an AMD Athlong 64 X2 3800+ CPU > and I'm trying to run powerd to keep it cooler/quieter/greener. > [...] [for the archives] I now have powerd running w/out any complaints, although I still don't understand what was causing the problem. I've added the following entries to /boot/loader.conf hint.acpi_throttle.0.disabled="1" hint.acpi_throttle.1.disabled="1" and then just run powerd by adding the following lines to /etc/rc.conf powerd_enable="YES" powerd_flags="-a adaptive" and the system happily cycles between 2000, 1800, and 1000 MHz depending on what it's doing (it actually never hangs out at 1800 for long, just while transitioning between the extremes). I guess that the CPU or bios or ??? was advertising support for throttling that it didn't really implement, but I don't really understand the why's and hows. g.