lm_sensors

From: Clay Scott <rudeboy@gci.net>
Date: Sat Jun 18 2005 - 02:27:49 AKDT

i got tired of the continued disuse of my wintendo (aside from churning out seti units) so on monday i parted out my linux workstation and put everything in the significantly faster machine. after running at full load for a few days i set up lm_sensors today and noticed the temps to be pretty high. temp3 (cpu) was generating an alarm, but only by 2.5C. i'm waiting for a new heatsink to show up so now that i know what load temps are looking like i wanted to get an idea of what idle temps were with the stock HSF. i stopped boinc and waited an hour to see the ambient temps (temp1 and temp2) come down significantly from ~58C to ~40C, but the cpu temp stayed at 127.5C and never changed despite the fact that the heatsink had gone from physically painful to touch for longer than a few seconds to lukewarm. i opened the sides of the case and the ambient temps dropped another 3-5C while temp3 is still 127.5C. now i'm convinced that figure is completely unreliable.

i've searched google for setup tutorials to see if i missed a step, but also noticed that pretty much every site that uses this chip as an example gets the same 127.5C reading for temp3. a thread on debian's mailing list archives alluded to a way to get the right temp but the thread finished offline. i'm hoping it's not a problem with this particular winbond chip, but if it is it's listed as working fine everywhere i've found documentation and the tutorials that use it as an example don't say the scortching-hot cpu temp they clearly show to be an issue.

i'm wondering if anyone has lm_sensors experience with intel chipsets (i845) and namely the winbond w83627hf. with the other temps changing to varying conditions and the cpu temp not despite my best effort, i'm at a loss for what could be the issue.

for those who do have experiece it's a bit long, but my sensors.conf file is stock:

chip "w83627hf-*"

    label in0 "VCore 1"
    label in1 "VCore 2"
    label in2 "+3.3V"
    label in3 "+5V"
    label in4 "+12V"
    label in5 "-12V"
    label in6 "-5V"
    label in7 "V5SB"
    label in8 "VBat"

    compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1)
    compute in4 ((28/10)+1)*@ , @/((28/10)+1)
    compute in5 (5.14 * @) - 14.91 , (@ + 14.91) / 5.14
    compute in6 (3.14 * @) - 7.71 , (@ + 7.71) / 3.14
    compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1)

    set in0_min vid*0.95
    set in0_max vid*1.05
    set in1_min vid*0.95
    set in1_max vid*1.05
    set in2_min 3.3 * 0.95
    set in2_max 3.3 * 1.05
    set in3_min 5.0 * 0.95
    set in3_max 5.0 * 1.05
    set in4_min 12 * 0.90
    set in4_max 12 * 1.10
    set in5_max -12 * 0.90
    set in5_min -12 * 1.10
    set in6_max -5 * 0.95
    set in6_min -5 * 1.05
    set in7_min 5 * 0.95
    set in7_max 5 * 1.05
    set in8_min 3.0 * 0.80
    set in8_max 3.0 * 1.20

   set sensor1 3435
   set sensor2 1
   set sensor3 1

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Sat Jun 18 02:27:48 2005

This archive was generated by hypermail 2.1.8 : Sat Jun 18 2005 - 02:27:48 AKDT