From owner-freebsd-questions@FreeBSD.ORG Wed Sep 29 14:14:40 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1733410656C6 for ; Wed, 29 Sep 2010 14:14:40 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 68B798FC20 for ; Wed, 29 Sep 2010 14:14:38 +0000 (UTC) Received: by wyb32 with SMTP id 32so321818wyb.13 for ; Wed, 29 Sep 2010 07:14:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=eVRcoyBMrXLxKTVo/Z0GXskA5GBK/E6bK83mE0fZGL8=; b=URd+4TPP63TXsBg3X3oHssRKwSMICMXG435mE+3I2CfthfmSoiNKZIxxM3fcSs6gXf Cx1lZ+z0ddi4mbT3aP/o5sYhbSx4r4m0vUMZW8IJG5ScAimfLN8h9QUio5d8Nk0LR25s wLXO+P7WCMs/qBNU/aC550dV0dqzu4Et1TT+w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=BTqcw21yp2mZTueGJi5VrgdMXQ6oe5W2FDlkv27MgdvKykvQW3zox/k3rOQHjGFIIy YDI1hQD4u+oXSrQfqJyGM2cDX4WzWKADKzPcIxea1CRPqLSYOOC9NsVrjXWsUyxNQ7Mx TalaBaePJFA2oDNANiHEpQHX0nrJZtVr6nJoM= Received: by 10.227.145.66 with SMTP id c2mr1609400wbv.42.1285769624871; Wed, 29 Sep 2010 07:13:44 -0700 (PDT) Received: from Melon.malikania.fr (wifi-osiris-sec-181-194.u-strasbg.fr [130.79.181.194]) by mx.google.com with ESMTPS id g9sm7196606wbh.7.2010.09.29.07.13.41 (version=SSLv3 cipher=RC4-MD5); Wed, 29 Sep 2010 07:13:42 -0700 (PDT) Message-ID: <4CA34965.3010509@gmail.com> Date: Wed, 29 Sep 2010 16:12:53 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.9) Gecko/20100923 Thunderbird/3.1.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Location of sensors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 14:14:40 -0000 Hello, I just wonder how to know the location of the sensors, I got a lot of them on my HP Probook laptop : hw.acpi.thermal.tz0.temperature: 87.0C hw.acpi.thermal.tz1.temperature: 47.0C hw.acpi.thermal.tz2.temperature: 72.0C hw.acpi.thermal.tz3.temperature: 59.0C hw.acpi.thermal.tz4.temperature: 26.4C hw.acpi.thermal.tz5.temperature: 55.0C acpi_tz0: on acpi0 acpi_tz1: on acpi0 acpi_tz2: on acpi0 acpi_tz3: on acpi0 acpi_tz4: on acpi0 acpi_tz5: on acpi0 For example I know that there is two sensors on the CPU unit, and one one on the Wireless chipset but which one? If you have any ideas, Kind regards,