Location of sensors

2010-09-29 Thread David Demelier

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: Thermal Zone on acpi0
acpi_tz1: Thermal Zone on acpi0
acpi_tz2: Thermal Zone on acpi0
acpi_tz3: Thermal Zone on acpi0
acpi_tz4: Thermal Zone on acpi0
acpi_tz5: Thermal Zone 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,
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Location of sensors

2010-09-29 Thread Chuck Swiger
Hi--

On Sep 29, 2010, at 7:12 AM, David Demelier wrote:
 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

On a good day, HP will have documented their ACPI zones well enough for you to 
tell what they are.  It's also possible that contacting HP's support might dig 
up more info.

Failing that, however, you might be able to look at the Hardware/Health Status 
page in the BIOS, note the relative temperatures being displayed and what they 
are with, and then compare the sysctl output after a boot.  You might also be 
able to boot into Windows and try running a vendor-supplied thermal monitoring 
utility, and either look for debugging info, perhaps in the logs if it produces 
any, or again try to figure out the correspondence.

Regards,
-- 
-Chuck

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Location of sensors

2010-09-29 Thread Chris Whitehouse

David Demelier wrote:

Hello,

I just wonder how to know the location of the sensors, I got a lot of 
them on my HP Probook laptop :




I looked at something related to this last year. 
http://lists.freebsd.org/pipermail/freebsd-acpi/2009-March/00.html 
has a set of sysctl commands to track the various thermal zones on my HP 
nc6320. You could try running them while doing various things to try to 
affect different areas, eg running sysutils/cpuburn.


I didn't try to define all the sensors because my problem was different 
and I solved it.


Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org