From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3D7F6138010 for ; Sun, 24 Mar 2013 19:19:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE326E080C; Sun, 24 Mar 2013 19:19:38 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by pigeon.gentoo.org (Postfix) with ESMTP id 5C09EE075C for ; Sun, 24 Mar 2013 19:19:37 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.12]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0LkDn2-1UqRNa31Ao-00c9bO for ; Sun, 24 Mar 2013 20:19:36 +0100 Received: (qmail invoked by alias); 24 Mar 2013 19:19:36 -0000 Received: from mail.kiwifrog.net (EHLO [192.168.7.6]) [82.241.90.118] by mail.gmx.net (mp012) with SMTP; 24 Mar 2013 20:19:36 +0100 X-Authenticated: #5388774 X-Provags-ID: V01U2FsdGVkX1/PmgQmR9rPUgAQpxk5cMcpshv8ImRt5ibOa6kmG3 pEdKXEmvx7kXq/ Subject: Re: [gentoo-user] Output of sensor "k10temp-pci-00c3" From: Carlos Hendson To: gentoo-user@lists.gentoo.org In-Reply-To: <2287353.SJ0af3zp7k@blacky> References: <2287353.SJ0af3zp7k@blacky> Content-Type: text/plain; charset="UTF-8" Date: Sun, 24 Mar 2013 20:19:35 +0100 Message-ID: <1364152775.1959.15.camel@hydra> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 X-Archives-Salt: f2d0e204-6da3-4d14-9949-0587e2409394 X-Archives-Hash: 707a7f042438f4866f91b7474d3f2862 On Fri, 2013-03-22 at 20:58 +0100, Sascha Cunz wrote: > In the recent thread "system freezes during compiles", Carlos Henderson showed > the output of $(sensors), among them the output of the k10temp-pci-00c3. > > I stopped trusting that sensor. After some hours of idle, it shows me: > > k10temp-pci-00c3 > Adapter: PCI adapter > temp1: +16.8°C (high = +70.0°C) > (crit = +70.0°C, hyst = +67.0°C) > > 16.8°C is roughly 4°C _below_ the room temperature. If I'd boot to Windows > right now, the mainboard-manufacturer's system utility shows a CPU temperature > of 25°C (which is more or less the usual value it shows for Windows when > idle). > > My CPU is: > > processor : 5 > vendor_id : AuthenticAMD > cpu family : 21 > model : 1 > model name : AMD FX(tm)-6200 Six-Core Processor > stepping : 2 > microcode : 0x6000626 > > running on an Asrock mainboard (Kernel is a gentoo-3.8.1-r1). > > My question to the list is: Could this strange temperature be realistic? Does > anyone have similar observations with AMD-Bulldozers? > > Sascha > Hi Sascha, As a comparison, here's my machines processor: vendor_id : AuthenticAMD cpu family : 16 model : 10 model name : AMD Phenom(tm) II X6 1100T Processor stepping : 0 microcode : 0x10000bf >From the kernel document hwmon/k10temp has a couple points: 1. The driver detects the mainboard socket type and not the processors actual capabilities. If an AM3 processor is on an AM2+ mainboard, driver options may be required. 2. The temperature reported is relative to the point at which the system must supply the maximum cooling for the processors specified maximum case temperature and maximum thermal power dissipation. It would appear that the temperature reported is quite possibly correct, although not intuitive or easily verified as valid. Hope that helps. Regards, Carlos