From: khali@linux-fr.org (Jean Delvare)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] Supermicro X6DH8-G2+ / sensors not working
Date: Sun, 08 Oct 2006 17:03:52 +0000 [thread overview]
Message-ID: <20061008190352.8efb5377.khali@linux-fr.org> (raw)
In-Reply-To: <451FF905.60001@hal.saar.de>
Michael,
> [root at matrix ~]# sensors
> pc87427-isa-0840
> Adapter: ISA adapter
> case-fan1:3678 RPM (min = 2000 RPM)
> case-fan2:3391 RPM (min = 2000 RPM)
> case-fan3:3400 RPM (min = 2000 RPM)
> case-fan4:3366 RPM (min = 2000 RPM)
> not-inst: 0 RPM (min = 0 RPM) FAULT
> CPU0-fan: 2915 RPM (min = 2000 RPM)
> not-inst: 0 RPM (min = 0 RPM) FAULT
> CPU1-fan: 2830 RPM (min = 2000 RPM)
You can add the following to your configuration file:
ignore fan5
ignore fan7
That way the unused fan inputs won't even show in the output, making it
a bit more user-friendly.
> [root at matrix ~]# tail -n 17 /etc/sensors.conf
> chip "pc87427-*"
> label fan1 "case-fan1"
> label fan2 "case-fan2"
> label fan3 "case-fan3"
> label fan4 "case-fan4"
> label fan5 "not-inst"
> label fan6 "CPU0-fan"
> label fan7 "not-inst"
> label fan8 "CPU1-fan"
> set fan1_min 2000
> set fan2_min 2000
> set fan3_min 2000
> set fan4_min 2000
> set fan5_min 0
> set fan6_min 2000
> set fan7_min 0
> set fan8_min 2000
I'd suggest that you get rid of the default configuration file
completely and write one from scratch with simply the section above,
libsensors will perform much better.
> JFYI, if I put fan[1-4]_min on 3000, the fans start running at about
> 4500RPM, giving quite a cool ambiance in the chassis. :)
> 2000 should be enough.
I have been playing a bit with a similar board lately and noticed the
same. The low limits seem to somehow influence the fan speeds. I know
that the PC87427 has fan speed control features, but I didn't read the
datasheet in its entirety so I don't know how it works exactly. At any
rate this behvior differers completely from what other chips do.
Usually the low limits simply trigger alarms when crossed, and do not
influence the speed itself.
OK, now that it works, I will have to clean up the driver to make it
suitable for upstream submission. In particular this implies converting
the driver from an i2c-isa driver to a platform driver. Will you be
able to test this second variant of the driver?
Thanks,
--
Jean Delvare
next prev parent reply other threads:[~2006-10-08 17:03 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-01 17:21 [lm-sensors] Supermicro X6DH8-G2+ / sensors not working Michael Kress
2006-10-04 13:15 ` Jean Delvare
2006-10-04 23:14 ` Michael Kress
2006-10-06 11:09 ` Jean Delvare
2006-10-07 7:35 ` Jean Delvare
2006-10-08 9:14 ` Michael Kress
2006-10-08 9:17 ` Jean Delvare
2006-10-08 10:25 ` Michael Kress
2006-10-08 10:59 ` Michael Kress
2006-10-08 12:21 ` Jean Delvare
2006-10-08 13:07 ` Michael Kress
2006-10-08 13:46 ` Jean Delvare
2006-10-08 14:42 ` Michael Kress
2006-10-08 17:03 ` Jean Delvare [this message]
2006-10-08 17:20 ` Michael Kress
2006-10-09 9:23 ` Jean Delvare
2006-10-09 18:03 ` Michael Kress
2006-10-09 20:03 ` Jean Delvare
2006-10-09 20:25 ` Michael Kress
2006-10-10 10:21 ` Jean Delvare
2006-10-14 11:43 ` Michael Kress
2006-10-14 16:49 ` Michael Kress
2006-10-15 9:03 ` Michael Kress
2006-10-15 12:03 ` Jean Delvare
2006-10-15 20:56 ` Michael Kress
2006-10-16 6:27 ` 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=20061008190352.8efb5377.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.