From owner-freebsd-ppc@freebsd.org Mon Jul 13 03:02:05 2015 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C9DA99B0C5 for ; Mon, 13 Jul 2015 03:02:05 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: from mail-ob0-x22f.google.com (mail-ob0-x22f.google.com [IPv6:2607:f8b0:4003:c01::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 143A91C83 for ; Mon, 13 Jul 2015 03:02:04 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: by obqd1 with SMTP id d1so6876199obq.1 for ; Sun, 12 Jul 2015 20:02:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=TA6YJLQFSBwe0F8ZXGZhVO4NT90gpQE0B3/iYRwOxeM=; b=fHjazJUqyYwWT5uDfxwGRMU+1f4Tq21sIGOIEjoW47kTztnwdnHTQfMkw/vZJXKq+I fFJzhI75bRLwyq7AHwGCDchMHsn3Nhy2IU9YR+16v5o2CKlKyGGPJ6OgG9ZRrbROguTO 8qRH7dM3tU3YaPAi9yZIphJYAQgon0U+n2o4URLn2g4Er+d5Gq5uGvOREhw3I1ZZV9vU z5UvfxSaNMWj2Z5fo2nnvkdyzV9vXF2WS+IKxbBUQ6T6fBu8RTjXteltaqU20QVFx6/G mWcCJzIRzbKrAHxQ1ZqLFfhKGqAFc5GUKVOqWf8sD+jx3PwhU2NJWD8iemai2ZXvzvNc 3A2w== X-Received: by 10.202.218.132 with SMTP id r126mr27090435oig.69.1436756520949; Sun, 12 Jul 2015 20:02:00 -0700 (PDT) Received: from [192.168.1.66] (104-179-10-49.lightspeed.rcsntx.sbcglobal.net. [104.179.10.49]) by smtp.gmail.com with ESMTPSA id fh10sm413906obc.1.2015.07.12.20.01.59 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 12 Jul 2015 20:02:00 -0700 (PDT) Mime-Version: 1.0 (1.0) Subject: Re: fan funning high on base system From: "Herminio Hernandez Jr. " X-Mailer: iPhone Mail (12H143) In-Reply-To: Date: Sun, 12 Jul 2015 22:01:59 -0500 Cc: FreeBSD PowerPC ML Message-Id: <1F2CF6AF-17FB-4243-B64E-C8893EBEBC73@gmail.com> References: <20150712101745.d1f6cf3583cd10043b1600d3@gmail.com> To: Justin Hibbits Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 03:02:05 -0000 Once I finished building Xorg and my video drivers, I did a reboot. Then log= ged in again and started X. All was good and my fans were quiet. Now on to b= uild my DE! Sent from my iPhone > On Jul 12, 2015, at 12:31 PM, Justin Hibbits wrote= : >=20 > Hi, >=20 > On Jul 12, 2015 8:17 AM, "Herminio Hernandez Jr" wrote: > > > > I have the base system installed on my iBook G4, but the fans are runnin= g like crazy. During the install I selected the powerd service to control cp= u scaling, but I am not sure if it is working. It could since I am installin= g the port for xorg I just to be sure that there is not another port I need t= o install to manage cpu and fans on powerpc. Thanks! > > > > -- > > Herminio Hernandez Jr >=20 > The fans should be temperature controlled, which can be disabled through t= he machdep.manage_fans sysctl. All temperatures and fan speeds can be seen w= ith sysctl as well. I think the iBook uses the adt746x, but you can just gre= p for 'temp', 'pwm', and 'rpm' for the data, maybe a sensor is finding a rea= lly high temperature. If you're building anything the temperature does sound= and the fans go nuts, but afterwards they should quiet down. >=20 > -Justin