All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] vt8231 - epia800
@ 2006-02-17 20:41 Gabe
  2006-02-18 11:27 ` Jean Delvare
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Gabe @ 2006-02-17 20:41 UTC (permalink / raw)
  To: lm-sensors

Hi,

Does anyone can tell me how to get the temperature of my system ?

MB : Epia 800 (sensor vt8231)

sensors.conf :
chip "vt8231-*"

    label in1 "+2.5V"
    label in2 "VCore"
    label in3 "+5V"
    label in4 "+12V"
    label in5 "+3.3V"

    label temp1 "CPU Temp"
    label temp2 "M/B Temp"
    compute in1  @ * (1 +   2 / 10),  @ / (1 +   2 / 10)
    compute in3  @ * (1 +  14 / 10),  @ / (1 +  14 / 10)
    compute in4  @ * (1 +  47 / 10),  @ / (1 +  47 / 10)

    set in2_min 1.65 * 0.95
    set in2_max 1.65 * 1.05
    set in3_max 5.0 * 1.05
    set in4_min 12.0 * 0.95
    set in4_max 12.0 * 1.05
    set in5_min 3.3 * 0.95
    set in5_max 3.3 * 1.05

# For VIA EPIA CPU (provided by Roger Lucas):
    compute temp1  (@ - 45) / 0.7809,  (@ * 0.7809) + 45

    compute temp2  1 / (1 / 298.15 - (` (2.2 / @ - 1)) / 3435) - 273.15, \
                   2.2 / (1 + (^ (3435 / 298.15 - 3435 / (273.15 + @))))
    compute temp3  1 / (1 / 298.15 - (` (2.2 / @ - 1)) / 3435) - 273.15, \
                   2.2 / (1 + (^ (3435 / 298.15 - 3435 / (273.15 + @))))

    set temp1_hyst 60
    set temp1_over 65
    set temp2_hyst 40
    set temp2_over 45

output of sensors :
vt8231-isa-6000
Adapter: ISA adapter
in0:       +2.13 V  (min =  -0.03 V, max =  +2.63 V)
+2.5V:     +2.55 V  (min =  -0.04 V, max =  +3.16 V)
VCore:     +2.07 V  (min =  +1.56 V, max =  +1.72 V)   ALARM
+5V:       +4.03 V  (min =  -0.07 V, max =  +5.23 V)
+12V:     +12.55 V  (min = +11.36 V, max = +12.55 V)
+3.3V:     +3.30 V  (min =  +3.13 V, max =  +3.46 V)
fan1:        0 RPM  (min = 2570 RPM, div = 2)          ALARM
fan2:        0 RPM  (min = 2570 RPM, div = 2)          ALARM
ERROR: Can't get TEMP2 data!
ERROR: Can't get TEMP3 data!
ERROR: Can't get TEMP4 data!
ERROR: Can't get TEMP5 data!
ERROR: Can't get TEMP6 data!
ERROR: Can't get TEMP7 data!

Regards,
Gabe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20060217/0f3d1757/attachment.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-02-19 14:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-17 20:41 [lm-sensors] vt8231 - epia800 Gabe
2006-02-18 11:27 ` Jean Delvare
2006-02-18 15:38 ` Gabe
2006-02-18 15:54 ` Roger Lucas
2006-02-18 17:27 ` Gabe
2006-02-18 17:43 ` Jean Delvare
2006-02-18 17:50 ` Gabe
2006-02-19 14:18 ` Gabe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.