From owner-freebsd-ppc@FreeBSD.ORG Sat Feb 27 21:22:12 2010 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C930106566B for ; Sat, 27 Feb 2010 21:22:12 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id EEB9D8FC08 for ; Sat, 27 Feb 2010 21:22:11 +0000 (UTC) Received: from deuterium.andreas.nets (dhclient-91-190-8-131.flashcable.ch [91.190.8.131]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id o1RLM8pB019292; Sat, 27 Feb 2010 22:22:09 +0100 (CET) (envelope-from andreast-list@fgznet.ch) Message-ID: <4B898D00.9030706@fgznet.ch> Date: Sat, 27 Feb 2010 22:22:08 +0100 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.7) Gecko/20100111 Lightning/1.0b1 Thunderbird/3.0.1 MIME-Version: 1.0 To: Alexander Bakst References: <4B8984BF.5080607@oracle.com> In-Reply-To: <4B8984BF.5080607@oracle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: freebsd-ppc@freebsd.org Subject: Re: Fan/Power controls X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Feb 2010 21:22:12 -0000 Hi Alexander, On 27.02.10 21:46, Alexander Bakst wrote: > I just set up a system running a recent kernel on a G5 7,3: > > [abakst@ ~/ddclient-3.7.3]$ uname -a > FreeBSD 9.0-CURRENT FreeBSD 9.0-CURRENT #314 r204309:204312M: Thu Feb > 25 09:28:38 CST 2010 > root@comporellon.tachypleus.net:/usr/obj/powerpc/usr/src/sys/GENERIC > powerpc > > I think fan controls are supposed to be enabled for this version, but my > machine still sounds like a jet engine. Is there a way to check if > thermal management is supported? And if it is, how do I tell it to 'go'? > I assume that acpi and apm related documentation isn't relevant on the > ppc platform. I guess your machine belongs to the category of mine, a plain old IBM970. No FX, right? You can check your /var/log/messages and see if there is an entry about 'smu'. If not, then you're lost at the moment. The fan management support for these machines is lacking atm. Only the newer machines (G5) which have an IBM970FX/MP have support for a simple fan management. I even guess your CPU clock is not running at its highest speed, right? Would be great if you could post your dmesg. Thanks, Andreas