From: Michiel <michiel@ettema.net>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] [PATCH v5 00/11] hwmon: (w83627ehf) Add support
Date: Wed, 16 Mar 2011 09:49:20 +0000 [thread overview]
Message-ID: <1300268960.2000.12.camel@zolder> (raw)
In-Reply-To: <1299261486-15190-1-git-send-email-guenter.roeck@ericsson.com>
Hi,
I installed the stand alone module you created for the nct6775f and
basic functionality seems OK. Although the voltage sensor readings seem
a bit nonsensical. This is on an ASRock 870iCafe motherboard.
( http://www.asrock.com/mb/overview.asp?Model‡0iCafe )
It has 2 4pin fan connectors and 1 3pin connector. I'm still trying to
configure those for use with fancontrol. But I'm not there yet..
Thanks for all time and hard work you punt in to lm-sensors ! :-)
> k10temp-pci-00c3
> Adapter: PCI adapter
> temp1: +17.5��C (high = +70.0��C)
>
> nct6775-isa-0290
> Adapter: ISA adapter
> in0: +0.99 V (min = +0.00 V, max = +1.74 V)
> in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
> in2: +3.41 V (min = +0.00 V, max = +0.00 V) ALARM
> in3: +3.41 V (min = +0.00 V, max = +0.00 V) ALARM
> in4: +0.06 V (min = +0.00 V, max = +0.00 V) ALARM
> in5: +1.67 V (min = +0.00 V, max = +0.00 V) ALARM
> in6: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
> in7: +3.44 V (min = +0.00 V, max = +0.00 V) ALARM
> in8: +3.39 V (min = +0.00 V, max = +0.00 V) ALARM
> fan1: 1095 RPM (min = 0 RPM, div = 8) ALARM
> fan2: 1095 RPM (min = 0 RPM, div = 8) ALARM
> fan3: 1180 RPM (min = 0 RPM, div = 8) ALARM
> SYSTIN: +30.0��C (high = +0.0��C, hyst = +0.0��C) ALARM sensor = thermistor
> CPUTIN: +26.5��C (high = +80.0��C, hyst = +75.0��C) sensor = thermistor
> AUXTIN: -12.5��C (high = +80.0��C, hyst = +75.0��C) sensor = thermistor
> cpu0_vid: +0.375 V
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
next prev parent reply other threads:[~2011-03-16 9:49 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-04 17:57 [lm-sensors] [PATCH v5 00/11] hwmon: (w83627ehf) Add support for Guenter Roeck
2011-03-04 17:57 ` [PATCH v5 00/11] hwmon: (w83627ehf) Add support for NCT6775F and NCT6776F Guenter Roeck
2011-03-04 17:57 ` [lm-sensors] [PATCH v5 01/11] hwmon: (w83627ehf) Unify temperature Guenter Roeck
2011-03-04 17:57 ` [PATCH v5 01/11] hwmon: (w83627ehf) Unify temperature register access, and use strict string conversions Guenter Roeck
2011-03-04 17:57 ` [lm-sensors] [PATCH v5 02/11] hwmon: (w83627ehf) Fixed most Guenter Roeck
2011-03-04 17:57 ` [PATCH v5 02/11] hwmon: (w83627ehf) Fixed most checkpatch warnings and errors Guenter Roeck
2011-03-04 17:57 ` [lm-sensors] [PATCH v5 03/11] hwmon: (w83627ehf) Optimize Guenter Roeck
2011-03-04 17:57 ` [PATCH v5 03/11] hwmon: (w83627ehf) Optimize multi-bank register access Guenter Roeck
2011-03-04 17:57 ` [lm-sensors] [PATCH v5 04/11] hwmon: (w83627ehf) Improve support Guenter Roeck
2011-03-04 17:57 ` [PATCH v5 04/11] hwmon: (w83627ehf) Improve support for W83667HG-B Guenter Roeck
2011-03-04 17:58 ` [lm-sensors] [PATCH v5 05/11] hwmon: (w83627ehf) Remove references Guenter Roeck
2011-03-04 17:58 ` [PATCH v5 05/11] hwmon: (w83627ehf) Remove references to datasheets which no longer exist Guenter Roeck
2011-03-04 17:58 ` [lm-sensors] [PATCH v5 06/11] hwmon: (w83627ehf) Convert register Guenter Roeck
2011-03-04 17:58 ` [PATCH v5 06/11] hwmon: (w83627ehf) Convert register arrays to 16 bit, and convert access to pointers Guenter Roeck
2011-03-04 17:58 ` [lm-sensors] [PATCH v5 07/11] hwmon: (w83627ehf) Permit enabling Guenter Roeck
2011-03-04 17:58 ` [PATCH v5 07/11] hwmon: (w83627ehf) Permit enabling SmartFan IV mode if configured at startup Guenter Roeck
2011-03-04 17:58 ` [lm-sensors] [PATCH v5 08/11] hwmon: (w83627ehf) Add support for Guenter Roeck
2011-03-04 17:58 ` [PATCH v5 08/11] hwmon: (w83627ehf) Add support for Nuvoton NCT6775F and NCT6776F Guenter Roeck
2011-03-04 17:58 ` [lm-sensors] [PATCH v5 09/11] hwmon: (w83627ehf) Use 16 bit fan Guenter Roeck
2011-03-04 17:58 ` [PATCH v5 09/11] hwmon: (w83627ehf) Use 16 bit fan count registers if supported Guenter Roeck
2011-03-04 17:58 ` [lm-sensors] [PATCH v5 10/11] hwmon: (w83627ehf) Store rpm instead Guenter Roeck
2011-03-04 17:58 ` [PATCH v5 10/11] hwmon: (w83627ehf) Store rpm instead of raw fan speed data Guenter Roeck
2011-03-04 17:58 ` [lm-sensors] [PATCH v5 11/11] hwmon: (w83627ehf) Update Kconfig for Guenter Roeck
2011-03-04 17:58 ` [PATCH v5 11/11] hwmon: (w83627ehf) Update Kconfig for W83677HG-B, NCT6775F and NCT6776F Guenter Roeck
2011-03-04 18:50 ` [lm-sensors] [PATCH v5 00/11] hwmon: (w83627ehf) Add support Andrew Lutomirski
2011-03-04 18:50 ` [PATCH v5 00/11] hwmon: (w83627ehf) Add support for NCT6775F and NCT6776F Andrew Lutomirski
2011-03-04 18:53 ` [lm-sensors] [PATCH v5 00/11] hwmon: (w83627ehf) Add support Andrew Lutomirski
2011-03-04 18:53 ` [PATCH v5 00/11] hwmon: (w83627ehf) Add support for NCT6775F and NCT6776F Andrew Lutomirski
2011-03-04 19:56 ` [lm-sensors] [PATCH v5 00/11] hwmon: (w83627ehf) Add support Guenter Roeck
2011-03-04 19:56 ` [PATCH v5 00/11] hwmon: (w83627ehf) Add support for NCT6775F and NCT6776F Guenter Roeck
2011-03-04 19:59 ` [lm-sensors] [PATCH v5 00/11] hwmon: (w83627ehf) Add support Guenter Roeck
2011-03-04 19:59 ` [PATCH v5 00/11] hwmon: (w83627ehf) Add support for NCT6775F and NCT6776F Guenter Roeck
2011-03-16 9:49 ` Michiel [this message]
2011-03-16 15:20 ` [lm-sensors] [PATCH v5 00/11] hwmon: (w83627ehf) Add support Guenter Roeck
2011-04-06 0:33 ` Michael D Powell
2011-04-06 0:47 ` Guenter Roeck
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=1300268960.2000.12.camel@zolder \
--to=michiel@ettema.net \
--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.