From: Guenter Roeck <linux@roeck-us.net>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] No such subfeature known when sensors -s
Date: Thu, 13 Sep 2012 15:06:36 +0000 [thread overview]
Message-ID: <20120913150636.GA2259@roeck-us.net> (raw)
In-Reply-To: <5051971B.7030608@iol.ie>
On Thu, Sep 13, 2012 at 09:19:39AM +0100, MrNice wrote:
> Hi,
>
> I try to get the measurements from my hardware motherboard. I
> installed lm_sensors-3.3.2 and the driver groeck-w83627ehf-d0f3584
>
> As, when I run sensors, I get 0 RPM (min = 0 RPM)
>
> +++++++++++++++++++++++++
> ~$ sensors
> nct6776-isa-0290
> Adapter: ISA adapter
> Vcore: +0.90 V (min = +0.00 V, max = +1.74 V)
> in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
> AVCC: +3.31 V (min = +2.98 V, max = +3.63 V)
> +3.3V: +3.30 V (min = +2.98 V, max = +3.63 V)
> in4: +0.02 V (min = +0.00 V, max = +0.00 V) ALARM
> in5: +1.72 V (min = +0.00 V, max = +0.00 V) ALARM
> 3VSB: +3.46 V (min = +2.98 V, max = +3.63 V)
> Vbat: +0.00 V (min = +2.70 V, max = +3.30 V) ALARM
> Fan_01: 0 RPM (min = 0 RPM) ALARM
> fan2: 0 RPM (min = 0 RPM) ALARM
> fan3: 0 RPM (min = 0 RPM) ALARM
> fan4: 0 RPM (min = 500 RPM) ALARM
> SYSTIN: +27.0°C (high = +0.0°C, hyst = +0.0°C) ALARM
> sensor = thermistor
> CPUTIN: +24.5°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor
> AUXTIN: +127.5°C (high = +114.0°C, hyst = +114.0°C) ALARM
> sensor = thermistor
> cpu0_vid: +0.000 V
> intrusion0: ALARM
> intrusion1: OK
>
> fam15h_power-pci-00c4
> Adapter: PCI adapter
> power1: 117.23 W (crit = 124.95 W)
>
> k10temp-pci-00c3
> Adapter: PCI adapter
> temp1: +5.6°C (high = +70.0°C)
> (crit = +70.0°C, hyst = +67.0°C)
> ++++++++++++++++++++++++++++
>
>
> Following the advice
> http://lm-sensors.org/browser/lm-sensors/trunk/doc/fan-divisors
> I added the divisor in the sensors3.conf:
>
> +++++++++++++++++++++++++
> chip "w83627ehf-*" "w83627dhg-*" "w83667hg-*" "nct6775-*" "nct6776-*"
>
> label in0 "Vcore"
> label in2 "AVCC"
> label in3 "+3.3V"
> label in7 "3VSB"
> label in8 "Vbat"
>
> set in2_min 3.3 * 0.90
> set in2_max 3.3 * 1.10
> set in3_min 3.3 * 0.90
> set in3_max 3.3 * 1.10
> set in7_min 3.3 * 0.90
> set in7_max 3.3 * 1.10
> set in8_min 3.0 * 0.90
> set in8_max 3.0 * 1.10
>
> # For parser test
> label fan1 "Fan_01"
> ignore fan5
> set fan4_min 500
> set fan4_div 8 # Parser error
>
> # label temp1 "w83627 TEMPERATURE 01" # OK parser
>
> chip "k10temp-*"
>
> # label temp1 "k10 TEMPERATURE 01" # OK parser
>
> chip "fam15h_power-*"
>
> # label power1 "fam15h POWER 01" # OK parser
> ++++++++++++++++++++++++
>
> When I run sensors -s with the line
> set fan4_div 8
> I get the error
>
> ++++++++++++++++++++++++
> ~$ sudo sensors -s
> Error: File /etc/sensors3.conf, line 41: Unknown feature name
> nct6776-isa-0290: No such subfeature known
nct6776 does not have fan divisor registers, so this is not really surprising.
> ++++++++++++++++++++++++
>
> You can see in the sensors3.conf, other lines are OK with the parser.
> I tried with different divisors and different fan numbers.
> Could you tell me whether it's my mistake or a bug?
>
> Configuration:
> ASRock 970 Extreme4 UEFI v2.00
> AMD FX-8120
> Kernel 3.2.0-30-generic
> Ubuntu 12.04 64-bit
> lm_sensors-3.3.2 (manual install)
> driver groeck-w83627ehf-d0f3584 (manual install)
>
>
> BTW, could you give me a link where I could get the definition/info
> regarding the labels SYSTIN, CPUTIN, etc...
The labels are derived from the chip datasheet. SYSTIN = system temperature,
probably a board temperature sensor CPUTIN = CPU temperature sensor.
> You can see I have AUXTIN: +127.5°C. I don't know what is this value
> but looks for me very suspicious.
Most likely it is not connected.
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
next prev parent reply other threads:[~2012-09-13 15:06 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-13 8:19 [lm-sensors] No such subfeature known when sensors -s MrNice
2012-09-13 15:06 ` Guenter Roeck [this message]
2012-09-14 11:56 ` Jean Delvare
2012-09-14 13:45 ` Guenter Roeck
2012-09-14 16:14 ` MrNice
2012-09-14 16:37 ` Guenter Roeck
2012-09-16 6:44 ` Jean-Pierre Thibert
2012-09-16 18:53 ` Guenter Roeck
2012-09-16 22:19 ` Guenter Roeck
2012-09-17 10:37 ` MrNice
2012-09-17 10:51 ` MrNice
2012-09-17 15:14 ` Guenter Roeck
2012-09-17 17:19 ` MrNice
2012-09-17 20:43 ` Guenter Roeck
2012-09-23 18:07 ` MrNice
2012-09-23 18:39 ` Jean Delvare
2012-09-26 14:01 ` MrNice
2012-09-26 18:21 ` 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=20120913150636.GA2259@roeck-us.net \
--to=linux@roeck-us.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.