From: Hans de Goede <j.w.r.degoede@hhs.nl>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] f71882fg-* How do you set temp limits for max_hyst
Date: Mon, 20 Oct 2008 07:08:18 +0000 [thread overview]
Message-ID: <48FC2E62.3070101@hhs.nl> (raw)
In-Reply-To: <48FBFF2A.608@suddenlinkmail.com>
David C. Rankin wrote:
> sensor Devs,
>
> I have an MSI K9N2 SLI Platinum board that has the f71882fg- chip. I am unable
> to set the tempX_max_hyst and tempX_crit_hyst temperature limits with
> sensors-3.0.2-4.1. Attempting to set the values results in the normal error
> messages on sensors -s:
>
> Error: Line 70: Unknown feature name
> Error: Line 71: Unknown feature name
>
<snip>
> set temp1_max_hyst 50
> set temp1_max 55
> set temp1_crit_hyst 56
> set temp1_crit 60
> set temp2_max_hyst 50
> set temp2_max 55
> set temp2_crit_hyst 56
> set temp2_crit 60
>
> However, all of the _hyst settings result in the errors explained above. So,
> how do you set the hyst limits with this chipset?
>
Erm, that should work. What does ls /sys/class/hwmon/hwmon*/device show ?
If there are temp#_max_hyst files there try:
echo -n 56000 > /sys/class/hwmon/hwmon#/device/temp#_max_hyst
Note that the hysteresis is shared between max and crit, so only the
temp#_max_hyst attributes are writable the temp#_crit_hyst attributes are readonly.
If the echo works and your sensors.conf still gives errors after removing the
set statements for temp#_crit_hyst, we probably have a bug in libsensors or
sensors somewhere.
> If you need additional information, please just ask and I'll be glad to
> provide it. Also, I tried enabling temp3 and that resulted in a wild value of
> 127 deg.C which is way off-scale high. Any ideas what this sensor does?
127 looks like not connected to me, I would expect the output of "sensors" to
give a FAULT as reading for that sensors, what does:
cat /sys/class/hwmon/hwmon#/device/temp3_fault
Give as output?
Regards,
Hans
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
next prev parent reply other threads:[~2008-10-20 7:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-20 3:46 [lm-sensors] f71882fg-* How do you set temp limits for max_hyst and David C. Rankin
2008-10-20 7:08 ` Hans de Goede [this message]
2008-10-21 4:54 ` [lm-sensors] f71882fg-* How do you set temp limits for max_hyst David C. Rankin
2008-10-21 8:35 ` Hans de Goede
2008-10-21 18:45 ` David C. Rankin
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=48FC2E62.3070101@hhs.nl \
--to=j.w.r.degoede@hhs.nl \
--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.