From owner-freebsd-ppc@freebsd.org Tue Jul 14 02:29:12 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 B239399B684 for ; Tue, 14 Jul 2015 02:29:12 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: from mail-vn0-x22e.google.com (mail-vn0-x22e.google.com [IPv6:2607:f8b0:400c:c0f::22e]) (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 6423011C9 for ; Tue, 14 Jul 2015 02:29:12 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: by vnbg7 with SMTP id g7so46538579vnb.12 for ; Mon, 13 Jul 2015 19:29:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=aF0WuCBX+WMsPhsfyTJmfFH5rIvUrszMtWesyjCmUkw=; b=yeO2RLTnTxi13YAvO9k87YaxB5azUNKYrmHtbiVxN+cCYGd0JNtWgo8CSwLhug8xV0 SQDeWlOWI/qY5OYeBquHlk9t4DGoAmoddGhCdAbsB1/KpbWneWnYqRyYPOD5A2XDgKqE 92XyGHimvxWWpYhC/Rtw4Febjzl9GeDStoU/oTHNBRKUxsOGZoeDEt3dMbbB3RzLhxDS YTz+39FvcYLqed3FfNtVUeKsP+cvdyV9JFAISsVOLONX/q7FjA6jsl2uOKqHF2/8ts30 P5K2hC1JsOqA9Ha4pc7y0wehzdLVLDWPW9jZ1IGrcv9GwXLNJuzFBzPC57D5xeDW47mN scvw== MIME-Version: 1.0 X-Received: by 10.52.109.230 with SMTP id hv6mr26698476vdb.43.1436840950654; Mon, 13 Jul 2015 19:29:10 -0700 (PDT) Received: by 10.31.139.200 with HTTP; Mon, 13 Jul 2015 19:29:10 -0700 (PDT) In-Reply-To: <1F2CF6AF-17FB-4243-B64E-C8893EBEBC73@gmail.com> References: <20150712101745.d1f6cf3583cd10043b1600d3@gmail.com> <1F2CF6AF-17FB-4243-B64E-C8893EBEBC73@gmail.com> Date: Mon, 13 Jul 2015 21:29:10 -0500 Message-ID: Subject: Re: fan funning high on base system From: "Herminio Hernandez, Jr." To: Justin Hibbits Cc: FreeBSD PowerPC ML Content-Type: text/plain; charset=UTF-8 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: Tue, 14 Jul 2015 02:29:12 -0000 Justin, Right now I have openbox running, but my fan is going crazy with the system on idle. My machine is not hot at all but I am seeing this in dmeg, WARNING: Current temperature (GPU BOTTOMSIDE: 255.0 C) exceeds critical temperature (80.0 C); count=1 WARNING: Current temperature (GPU BOTTOMSIDE: 255.0 C) exceeds critical temperature (80.0 C); count=1 WARNING: Current temperature (PWR/MEMORY BOTTOMSIDE: 255.0 C) exceeds critical temperature (80.0 C); count=1 WARNING: Current temperature (PWR/MEMORY BOTTOMSIDE: 255.0 C) exceeds critical temperature (80.0 C); count=1 WARNING: Current temperature (GPU BOTTOMSIDE: 255.0 C) exceeds critical temperature (80.0 C); count=1 WARNING: Current temperature (GPU BOTTOMSIDE: 255.0 C) exceeds critical temperature (80.0 C); count=1 WARNING: Current temperature (GPU BOTTOMSIDE: 255.0 C) exceeds critical temperature (80.0 C); count=1 WARNING: Current temperature (GPU BOTTOMSIDE: 255.0 C) exceeds critical temperature (80.0 C); count=1 WARNING: Current temperature (CPU BOTTOMSIDE: 255.0 C) exceeds critical temperature (80.0 C); count=1 WARNING: Current temperature (GPU BOTTOMSIDE: 255.0 C) exceeds critical temperature (80.0 C); count=1 WARNING: Current temperature (GPU BOTTOMSIDE: 255.0 C) exceeds critical temperature (80.0 C); count=1 WARNING: Current temperature (PWR/MEMORY BOTTOMSIDE: 255.0 C) exceeds critical temperature (80.0 C); count=1 WARNING: Current temperature (GPU BOTTOMSIDE: 255.0 C) exceeds critical temperature (80.0 C); count=1 WARNING: Current temperature (GPU BOTTOMSIDE: 255.0 C) exceeds critical temperature (80.0 C); count=1 WARNING: Current temperature (GPU BOTTOMSIDE: 255.0 C) exceeds critical temperature (80.0 C); count=1 WARNING: Current temperature (PWR/MEMORY BOTTOMSIDE: 255.0 C) exceeds critical temperature (80.0 C); count=1 WARNING: Current temperature (GPU BOTTOMSIDE: 255.0 C) exceeds critical temperature (80.0 C); count=1 WARNING: Current temperature (GPU BOTTOMSIDE: 255.0 C) exceeds critical temperature (80.0 C); count=1 $ On Sun, Jul 12, 2015 at 10:01 PM, Herminio Hernandez Jr. < herminio.hernandezjr@gmail.com> wrote: > Once I finished building Xorg and my video drivers, I did a reboot. Then > logged in again and started X. All was good and my fans were quiet. Now on > to build my DE! > > Sent from my iPhone > > On Jul 12, 2015, at 12:31 PM, Justin Hibbits > wrote: > > Hi, > > On Jul 12, 2015 8:17 AM, "Herminio Hernandez Jr" < > herminio.hernandezjr@gmail.com> wrote: > > > > I have the base system installed on my iBook G4, but the fans are > running like crazy. During the install I selected the powerd service to > control cpu scaling, but I am not sure if it is working. It could since I > am installing the port for xorg I just to be sure that there is not another > port I need to install to manage cpu and fans on powerpc. Thanks! > > > > -- > > Herminio Hernandez Jr > > The fans should be temperature controlled, which can be disabled through > the machdep.manage_fans sysctl. All temperatures and fan speeds can be seen > with sysctl as well. I think the iBook uses the adt746x, but you can just > grep for 'temp', 'pwm', and 'rpm' for the data, maybe a sensor is finding a > really high temperature. If you're building anything the temperature does > sound and the fans go nuts, but afterwards they should quiet down. > > -Justin > >