From: khali@linux-fr.org (Jean Delvare)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] MSI KT4V - Strange sensors output.
Date: Sat, 18 Feb 2006 10:13:18 +0000 [thread overview]
Message-ID: <20060218111318.6e92aaa5.khali@linux-fr.org> (raw)
In-Reply-To: <ec3d44da0602161608r43dc6653mcc94099d41e3a3e@mail.gmail.com>
Hi,
> Motherboard: MSI KT4V (MSI 6712):
> http://www.msi.com.tw/program/products/mainboard/mbd/pro_mbd_detail.php?UID62
> Uses KT400, VT8235, w83697hf (last one reported by sensors, not in specs).
> Kernel: Stock debian 2.6.15-1-k7 (2.6.15-4)
> Lm-sensors: Stock debian 2.9.2-8.
>
> Problem is I get strange output from sensors (-86 C high for temp1)
> and several alarms are tripped even though I'm not an overclocker and
> I never adjust any of the voltages in the BIOS:
>
> % sensors
> w83697hf-isa-0290
> Adapter: ISA adapter
> VCore: +1.78 V (min = +1.71 V, max = +1.89 V)
> +3.3V: +3.33 V (min = +3.14 V, max = +3.47 V)
> +5V: +5.00 V (min = +4.76 V, max = +5.24 V)
> +12V: +12.40 V (min = +10.82 V, max = +13.19 V)
> -12V: -12.11 V (min = -13.18 V, max = -10.80 V)
> -5V: -5.35 V (min = -5.25 V, max = -4.75 V) ALARM
> V5SB: +5.56 V (min = +4.76 V, max = +5.24 V) ALARM
Well the values are indeed out of the 5% tolerance defined in the
default configuration file. This means that your power supply isn't
doing a very good job for these voltages. If you're worried about this
you may purchase a better power supply, but given that these voltages
are not really important, I'd simply change the configuration file to
10% tolerance for these inputs:
set in6_max -5 * 0.90
set in6_min -5 * 1.10
set in7_min 5 * 0.90
set in7_max 5 * 1.10
This will still not make it for 5VSB though; it would need 15%, which I
admit is a bit too much. Are there values displayed for these voltages
in the BIOS setup screen? If so, do the values there match the ones
displayed by "sensors"?
> VBat: +3.47 V (min = +2.40 V, max = +3.60 V)
> fan1: 4787 RPM (min = 3026 RPM, div = 2)
> fan2: 1834 RPM (min = 1814 RPM, div = 4)
fan2 is very near from the limit you have set. You should probably lower
that limit a bit if you don't want an alarm to trigger every now and
then.
> temp1: +30?C (high = -86?C, hyst = +59?C) sensor = thermistor
> temp2: +50.0?C (high = +70?C, hyst = +67?C) sensor = thermistor
I'd guess the limits for temp1 were simply never initialized. The
default in sensors.conf (for this chip at least) is to leave the limits
to whatever the BIOS set them. It would seem that your BIOS initialized
the limits for temp2 (CPU temperature) but not for temp1 (system
temperature). The following lines in your configuration file should
help:
label temp1 "Sys Temp"
label temp2 "CPU Temp"
set temp1_over 50
set temp1_hyst 45
Remember you'll have to run "sensors -s" for the set lines to take
effect.
> In addition to that, I tried using the Tyan settings since that also
> uses KT400/VT8235 and w83697hf. However, with that configuration, I
> get even more alarms (and temp1 is still listed at high of -86 C).
Settings are really motherboard specific, these special Tyan settings
won't work for you, as you already figured out.
--
Jean Delvare
next prev parent reply other threads:[~2006-02-18 10:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-17 0:08 [lm-sensors] MSI KT4V - Strange sensors output tyranix
2006-02-18 10:13 ` Jean Delvare [this message]
2006-02-18 17:53 ` tyranix
2006-02-18 18:12 ` Jean Delvare
2006-02-18 21:31 ` tyranix
2006-02-18 21:48 ` Jean Delvare
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=20060218111318.6e92aaa5.khali@linux-fr.org \
--to=khali@linux-fr.org \
--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.