From owner-freebsd-questions@FreeBSD.ORG Fri Sep 10 04:34:51 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A4C416A4CE for ; Fri, 10 Sep 2004 04:34:51 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F24B43D46 for ; Fri, 10 Sep 2004 04:34:51 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.12.11) id i8A4Youu044589; Thu, 9 Sep 2004 23:34:50 -0500 (CDT) (envelope-from dan) Date: Thu, 9 Sep 2004 23:34:50 -0500 From: Dan Nelson To: Adam Smith Message-ID: <20040910043450.GG5008@dan.emsphone.com> References: <20040909230933.GB727@internode.com.au> <20040910020300.GE5008@dan.emsphone.com> <20040910035115.GA966@internode.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040910035115.GA966@internode.com.au> X-OS: FreeBSD 5.3-BETA3 X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: ASUS Laptop - CPU Temp utility? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 04:34:51 -0000 In the last episode (Sep 10), Adam Smith said: > On Thu, Sep 09, 2004 at 09:03:00PM -0500, Dan Nelson said: > > In the last episode (Sep 10), Adam Smith said: > > > Does anyone know of a motherboard monitor utility that I can use > > > on an ASUS laptop running FreeBSD 5.3? I'm not sure which > > > specific board it has. > > > > xmbmon or lmmon should work, and if your laptop has good enough > > acpi support, "sysctl hw.acpi.thermal" might give you temp info as > > well. > > [adam@gremlin /home/adam]# sysctl !$ > sysctl hw.acpi.thermal > hw.acpi.thermal.min_runtime: 0 > hw.acpi.thermal.polling_rate: 10 > hw.acpi.thermal.tz0.temperature: 3240 > hw.acpi.thermal.tz0.active: 0 > hw.acpi.thermal.tz0.thermal_flags: 0 > hw.acpi.thermal.tz0._PSV: 3630 > hw.acpi.thermal.tz0._HOT: -1 > hw.acpi.thermal.tz0._CRT: 3680 > hw.acpi.thermal.tz0._ACx: 3130 -1 -1 -1 -1 -1 -1 -1 -1 -1 I believe all the thermal units are tenths of a degree Kelvin. So 3240 = 324K = 51C = 123F. Definitely running hot :) The _XXX entries are read-only trigger points; see the acpi_thermal manpage for more info. -- Dan Nelson dnelson@allantgroup.com