From owner-freebsd-questions@FreeBSD.ORG Wed Dec 15 15:13:06 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 2CDB716A4CF for ; Wed, 15 Dec 2004 15:13:06 +0000 (GMT) Received: from mailgate2.zdv.Uni-Mainz.DE (mailgate2.zdv.Uni-Mainz.DE [134.93.178.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id B32E443D41 for ; Wed, 15 Dec 2004 15:13:05 +0000 (GMT) (envelope-from ohartman@uni-mainz.de) Received: from [134.93.183.16] (edda.Geo.Uni-Mainz.DE [134.93.183.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate2.zdv.Uni-Mainz.DE (Postfix) with ESMTP id E45E430000FE; Wed, 15 Dec 2004 16:13:04 +0100 (CET) Message-ID: <41C0549F.2090206@uni-mainz.de> Date: Wed, 15 Dec 2004 16:13:35 +0100 From: "O. Hartmann" Organization: Institut =?ISO-8859-1?Q?f=FCr_Geophysik?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-AT; rv:1.7.3) Gecko/20041113 X-Accept-Language: de-de, en MIME-Version: 1.0 To: Dominique Goncalves References: <01e501c4e1e7$e973c570$0200a8c0@astral> <20041214203302.5605e79e.lukasz-b@chello.pl> <7daacbbe04121506442dafbd8a@mail.gmail.com> In-Reply-To: <7daacbbe04121506442dafbd8a@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uni-mainz.de cc: freebsd-questions@freebsd.org Subject: Re: cpu temperature 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: Wed, 15 Dec 2004 15:13:06 -0000 Dominique Goncalves schrieb: >On Tue, 14 Dec 2004 20:33:02 +0100, Lukasz Bigo wrote: > > >>On Tue, 14 Dec 2004 22:19:24 +0800 >>"Spades" wrote: >> >> >> > > > >>You could try /usr/ports/sysutils/healthd. I can also send You a small >>PHP script which grabs some ACPI values using sysctl to draw a >>thermomether (Apache+PHP+GD required), so You could check the CPU >>temperature with Your browser. :) >> >> > >I'm interrested by your script :-) > >Cheers >-- >dom > > Hello. I have an ASUS CUR-DLS mainboard, BIOS 1012_007 beta and FreeBSD 5.3-STABLE, SMP disabled, ACPI enabled. I think your script utilize hw.acpi.thermalxxx (thermal zone). But I can't find this on my computer 'grep' ing throught sysctl-output. Can anyone help?