From owner-freebsd-hackers@FreeBSD.ORG Mon May 14 23:20:35 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7436F106564A for ; Mon, 14 May 2012 23:20:35 +0000 (UTC) (envelope-from freebsd@damnhippie.dyndns.org) Received: from qmta12.emeryville.ca.mail.comcast.net (qmta12.emeryville.ca.mail.comcast.net [76.96.27.227]) by mx1.freebsd.org (Postfix) with ESMTP id 54F468FC08 for ; Mon, 14 May 2012 23:20:35 +0000 (UTC) Received: from omta16.emeryville.ca.mail.comcast.net ([76.96.30.72]) by qmta12.emeryville.ca.mail.comcast.net with comcast id 9z6e1j0091ZMdJ4ACzKViS; Mon, 14 May 2012 23:19:29 +0000 Received: from damnhippie.dyndns.org ([24.8.232.202]) by omta16.emeryville.ca.mail.comcast.net with comcast id 9zKU1j00s4NgCEG8czKUGq; Mon, 14 May 2012 23:19:29 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id q4ENJQVn094612; Mon, 14 May 2012 17:19:26 -0600 (MDT) (envelope-from freebsd@damnhippie.dyndns.org) From: Ian Lepore To: Aryeh Friedman In-Reply-To: References: <4FB1891F.4090703@chillt.de> Content-Type: text/plain; charset="us-ascii" Date: Mon, 14 May 2012 17:19:26 -0600 Message-ID: <1337037566.1503.100.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Bartosz Fabianowski , FreeBSD Mailing List Subject: Re: diagonising a overheating problem X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2012 23:20:35 -0000 On Mon, 2012-05-14 at 18:56 -0400, Aryeh Friedman wrote: > On Mon, May 14, 2012 at 6:37 PM, Bartosz Fabianowski wrote: > > Try sysctl dev.cpu.0.temperature. I have a notoriously overheating Dell > > laptop and for me, this sysctl always reports the temperature. > > > > - Bartosz > > ~/Desktop aryeh@localhost% sysctl dev.cpu.0.temperature > sysctl: unknown oid 'dev.cpu.0.temperature' > ~/Desktop aryeh@localhost% sysctl dev.cpu.0 > dev.cpu.0.%desc: ACPI CPU > dev.cpu.0.%driver: cpu > dev.cpu.0.%location: handle=\_PR_.C000 > dev.cpu.0.%pnpinfo: _HID=none _UID=0 > dev.cpu.0.%parent: acpi0 > dev.cpu.0.freq: 1500 > dev.cpu.0.freq_levels: 1500/7260 1400/6056 1225/5299 1200/5125 > 1100/4500 1000/4095 900/3753 800/3468 700/3034 600/2601 500/2167 > 400/1734 300/1300 200/867 100/433 > dev.cpu.0.cx_supported: C1/0 C2/100 > dev.cpu.0.cx_lowest: C1 > dev.cpu.0.cx_usage: 100.00% 0.00% last 233us dev.cpu.0.temperature is provided by the coretemp(4) driver, maybe you need to kldload it? -- Ian