From owner-freebsd-ppc@freebsd.org Tue Jul 14 03:16:25 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 1B4B29225 for ; Tue, 14 Jul 2015 03:16:25 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: from mail-vn0-x230.google.com (mail-vn0-x230.google.com [IPv6:2607:f8b0:400c:c0f::230]) (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 C718B1FB3 for ; Tue, 14 Jul 2015 03:16:24 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: by vnbg7 with SMTP id g7so46620578vnb.12 for ; Mon, 13 Jul 2015 20:16:23 -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=LtSTXNudFylkcraWczvDhsq2TVSwI61c94rxUM8CFns=; b=cDvaA1yyt+AtoIaPpxOJydTU1t/J3PC5kPKt3aIYZbZRtYGrph3sgcxEPsAms2Aex6 tGN+lUPUPf3S/xBRNC2IXKRhMpy5OKycCv9JwkPRDf9k0b9tXA1xSGBzE+GaJeL5j7t8 o4dLIF5GZioqEbm6NF9V6aSPiACcMvWTnCdL+fXBqFSGF2RMMGqUeugXCzZzMOtbxM01 VFRCMisGW5G0T8ZiYR0unV9B+a8Y6M7ORfo323cp58BCuxhmS/mQicE2GWfu+vobzhMO jTqrSrbMVpSR4g0N2EDW7pZV6d+SJyK81M4wZ2ml9CxishL9jtDfLcwDDVaram0LHDym jPgg== MIME-Version: 1.0 X-Received: by 10.52.110.135 with SMTP id ia7mr9368151vdb.69.1436843783856; Mon, 13 Jul 2015 20:16:23 -0700 (PDT) Received: by 10.31.139.200 with HTTP; Mon, 13 Jul 2015 20:16:23 -0700 (PDT) In-Reply-To: References: Date: Mon, 13 Jul 2015 22:16:23 -0500 Message-ID: Subject: Re: CPU Temp Warnings From: "Herminio Hernandez, Jr." To: Justin Hibbits Cc: Matthias Schojohann , 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 03:16:25 -0000 When will 10.2 be released? I would be willing to try the patch on 10.1. The only thing is I am not sure how similar it is to apply patches in freebsd vs Debian. In Debian I would apt-get source the package which would get me the source code. Then I would apply the patch and rebuild the package. On Mon, Jul 13, 2015 at 10:06 PM, Justin Hibbits wrote: > Hi Matt, > > Yes, it would require an svn up to head and buildworld+buildkernel. > Alternatively, there are snapshots available on the FTP server that > include the change. > > Yet another alternative, for now, if you're feeling adventurous enough > to cherry-pick the patch, the relevant patch is r277314, or a simple > drop-in of the sys/dev/iicbus/adt746x.c from head would work (still > have to compile from source, but everything is 10 except this file). > I'm in the process of creating a patch to be included in 10.2, which > you could upgrade to at release time as well. > > - Justin > > On Thu, Jul 9, 2015 at 1:38 AM, Matthias Schojohann > wrote: > > Hey Justin, > > i'm not quite sure what you mean with "can you try with head"? > > Like svn head and make buildworld etc.?! > > After my disastrous upgrade to 11.0 i don't know if i want to again :D > > > > Cheers, Matt > > > > 2015-07-09 5:35 GMT+02:00 Justin Hibbits : > >> > >> On Wed, Jul 8, 2015 at 8:12 PM, Justin Hibbits > >> wrote: > >> > On Wed, Jul 8, 2015 at 7:13 AM, Matthias Schojohann > >> > wrote: > >> >> Hey all, > >> >> i have a FreeBSD10.1-RELEASE on my iBook G4 1,41GHz and every once > in a > >> >> while i get an error on the terminal that says: > >> >> WARNING: Current temperature (CPU BOTTOMSIDE: 255.0 C) exceeds > critical > >> >> temperature (80.0 C); count = 1 > >> >> > >> >> sysctl dev.adt746x.0.sensors.cpu_bottomside.temp however gives me > temps > >> >> like 50.0 C so where does my system get the 255 from? Apart from the > >> >> fact > >> >> that i don't want to see my CPU on that temperature, it's pretty > >> >> annoying > >> >> when i have systat running on that machine. > >> >> > >> >> Cheers, Matt > >> > > >> > Hi Matt, > >> > > >> > 255 is (char)-1 on PowerPC, so it indicates an error reading from the > >> > device. I'll take a look at it, and try to silence the error. Could > >> > you file a bug so it doesn't get lost? > >> > > >> > - Justin > >> > >> Hi Matt, > >> > >> Can you try with head? I made some changes back in January correcting > >> the type signs for temperature reading, because of that same problem. > >> I still see some temperature warnings on my Aluminum PowerBook (127C), > >> but I think that's a glitch in the sensor, not necessarily the driver, > >> but I'm not certain. Any time I see all 1's in a reading, I'm > >> suspicious of the reading itself, not of the environment, without > >> other data. > >> > >> - Justin > > > > > _______________________________________________ > 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" >