From owner-freebsd-current@FreeBSD.ORG Wed Apr 20 06:22:40 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A32FF1065676; Wed, 20 Apr 2011 06:22:40 +0000 (UTC) (envelope-from romain.garbage@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2CA8E8FC19; Wed, 20 Apr 2011 06:22:39 +0000 (UTC) Received: by qwc9 with SMTP id 9so250121qwc.13 for ; Tue, 19 Apr 2011 23:22:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=onc8IeubrpGXC4ZdTXLdoH9lJiJeFyRlxH+cOKuwEKE=; b=U6L4TUS0CrEvFNvVmtqDbR/1hbz+jusPjKwy7OGQF3oyAnkz3RyYF0uTciwcKjO16y nOce7tZIYx9WyphE3P0vksVWM4naKwmLdAYrnyGrOtm6aqJDATlh5BlZ1Thm+39aLS8T jP+wQNPLOTFRXPIrha4spafY7PPQMxTDa1tBg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=bVwz1bu96QrckKHzzIuCmcsvOxS8aaTxGkhVu20ZsJO4xjyTpMez/BWf0pH/MYVyDI YzFqoSKyN9IK0AkFkZM0pNL2gHE5xWIsBLhUjX0N/zI3WYuNadr2LxQU2PEnCAGH6d0H dXZJuKb9IJqD9HWqmbk2IAy/NmoRgxQ8dBQ1A= MIME-Version: 1.0 Received: by 10.229.130.144 with SMTP id t16mr5147613qcs.146.1303280559294; Tue, 19 Apr 2011 23:22:39 -0700 (PDT) Received: by 10.229.110.17 with HTTP; Tue, 19 Apr 2011 23:22:39 -0700 (PDT) In-Reply-To: References: <20110416155122.GA29309@wolfman.devio.us> <201104180805.40743.jhb@freebsd.org> Date: Wed, 20 Apr 2011 08:22:39 +0200 Message-ID: From: Romain Garbage To: mdf@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org, Nick Ulen Subject: Re: `hw.acpi.thermal.tz0.temperature' disappeared X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2011 06:22:40 -0000 2011/4/18 : > I don't seem to have a hw.acpi.thermal sysctl node on my box. =C2=A0Can > someone please try this patch? Works for me too. $> sysctl -a | grep temp [...] hw.acpi.thermal.tz0.temperature: 62.0C dev.cpu.0.temperature: 55.0C dev.cpu.1.temperature: 56.0C [...] By the way, why the temperature from coretemp is different of the one from acpi? Are they two different hardware? Regards, Romain