From owner-freebsd-ppc@FreeBSD.ORG Wed Oct 3 02:41:30 2012 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 BFB70106566C for ; Wed, 3 Oct 2012 02:41:30 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-qa0-f54.google.com (mail-qa0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 71E568FC15 for ; Wed, 3 Oct 2012 02:41:29 +0000 (UTC) Received: by qady23 with SMTP id y23so1248835qad.13 for ; Tue, 02 Oct 2012 19:41:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=2N+HcfbBPlTZrMh+YXz2Kc/XuTaspx18S2Px2Te4FOQ=; b=f3xf40zrKJgmzNmbs04KjnzKrdRBOiXUkDhdg6Sfy8nTGP4Y62s4ythh4Y1Twe40zC 0sTZ/KcMRoUg+8aCXeAETb8XKVsyUzRX57g59KtsapXpPRf1d3iekaDZlLfEkdBSvBYL BYj9EqlA91qDLWK/hw0JBr9H2hsqIEC0FtGFhxCtBxbGCoxUOb5Vf8VZbUSjcd3SCJom c9G9q0OQrObHGDJWXNV2r+iVMDzMqz9p72ad+nRUL03UU6IUArC4udYssc+4mrvb62OH 4AeweLLBDrQKGkCTaAKDLQSv2YqsO1ucBiSq1BOLzSVD5OvSX+VqhauDiKjx30375T0U XjHg== Received: by 10.49.5.9 with SMTP id o9mr9191345qeo.55.1349232083196; Tue, 02 Oct 2012 19:41:23 -0700 (PDT) Received: from narn.knownspace (pool-108-48-127-15.washdc.fios.verizon.net. [108.48.127.15]) by mx.google.com with ESMTPS id la6sm3912974qeb.8.2012.10.02.19.41.21 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 02 Oct 2012 19:41:22 -0700 (PDT) Date: Tue, 2 Oct 2012 22:41:17 -0400 From: Justin Hibbits To: Matthew Rezny Message-ID: <20121002224117.339ac8b1@narn.knownspace> In-Reply-To: <823A5C42-D1B8-49BF-BDB8-F551167AC6C0@hexaneinc.com> References: <823A5C42-D1B8-49BF-BDB8-F551167AC6C0@hexaneinc.com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; powerpc-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: FreeBSD9 running CPUs slow on PowerMac7,2 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: Wed, 03 Oct 2012 02:41:30 -0000 On Wed, 3 Oct 2012 01:17:08 +0200 Matthew Rezny wrote: > Tue Oct 2 22:49:53 UTC 2012 Jason bacon wrote: > > Did you try enabling powerd? ( powerd_enable="YES" in rc.conf, > > "man powerd" ) > > > > I had this issue with an iBook some time ago, and Nathan W. pointed > > out that Macs boot at the lower CPU freq, so you have to change it > > manually with sysctl or run powerd to control it automatically. > > I do have that in rc.conf, but powerd has no way to control the > clockrate without cpufreq available. > > # powerd > powerd: lookup freq: No such file or directory > > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org" Andreas Tobler posted something related to this a while back on the list. His suggestion at the time was to autoboot to FreeBSD, and not boot via the Open Firmware prompt. If you're already doing that, I'm clueless. The relevant link I found is http://freebsd.1045724.n5.nabble.com/Fan-Power-controls-td4170991.html - Justin