All of lore.kernel.org
 help / color / mirror / Atom feed
From: gabriel.euzet@gmail.com (Gabe)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] vt8231 - epia800
Date: Fri, 17 Feb 2006 20:41:37 +0000	[thread overview]
Message-ID: <d5dcbca20602171241s2380ccc6x@mail.gmail.com> (raw)

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

             reply	other threads:[~2006-02-17 20:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-17 20:41 Gabe [this message]
2006-02-18 11:27 ` [lm-sensors] vt8231 - epia800 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d5dcbca20602171241s2380ccc6x@mail.gmail.com \
    --to=gabriel.euzet@gmail.com \
    --cc=lm-sensors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.