* [lm-sensors] missing fan RPMS
@ 2012-05-12 21:25 James
2012-05-13 1:53 ` Guenter Roeck
` (14 more replies)
0 siblings, 15 replies; 16+ messages in thread
From: James @ 2012-05-12 21:25 UTC (permalink / raw)
To: lm-sensors
I bought a new motherboard (ASRock 970 Extreme3) and it doesn't report the fans.
# sensors-detect
Driver `adt7475':
* Bus `nouveau-0000:01:00.0-2'
Busdriver `drm', I2C address 0x2e
Chip `Analog Devices ADT7473' (confidence: 5)
Driver `w83627ehf':
* ISA bus, address 0x290
Chip `Nuvoton NCT6776F Super IO Sensors' (confidence: 9)
Driver `fam15h_power':
* Chip `AMD Family 15h power sensors' (confidence: 9)
Driver `k10temp':
* Chip `AMD Family 15h thermal sensors' (confidence: 9)
# sensors
nouveau-pci-0100
Adapter: PCI adapter
temp1: +0.0 C (high = +100.0 C, crit = +110.0 C)
fam15h_power-pci-00c4
Adapter: PCI adapter
power1: 101.61 W (crit = 95.01 W)
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +15.8 C (high = +70.0 C)
(crit = +70.0 C, hyst = +67.0 C)
nct6776-isa-0290
Adapter: ISA adapter
Vcore: +0.86 V (min = +0.00 V, max = +1.74 V)
in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
+3.3V: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
3VSB: +3.44 V (min = +0.00 V, max = +0.00 V) ALARM
Vbat: +3.34 V (min = +0.00 V, max = +0.00 V) ALARM
fan1: 0 RPM (min = 0 RPM) ALARM
fan2: 0 RPM (min = 0 RPM) ALARM
fan3: 0 RPM (min = 0 RPM) ALARM
fan4: 0 RPM (min = 0 RPM) ALARM
fan5: 0 RPM (min = 0 RPM) ALARM
SYSTIN: +38.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
CPUTIN: +36.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
AUXTIN: -2.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
cpu0_vid: +0.000 V
intrusion0: ALARM
intrusion1: ALARM
The motherboard manual says it does the following hardware monitoring:
CPU Temperature Sensing
Chassis Temperature Sensing
CPU/Chassis/Power Fan Tachometer
CPU/Chassis Quiet Fan
CPU/Chassis Fan Multi-Speed Control
Voltage Monitoring: +12V, +5V, +3.3V, Vcore
The CPU fan says 3366 RPM in the BIOS.
Case fan3 1033 RPM.
sensors also doesn't show +12V or +5V.
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [lm-sensors] missing fan RPMS
2012-05-12 21:25 [lm-sensors] missing fan RPMS James
@ 2012-05-13 1:53 ` Guenter Roeck
2012-05-13 2:03 ` James
` (13 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Guenter Roeck @ 2012-05-13 1:53 UTC (permalink / raw)
To: lm-sensors
On Sat, May 12, 2012 at 05:25:21PM -0400, James wrote:
>
> I bought a new motherboard (ASRock 970 Extreme3) and it doesn't report the fans.
>
Hi James,
> nct6776-isa-0290
> Adapter: ISA adapter
> Vcore: +0.86 V (min = +0.00 V, max = +1.74 V)
> in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
> AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
> +3.3V: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
> in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
> in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
> 3VSB: +3.44 V (min = +0.00 V, max = +0.00 V) ALARM
> Vbat: +3.34 V (min = +0.00 V, max = +0.00 V) ALARM
> fan1: 0 RPM (min = 0 RPM) ALARM
> fan2: 0 RPM (min = 0 RPM) ALARM
> fan3: 0 RPM (min = 0 RPM) ALARM
> fan4: 0 RPM (min = 0 RPM) ALARM
> fan5: 0 RPM (min = 0 RPM) ALARM
Weird. We had a bug where fans where not recognized at all, but I have not seen
zero RPM reported.
If you like, you can try my experimental new driver from https://github.com/groeck/nct6775.
> sensors also doesn't show +12V or +5V.
>
Those will be among in1, in4, and in5. The ADC is range of the NCT6776F limited,
so the voltage passed to the chip is scaled. Question is which one is which.
Have a look at http://www.lm-sensors.org/wiki/VoltageLabelsAndScaling;
maybe it helps you finding out.
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [lm-sensors] missing fan RPMS
2012-05-12 21:25 [lm-sensors] missing fan RPMS James
2012-05-13 1:53 ` Guenter Roeck
@ 2012-05-13 2:03 ` James
2012-05-13 2:37 ` Guenter Roeck
` (12 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: James @ 2012-05-13 2:03 UTC (permalink / raw)
To: lm-sensors
On 05/12/12 21:53, Guenter Roeck wrote:
> On Sat, May 12, 2012 at 05:25:21PM -0400, James wrote:
>>
>> I bought a new motherboard (ASRock 970 Extreme3) and it doesn't report the fans.
>>
> Hi James,
>
>> nct6776-isa-0290
>> Adapter: ISA adapter
>> Vcore: +0.86 V (min = +0.00 V, max = +1.74 V)
>> in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
>> AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
>> +3.3V: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
>> in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
>> in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
>> 3VSB: +3.44 V (min = +0.00 V, max = +0.00 V) ALARM
>> Vbat: +3.34 V (min = +0.00 V, max = +0.00 V) ALARM
>> fan1: 0 RPM (min = 0 RPM) ALARM
>> fan2: 0 RPM (min = 0 RPM) ALARM
>> fan3: 0 RPM (min = 0 RPM) ALARM
>> fan4: 0 RPM (min = 0 RPM) ALARM
>> fan5: 0 RPM (min = 0 RPM) ALARM
>
> Weird. We had a bug where fans where not recognized at all, but I have not seen
> zero RPM reported.
>
> If you like, you can try my experimental new driver from https://github.com/groeck/nct6775.
>
>> sensors also doesn't show +12V or +5V.
>>
> Those will be among in1, in4, and in5. The ADC is range of the NCT6776F limited,
> so the voltage passed to the chip is scaled. Question is which one is which.
> Have a look at http://www.lm-sensors.org/wiki/VoltageLabelsAndScaling;
> maybe it helps you finding out.
>
> Guenter
>
I forgot to mention that the RPM of the fans is reported in the BIOS screen.
I will try the experimental driver.
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [lm-sensors] missing fan RPMS
2012-05-12 21:25 [lm-sensors] missing fan RPMS James
2012-05-13 1:53 ` Guenter Roeck
2012-05-13 2:03 ` James
@ 2012-05-13 2:37 ` Guenter Roeck
2012-05-13 2:55 ` James
` (11 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Guenter Roeck @ 2012-05-13 2:37 UTC (permalink / raw)
To: lm-sensors
On Sat, May 12, 2012 at 10:03:25PM -0400, James wrote:
> On 05/12/12 21:53, Guenter Roeck wrote:
> > On Sat, May 12, 2012 at 05:25:21PM -0400, James wrote:
> >>
> >> I bought a new motherboard (ASRock 970 Extreme3) and it doesn't report the fans.
> >>
> > Hi James,
> >
> >> nct6776-isa-0290
> >> Adapter: ISA adapter
> >> Vcore: +0.86 V (min = +0.00 V, max = +1.74 V)
> >> in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
> >> AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
> >> +3.3V: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
> >> in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
> >> in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
> >> 3VSB: +3.44 V (min = +0.00 V, max = +0.00 V) ALARM
> >> Vbat: +3.34 V (min = +0.00 V, max = +0.00 V) ALARM
> >> fan1: 0 RPM (min = 0 RPM) ALARM
> >> fan2: 0 RPM (min = 0 RPM) ALARM
> >> fan3: 0 RPM (min = 0 RPM) ALARM
> >> fan4: 0 RPM (min = 0 RPM) ALARM
> >> fan5: 0 RPM (min = 0 RPM) ALARM
> >
> > Weird. We had a bug where fans where not recognized at all, but I have not seen
> > zero RPM reported.
> >
> > If you like, you can try my experimental new driver from https://github.com/groeck/nct6775.
> >
> >> sensors also doesn't show +12V or +5V.
> >>
> > Those will be among in1, in4, and in5. The ADC is range of the NCT6776F limited,
> > so the voltage passed to the chip is scaled. Question is which one is which.
> > Have a look at http://www.lm-sensors.org/wiki/VoltageLabelsAndScaling;
> > maybe it helps you finding out.
> >
> > Guenter
> >
>
> I forgot to mention that the RPM of the fans is reported in the BIOS screen.
>
You did, actually. So we know the rpm is measured, we just don't know if it is done
through the NCT6776F.
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [lm-sensors] missing fan RPMS
2012-05-12 21:25 [lm-sensors] missing fan RPMS James
` (2 preceding siblings ...)
2012-05-13 2:37 ` Guenter Roeck
@ 2012-05-13 2:55 ` James
2012-05-13 3:03 ` Guenter Roeck
` (10 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: James @ 2012-05-13 2:55 UTC (permalink / raw)
To: lm-sensors
On 05/12/12 22:37, Guenter Roeck wrote:
> On Sat, May 12, 2012 at 10:03:25PM -0400, James wrote:
>> On 05/12/12 21:53, Guenter Roeck wrote:
>>> On Sat, May 12, 2012 at 05:25:21PM -0400, James wrote:
>>>>
>>>> I bought a new motherboard (ASRock 970 Extreme3) and it doesn't report the fans.
>>>>
>>> Hi James,
>>>
>>>> nct6776-isa-0290
>>>> Adapter: ISA adapter
>>>> Vcore: +0.86 V (min = +0.00 V, max = +1.74 V)
>>>> in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
>>>> AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
>>>> +3.3V: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
>>>> in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
>>>> in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
>>>> 3VSB: +3.44 V (min = +0.00 V, max = +0.00 V) ALARM
>>>> Vbat: +3.34 V (min = +0.00 V, max = +0.00 V) ALARM
>>>> fan1: 0 RPM (min = 0 RPM) ALARM
>>>> fan2: 0 RPM (min = 0 RPM) ALARM
>>>> fan3: 0 RPM (min = 0 RPM) ALARM
>>>> fan4: 0 RPM (min = 0 RPM) ALARM
>>>> fan5: 0 RPM (min = 0 RPM) ALARM
>>>
>>> Weird. We had a bug where fans where not recognized at all, but I have not seen
>>> zero RPM reported.
>>>
>>> If you like, you can try my experimental new driver from https://github.com/groeck/nct6775.
>>>
>>>> sensors also doesn't show +12V or +5V.
>>>>
>>> Those will be among in1, in4, and in5. The ADC is range of the NCT6776F limited,
>>> so the voltage passed to the chip is scaled. Question is which one is which.
>>> Have a look at http://www.lm-sensors.org/wiki/VoltageLabelsAndScaling;
>>> maybe it helps you finding out.
>>>
>>> Guenter
>>>
>>
>> I forgot to mention that the RPM of the fans is reported in the BIOS screen.
>>
> You did, actually. So we know the rpm is measured, we just don't know if it is done
> through the NCT6776F.
>
> Guenter
>
Can I assume it is using the module I compiled because it has some data?
Still no fan data
nct6776-isa-0290
Adapter: ISA adapter
Vcore: +0.97 V (min = +0.00 V, max = +1.74 V)
in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
+3.3V: +3.31 V (min = +0.00 V, max = +0.00 V) ALARM
in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
3VSB: +3.44 V (min = +0.00 V, max = +0.00 V) ALARM
Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
fan1: 0 RPM (min = 0 RPM) ALARM
fan2: 0 RPM (min = 0 RPM) ALARM
fan3: 0 RPM (min = 0 RPM) ALARM
fan4: 0 RPM (min = 0 RPM) ALARM
fan5: 0 RPM (min = 0 RPM) ALARM
SYSTIN: +37.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
CPUTIN: +37.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
AUXTIN: -1.5 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
PCH_CHIP_TEMP: +0.0 C
PCH_CPU_TEMP: +0.0 C
PCH_MCH_TEMP: +0.0 C
cpu0_vid: +0.000 V
intrusion0: ALARM
intrusion1: ALARM
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [lm-sensors] missing fan RPMS
2012-05-12 21:25 [lm-sensors] missing fan RPMS James
` (3 preceding siblings ...)
2012-05-13 2:55 ` James
@ 2012-05-13 3:03 ` Guenter Roeck
2012-05-13 3:40 ` Guenter Roeck
` (9 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Guenter Roeck @ 2012-05-13 3:03 UTC (permalink / raw)
To: lm-sensors
On Sat, May 12, 2012 at 05:25:21PM -0400, James wrote:
>
> I bought a new motherboard (ASRock 970 Extreme3) and it doesn't report the fans.
>
> # sensors-detect
> Driver `adt7475':
> * Bus `nouveau-0000:01:00.0-2'
> Busdriver `drm', I2C address 0x2e
> Chip `Analog Devices ADT7473' (confidence: 5)
>
> Driver `w83627ehf':
> * ISA bus, address 0x290
> Chip `Nuvoton NCT6776F Super IO Sensors' (confidence: 9)
>
> Driver `fam15h_power':
> * Chip `AMD Family 15h power sensors' (confidence: 9)
>
> Driver `k10temp':
> * Chip `AMD Family 15h thermal sensors' (confidence: 9)
>
>
> # sensors
> nouveau-pci-0100
> Adapter: PCI adapter
> temp1: +0.0 C (high = +100.0 C, crit = +110.0 C)
>
> fam15h_power-pci-00c4
> Adapter: PCI adapter
> power1: 101.61 W (crit = 95.01 W)
>
> k10temp-pci-00c3
> Adapter: PCI adapter
> temp1: +15.8 C (high = +70.0 C)
> (crit = +70.0 C, hyst = +67.0 C)
>
> nct6776-isa-0290
> Adapter: ISA adapter
> Vcore: +0.86 V (min = +0.00 V, max = +1.74 V)
> in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
> AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
> +3.3V: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
> in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
> in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
> 3VSB: +3.44 V (min = +0.00 V, max = +0.00 V) ALARM
> Vbat: +3.34 V (min = +0.00 V, max = +0.00 V) ALARM
> fan1: 0 RPM (min = 0 RPM) ALARM
> fan2: 0 RPM (min = 0 RPM) ALARM
> fan3: 0 RPM (min = 0 RPM) ALARM
> fan4: 0 RPM (min = 0 RPM) ALARM
> fan5: 0 RPM (min = 0 RPM) ALARM
> SYSTIN: +38.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
> CPUTIN: +36.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
> AUXTIN: -2.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
> cpu0_vid: +0.000 V
> intrusion0: ALARM
> intrusion1: ALARM
>
>
> The motherboard manual says it does the following hardware monitoring:
> CPU Temperature Sensing
> Chassis Temperature Sensing
> CPU/Chassis/Power Fan Tachometer
> CPU/Chassis Quiet Fan
> CPU/Chassis Fan Multi-Speed Control
> Voltage Monitoring: +12V, +5V, +3.3V, Vcore
>
> The CPU fan says 3366 RPM in the BIOS.
> Case fan3 1033 RPM.
> sensors also doesn't show +12V or +5V.
>
I think here may be your answer, found on the web. This is from Aida64 support.
"The only thing that may cause such issue would be the proprietary fan muxing feature that ASRock uses on your motherboard (and a number of other motherboards as well). It effectively muxes the RPM measurement signals of the CPU fan1 and the CPU fan2 headers into the same fan register of the Nuvoton sensor chip. When another software (for example ASRock's own monitoring software called Extreme Tuner) alters the GPIO setting for the fan mux, then the sensor chip will reflect the fan RPM for the CPU fan2 header. I'm afraid we don't have a solution for such issues :( ASRock should simply stop using that weird GPIO fan muxing on their boards."
The board in question was Asrock X79 Extreme4.
Some additional info is at
http://forums.aida64.com/index.php?/topic/594-asrock-z68-extreme7-gen3-cpu-fan-monitor-on-off-problem/.
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [lm-sensors] missing fan RPMS
2012-05-12 21:25 [lm-sensors] missing fan RPMS James
` (4 preceding siblings ...)
2012-05-13 3:03 ` Guenter Roeck
@ 2012-05-13 3:40 ` Guenter Roeck
2012-05-13 19:38 ` James
` (8 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Guenter Roeck @ 2012-05-13 3:40 UTC (permalink / raw)
To: lm-sensors
On Sat, May 12, 2012 at 10:55:13PM -0400, James wrote:
[ ... ]
> >
> Can I assume it is using the module I compiled because it has some data?
> Still no fan data
> nct6776-isa-0290
> Adapter: ISA adapter
> Vcore: +0.97 V (min = +0.00 V, max = +1.74 V)
> in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
> AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
> +3.3V: +3.31 V (min = +0.00 V, max = +0.00 V) ALARM
> in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
> in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
> 3VSB: +3.44 V (min = +0.00 V, max = +0.00 V) ALARM
> Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
> fan1: 0 RPM (min = 0 RPM) ALARM
> fan2: 0 RPM (min = 0 RPM) ALARM
> fan3: 0 RPM (min = 0 RPM) ALARM
> fan4: 0 RPM (min = 0 RPM) ALARM
> fan5: 0 RPM (min = 0 RPM) ALARM
> SYSTIN: +37.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
> CPUTIN: +37.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
> AUXTIN: -1.5 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
> PCH_CHIP_TEMP: +0.0 C
> PCH_CPU_TEMP: +0.0 C
> PCH_MCH_TEMP: +0.0 C
Yes, because the above are only seen with the new driver.
Still, see my other e-mail - looks like AsRock is using a gpio pin based multiplexer
to connect fans to the chip. I looks like specific gpio pins must be enabled to let
you see fan speeds.
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [lm-sensors] missing fan RPMS
2012-05-12 21:25 [lm-sensors] missing fan RPMS James
` (5 preceding siblings ...)
2012-05-13 3:40 ` Guenter Roeck
@ 2012-05-13 19:38 ` James
2012-05-13 20:03 ` James
` (7 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: James @ 2012-05-13 19:38 UTC (permalink / raw)
To: lm-sensors
On 05/13/12 19:18, James wrote:
> On 05/12/12 23:40, Guenter Roeck wrote:
>> On Sat, May 12, 2012 at 10:55:13PM -0400, James wrote:
>> [ ... ]
>>>>
>>> Can I assume it is using the module I compiled because it has some data?
>>> Still no fan data
>>> nct6776-isa-0290
>>> Adapter: ISA adapter
>>> Vcore: +0.97 V (min = +0.00 V, max = +1.74 V)
>>> in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
>>> AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
>>> +3.3V: +3.31 V (min = +0.00 V, max = +0.00 V) ALARM
>>> in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
>>> in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
>>> 3VSB: +3.44 V (min = +0.00 V, max = +0.00 V) ALARM
>>> Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
>>> fan1: 0 RPM (min = 0 RPM) ALARM
>>> fan2: 0 RPM (min = 0 RPM) ALARM
>>> fan3: 0 RPM (min = 0 RPM) ALARM
>>> fan4: 0 RPM (min = 0 RPM) ALARM
>>> fan5: 0 RPM (min = 0 RPM) ALARM
>>> SYSTIN: +37.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
>>> CPUTIN: +37.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
>>> AUXTIN: -1.5 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
>>> PCH_CHIP_TEMP: +0.0 C
>>> PCH_CPU_TEMP: +0.0 C
>>> PCH_MCH_TEMP: +0.0 C
>>
>> Yes, because the above are only seen with the new driver.
>>
>> Still, see my other e-mail - looks like AsRock is using a gpio pin based multiplexer
>> to connect fans to the chip. I looks like specific gpio pins must be enabled to let
>> you see fan speeds.
>>
>> Guenter
>>
>>
>
> I bought another case fan and it sees it.
>
> $ sudo sensors
> nouveau-pci-0100
> Adapter: PCI adapter
> temp1: +0.0 C (high = +100.0 C, crit = +110.0 C)
>
> fam15h_power-pci-00c4
> Adapter: PCI adapter
> power1: 74.54 W (crit = 95.01 W)
>
> k10temp-pci-00c3
> Adapter: PCI adapter
> temp1: +14.4 C (high = +70.0 C)
> (crit = +70.0 C, hyst = +67.0 C)
>
> nct6776-isa-0290
> Adapter: ISA adapter
> Vcore: +0.86 V (min = +0.00 V, max = +1.74 V)
> in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
> AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
> +3.3V: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
> in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
> in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
> 3VSB: +3.46 V (min = +0.00 V, max = +0.00 V) ALARM
> Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
> fan1: 1369 RPM (min = 0 RPM) ALARM
> fan2: 0 RPM (min = 0 RPM) ALARM
> fan3: 0 RPM (min = 0 RPM) ALARM
> fan4: 0 RPM (min = 0 RPM) ALARM
> fan5: 0 RPM (min = 0 RPM) ALARM
> SYSTIN: +36.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
> CPUTIN: +35.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
> AUXTIN: -2.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
> PCH_CHIP_TEMP: +0.0 C
> PCH_CPU_TEMP: +0.0 C
> PCH_MCH_TEMP: +0.0 C
> cpu0_vid: +0.000 V
> intrusion0: ALARM
> intrusion1: ALARM
>
> It is labelled 'Chassis fan connector 1" by the motherboard manual.
> The other is 'Chassis fan 3'
>
> The difference is fan1 is 3 pin and fan3 is 4 pin.
> I will try moving the 4 pin over so it is only using 3 pins.
>
> _______________________________________________
> lm-sensors mailing list
> lm-sensors@lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
>
My mistake, both are 3 pins.
I'll try the bad fan in the known good connector.
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [lm-sensors] missing fan RPMS
2012-05-12 21:25 [lm-sensors] missing fan RPMS James
` (6 preceding siblings ...)
2012-05-13 19:38 ` James
@ 2012-05-13 20:03 ` James
2012-05-13 23:18 ` James
` (6 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: James @ 2012-05-13 20:03 UTC (permalink / raw)
To: lm-sensors
On 05/13/12 19:49, James wrote:
> On 05/13/12 15:38, James wrote:
>> On 05/13/12 19:18, James wrote:
>>> On 05/12/12 23:40, Guenter Roeck wrote:
>>>> On Sat, May 12, 2012 at 10:55:13PM -0400, James wrote:
>>>> [ ... ]
>>>>>>
>>>>> Can I assume it is using the module I compiled because it has some data?
>>>>> Still no fan data
>>>>> nct6776-isa-0290
>>>>> Adapter: ISA adapter
>>>>> Vcore: +0.97 V (min = +0.00 V, max = +1.74 V)
>>>>> in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
>>>>> AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
>>>>> +3.3V: +3.31 V (min = +0.00 V, max = +0.00 V) ALARM
>>>>> in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
>>>>> in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
>>>>> 3VSB: +3.44 V (min = +0.00 V, max = +0.00 V) ALARM
>>>>> Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
>>>>> fan1: 0 RPM (min = 0 RPM) ALARM
>>>>> fan2: 0 RPM (min = 0 RPM) ALARM
>>>>> fan3: 0 RPM (min = 0 RPM) ALARM
>>>>> fan4: 0 RPM (min = 0 RPM) ALARM
>>>>> fan5: 0 RPM (min = 0 RPM) ALARM
>>>>> SYSTIN: +37.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
>>>>> CPUTIN: +37.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
>>>>> AUXTIN: -1.5 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
>>>>> PCH_CHIP_TEMP: +0.0 C
>>>>> PCH_CPU_TEMP: +0.0 C
>>>>> PCH_MCH_TEMP: +0.0 C
>>>>
>>>> Yes, because the above are only seen with the new driver.
>>>>
>>>> Still, see my other e-mail - looks like AsRock is using a gpio pin based multiplexer
>>>> to connect fans to the chip. I looks like specific gpio pins must be enabled to let
>>>> you see fan speeds.
>>>>
>>>> Guenter
>>>>
>>>>
>>>
>>> I bought another case fan and it sees it.
>>>
>>> $ sudo sensors
>>> nouveau-pci-0100
>>> Adapter: PCI adapter
>>> temp1: +0.0 C (high = +100.0 C, crit = +110.0 C)
>>>
>>> fam15h_power-pci-00c4
>>> Adapter: PCI adapter
>>> power1: 74.54 W (crit = 95.01 W)
>>>
>>> k10temp-pci-00c3
>>> Adapter: PCI adapter
>>> temp1: +14.4 C (high = +70.0 C)
>>> (crit = +70.0 C, hyst = +67.0 C)
>>>
>>> nct6776-isa-0290
>>> Adapter: ISA adapter
>>> Vcore: +0.86 V (min = +0.00 V, max = +1.74 V)
>>> in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
>>> AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
>>> +3.3V: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
>>> in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
>>> in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
>>> 3VSB: +3.46 V (min = +0.00 V, max = +0.00 V) ALARM
>>> Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
>>> fan1: 1369 RPM (min = 0 RPM) ALARM
>>> fan2: 0 RPM (min = 0 RPM) ALARM
>>> fan3: 0 RPM (min = 0 RPM) ALARM
>>> fan4: 0 RPM (min = 0 RPM) ALARM
>>> fan5: 0 RPM (min = 0 RPM) ALARM
>>> SYSTIN: +36.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
>>> CPUTIN: +35.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
>>> AUXTIN: -2.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
>>> PCH_CHIP_TEMP: +0.0 C
>>> PCH_CPU_TEMP: +0.0 C
>>> PCH_MCH_TEMP: +0.0 C
>>> cpu0_vid: +0.000 V
>>> intrusion0: ALARM
>>> intrusion1: ALARM
>>>
>>> It is labelled 'Chassis fan connector 1" by the motherboard manual.
>>> The other is 'Chassis fan 3'
>>>
>>> The difference is fan1 is 3 pin and fan3 is 4 pin.
>>> I will try moving the 4 pin over so it is only using 3 pins.
>>>
> # sensors
> nouveau-pci-0100
> Adapter: PCI adapter
> temp1: +0.0 C (high = +100.0 C, crit = +110.0 C)
>
> fam15h_power-pci-00c4
> Adapter: PCI adapter
> power1: 100.48 W (crit = 95.01 W)
>
> k10temp-pci-00c3
> Adapter: PCI adapter
> temp1: +13.5 C (high = +70.0 C)
> (crit = +70.0 C, hyst = +67.0 C)
>
> nct6776-isa-0290
> Adapter: ISA adapter
> Vcore: +0.86 V (min = +0.00 V, max = +1.74 V)
> in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
> AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
> +3.3V: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
> in4: +1.57 V (min = +0.00 V, max = +0.00 V) ALARM
> in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
> 3VSB: +3.46 V (min = +0.00 V, max = +0.00 V) ALARM
> Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
> fan1: 1064 RPM (min = 0 RPM) ALARM
> fan2: 0 RPM (min = 0 RPM) ALARM
> fan3: 0 RPM (min = 0 RPM) ALARM
> fan4: 0 RPM (min = 0 RPM) ALARM
> fan5: 0 RPM (min = 0 RPM) ALARM
> SYSTIN: +35.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
> CPUTIN: +35.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
> AUXTIN: -0.5 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
> PCH_CHIP_TEMP: +0.0 C
> PCH_CPU_TEMP: +0.0 C
> PCH_MCH_TEMP: +0.0 C
> cpu0_vid: +0.000 V
> intrusion0: ALARM
> intrusion1: ALARM
>
> One works, is it possible for a FAN not to wired to report RPM?
>
>
> _______________________________________________
> lm-sensors mailing list
> lm-sensors@lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
>
Weird fan:
# sensors
nouveau-pci-0100
Adapter: PCI adapter
temp1: +0.0 C (high = +100.0 C, crit = +110.0 C)
fam15h_power-pci-00c4
Adapter: PCI adapter
power1: 101.39 W (crit = 95.01 W)
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +13.6 C (high = +70.0 C)
(crit = +70.0 C, hyst = +67.0 C)
nct6776-isa-0290
Adapter: ISA adapter
Vcore: +0.86 V (min = +0.00 V, max = +1.74 V)
in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
+3.3V: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
3VSB: +3.46 V (min = +0.00 V, max = +0.00 V) ALARM
Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
fan1: 1076 RPM (min = 0 RPM) ALARM
fan2: 0 RPM (min = 0 RPM) ALARM
fan3: 0 RPM (min = 0 RPM) ALARM
fan4: 0 RPM (min = 0 RPM) ALARM
fan5: 0 RPM (min = 0 RPM) ALARM
SYSTIN: +36.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
CPUTIN: +34.5 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
AUXTIN: -1.5 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
PCH_CHIP_TEMP: +0.0 C
PCH_CPU_TEMP: +0.0 C
PCH_MCH_TEMP: +0.0 C
cpu0_vid: +0.000 V
intrusion0: ALARM
intrusion1: ALARM
No fans:
# sensors
nouveau-pci-0100
Adapter: PCI adapter
temp1: +0.0 C (high = +100.0 C, crit = +110.0 C)
fam15h_power-pci-00c4
Adapter: PCI adapter
power1: 101.15 W (crit = 95.01 W)
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +13.5 C (high = +70.0 C)
(crit = +70.0 C, hyst = +67.0 C)
nct6776-isa-0290
Adapter: ISA adapter
Vcore: +0.86 V (min = +0.00 V, max = +1.74 V)
in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
+3.3V: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
3VSB: +3.46 V (min = +0.00 V, max = +0.00 V) ALARM
Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
fan1: 0 RPM (min = 0 RPM) ALARM
fan2: 0 RPM (min = 0 RPM) ALARM
fan3: 0 RPM (min = 0 RPM) ALARM
fan4: 0 RPM (min = 0 RPM) ALARM
fan5: 0 RPM (min = 0 RPM) ALARM
SYSTIN: +36.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
CPUTIN: +34.5 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
AUXTIN: -2.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
PCH_CHIP_TEMP: +0.0 C
PCH_CPU_TEMP: +0.0 C
PCH_MCH_TEMP: +0.0 C
cpu0_vid: +0.000 V
intrusion0: ALARM
intrusion1: ALARM
Maybe the fans are paired.
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [lm-sensors] missing fan RPMS
2012-05-12 21:25 [lm-sensors] missing fan RPMS James
` (7 preceding siblings ...)
2012-05-13 20:03 ` James
@ 2012-05-13 23:18 ` James
2012-05-13 23:49 ` James
` (5 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: James @ 2012-05-13 23:18 UTC (permalink / raw)
To: lm-sensors
On 05/12/12 23:40, Guenter Roeck wrote:
> On Sat, May 12, 2012 at 10:55:13PM -0400, James wrote:
> [ ... ]
>>>
>> Can I assume it is using the module I compiled because it has some data?
>> Still no fan data
>> nct6776-isa-0290
>> Adapter: ISA adapter
>> Vcore: +0.97 V (min = +0.00 V, max = +1.74 V)
>> in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
>> AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
>> +3.3V: +3.31 V (min = +0.00 V, max = +0.00 V) ALARM
>> in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
>> in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
>> 3VSB: +3.44 V (min = +0.00 V, max = +0.00 V) ALARM
>> Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
>> fan1: 0 RPM (min = 0 RPM) ALARM
>> fan2: 0 RPM (min = 0 RPM) ALARM
>> fan3: 0 RPM (min = 0 RPM) ALARM
>> fan4: 0 RPM (min = 0 RPM) ALARM
>> fan5: 0 RPM (min = 0 RPM) ALARM
>> SYSTIN: +37.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
>> CPUTIN: +37.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
>> AUXTIN: -1.5 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
>> PCH_CHIP_TEMP: +0.0 C
>> PCH_CPU_TEMP: +0.0 C
>> PCH_MCH_TEMP: +0.0 C
>
> Yes, because the above are only seen with the new driver.
>
> Still, see my other e-mail - looks like AsRock is using a gpio pin based multiplexer
> to connect fans to the chip. I looks like specific gpio pins must be enabled to let
> you see fan speeds.
>
> Guenter
>
>
I bought another case fan and it sees it.
$ sudo sensors
nouveau-pci-0100
Adapter: PCI adapter
temp1: +0.0 C (high = +100.0 C, crit = +110.0 C)
fam15h_power-pci-00c4
Adapter: PCI adapter
power1: 74.54 W (crit = 95.01 W)
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +14.4 C (high = +70.0 C)
(crit = +70.0 C, hyst = +67.0 C)
nct6776-isa-0290
Adapter: ISA adapter
Vcore: +0.86 V (min = +0.00 V, max = +1.74 V)
in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
+3.3V: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
3VSB: +3.46 V (min = +0.00 V, max = +0.00 V) ALARM
Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
fan1: 1369 RPM (min = 0 RPM) ALARM
fan2: 0 RPM (min = 0 RPM) ALARM
fan3: 0 RPM (min = 0 RPM) ALARM
fan4: 0 RPM (min = 0 RPM) ALARM
fan5: 0 RPM (min = 0 RPM) ALARM
SYSTIN: +36.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
CPUTIN: +35.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
AUXTIN: -2.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
PCH_CHIP_TEMP: +0.0 C
PCH_CPU_TEMP: +0.0 C
PCH_MCH_TEMP: +0.0 C
cpu0_vid: +0.000 V
intrusion0: ALARM
intrusion1: ALARM
It is labelled 'Chassis fan connector 1" by the motherboard manual.
The other is 'Chassis fan 3'
The difference is fan1 is 3 pin and fan3 is 4 pin.
I will try moving the 4 pin over so it is only using 3 pins.
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [lm-sensors] missing fan RPMS
2012-05-12 21:25 [lm-sensors] missing fan RPMS James
` (8 preceding siblings ...)
2012-05-13 23:18 ` James
@ 2012-05-13 23:49 ` James
2012-05-14 0:08 ` James
` (4 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: James @ 2012-05-13 23:49 UTC (permalink / raw)
To: lm-sensors
On 05/13/12 15:38, James wrote:
> On 05/13/12 19:18, James wrote:
>> On 05/12/12 23:40, Guenter Roeck wrote:
>>> On Sat, May 12, 2012 at 10:55:13PM -0400, James wrote:
>>> [ ... ]
>>>>>
>>>> Can I assume it is using the module I compiled because it has some data?
>>>> Still no fan data
>>>> nct6776-isa-0290
>>>> Adapter: ISA adapter
>>>> Vcore: +0.97 V (min = +0.00 V, max = +1.74 V)
>>>> in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
>>>> AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
>>>> +3.3V: +3.31 V (min = +0.00 V, max = +0.00 V) ALARM
>>>> in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
>>>> in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
>>>> 3VSB: +3.44 V (min = +0.00 V, max = +0.00 V) ALARM
>>>> Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
>>>> fan1: 0 RPM (min = 0 RPM) ALARM
>>>> fan2: 0 RPM (min = 0 RPM) ALARM
>>>> fan3: 0 RPM (min = 0 RPM) ALARM
>>>> fan4: 0 RPM (min = 0 RPM) ALARM
>>>> fan5: 0 RPM (min = 0 RPM) ALARM
>>>> SYSTIN: +37.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
>>>> CPUTIN: +37.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
>>>> AUXTIN: -1.5 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
>>>> PCH_CHIP_TEMP: +0.0 C
>>>> PCH_CPU_TEMP: +0.0 C
>>>> PCH_MCH_TEMP: +0.0 C
>>>
>>> Yes, because the above are only seen with the new driver.
>>>
>>> Still, see my other e-mail - looks like AsRock is using a gpio pin based multiplexer
>>> to connect fans to the chip. I looks like specific gpio pins must be enabled to let
>>> you see fan speeds.
>>>
>>> Guenter
>>>
>>>
>>
>> I bought another case fan and it sees it.
>>
>> $ sudo sensors
>> nouveau-pci-0100
>> Adapter: PCI adapter
>> temp1: +0.0 C (high = +100.0 C, crit = +110.0 C)
>>
>> fam15h_power-pci-00c4
>> Adapter: PCI adapter
>> power1: 74.54 W (crit = 95.01 W)
>>
>> k10temp-pci-00c3
>> Adapter: PCI adapter
>> temp1: +14.4 C (high = +70.0 C)
>> (crit = +70.0 C, hyst = +67.0 C)
>>
>> nct6776-isa-0290
>> Adapter: ISA adapter
>> Vcore: +0.86 V (min = +0.00 V, max = +1.74 V)
>> in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
>> AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
>> +3.3V: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
>> in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
>> in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
>> 3VSB: +3.46 V (min = +0.00 V, max = +0.00 V) ALARM
>> Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
>> fan1: 1369 RPM (min = 0 RPM) ALARM
>> fan2: 0 RPM (min = 0 RPM) ALARM
>> fan3: 0 RPM (min = 0 RPM) ALARM
>> fan4: 0 RPM (min = 0 RPM) ALARM
>> fan5: 0 RPM (min = 0 RPM) ALARM
>> SYSTIN: +36.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
>> CPUTIN: +35.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
>> AUXTIN: -2.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
>> PCH_CHIP_TEMP: +0.0 C
>> PCH_CPU_TEMP: +0.0 C
>> PCH_MCH_TEMP: +0.0 C
>> cpu0_vid: +0.000 V
>> intrusion0: ALARM
>> intrusion1: ALARM
>>
>> It is labelled 'Chassis fan connector 1" by the motherboard manual.
>> The other is 'Chassis fan 3'
>>
>> The difference is fan1 is 3 pin and fan3 is 4 pin.
>> I will try moving the 4 pin over so it is only using 3 pins.
>>
# sensors
nouveau-pci-0100
Adapter: PCI adapter
temp1: +0.0 C (high = +100.0 C, crit = +110.0 C)
fam15h_power-pci-00c4
Adapter: PCI adapter
power1: 100.48 W (crit = 95.01 W)
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +13.5 C (high = +70.0 C)
(crit = +70.0 C, hyst = +67.0 C)
nct6776-isa-0290
Adapter: ISA adapter
Vcore: +0.86 V (min = +0.00 V, max = +1.74 V)
in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
+3.3V: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
in4: +1.57 V (min = +0.00 V, max = +0.00 V) ALARM
in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
3VSB: +3.46 V (min = +0.00 V, max = +0.00 V) ALARM
Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
fan1: 1064 RPM (min = 0 RPM) ALARM
fan2: 0 RPM (min = 0 RPM) ALARM
fan3: 0 RPM (min = 0 RPM) ALARM
fan4: 0 RPM (min = 0 RPM) ALARM
fan5: 0 RPM (min = 0 RPM) ALARM
SYSTIN: +35.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
CPUTIN: +35.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
AUXTIN: -0.5 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
PCH_CHIP_TEMP: +0.0 C
PCH_CPU_TEMP: +0.0 C
PCH_MCH_TEMP: +0.0 C
cpu0_vid: +0.000 V
intrusion0: ALARM
intrusion1: ALARM
One works, is it possible for a FAN not to wired to report RPM?
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [lm-sensors] missing fan RPMS
2012-05-12 21:25 [lm-sensors] missing fan RPMS James
` (9 preceding siblings ...)
2012-05-13 23:49 ` James
@ 2012-05-14 0:08 ` James
2012-05-14 0:48 ` Guenter Roeck
` (3 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: James @ 2012-05-14 0:08 UTC (permalink / raw)
To: lm-sensors
On 05/13/12 19:18, James wrote:
> On 05/12/12 23:40, Guenter Roeck wrote:
>> On Sat, May 12, 2012 at 10:55:13PM -0400, James wrote:
>> [ ... ]
>>>>
>>> Can I assume it is using the module I compiled because it has some data?
>>> Still no fan data
>>> nct6776-isa-0290
>>> Adapter: ISA adapter
>>> Vcore: +0.97 V (min = +0.00 V, max = +1.74 V)
>>> in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
>>> AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
>>> +3.3V: +3.31 V (min = +0.00 V, max = +0.00 V) ALARM
>>> in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
>>> in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
>>> 3VSB: +3.44 V (min = +0.00 V, max = +0.00 V) ALARM
>>> Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
>>> fan1: 0 RPM (min = 0 RPM) ALARM
>>> fan2: 0 RPM (min = 0 RPM) ALARM
>>> fan3: 0 RPM (min = 0 RPM) ALARM
>>> fan4: 0 RPM (min = 0 RPM) ALARM
>>> fan5: 0 RPM (min = 0 RPM) ALARM
>>> SYSTIN: +37.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
>>> CPUTIN: +37.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
>>> AUXTIN: -1.5 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
>>> PCH_CHIP_TEMP: +0.0 C
>>> PCH_CPU_TEMP: +0.0 C
>>> PCH_MCH_TEMP: +0.0 C
>>
>> Yes, because the above are only seen with the new driver.
>>
>> Still, see my other e-mail - looks like AsRock is using a gpio pin based multiplexer
>> to connect fans to the chip. I looks like specific gpio pins must be enabled to let
>> you see fan speeds.
>>
>> Guenter
>>
>>
>
> I bought another case fan and it sees it.
>
> $ sudo sensors
> nouveau-pci-0100
> Adapter: PCI adapter
> temp1: +0.0 C (high = +100.0 C, crit = +110.0 C)
>
> fam15h_power-pci-00c4
> Adapter: PCI adapter
> power1: 74.54 W (crit = 95.01 W)
>
> k10temp-pci-00c3
> Adapter: PCI adapter
> temp1: +14.4 C (high = +70.0 C)
> (crit = +70.0 C, hyst = +67.0 C)
>
> nct6776-isa-0290
> Adapter: ISA adapter
> Vcore: +0.86 V (min = +0.00 V, max = +1.74 V)
> in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
> AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
> +3.3V: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
> in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
> in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
> 3VSB: +3.46 V (min = +0.00 V, max = +0.00 V) ALARM
> Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
> fan1: 1369 RPM (min = 0 RPM) ALARM
> fan2: 0 RPM (min = 0 RPM) ALARM
> fan3: 0 RPM (min = 0 RPM) ALARM
> fan4: 0 RPM (min = 0 RPM) ALARM
> fan5: 0 RPM (min = 0 RPM) ALARM
> SYSTIN: +36.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
> CPUTIN: +35.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
> AUXTIN: -2.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
> PCH_CHIP_TEMP: +0.0 C
> PCH_CPU_TEMP: +0.0 C
> PCH_MCH_TEMP: +0.0 C
> cpu0_vid: +0.000 V
> intrusion0: ALARM
> intrusion1: ALARM
>
> It is labelled 'Chassis fan connector 1" by the motherboard manual.
> The other is 'Chassis fan 3'
>
> The difference is fan1 is 3 pin and fan3 is 4 pin.
> I will try moving the 4 pin over so it is only using 3 pins.
>
> _______________________________________________
> lm-sensors mailing list
> lm-sensors@lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
>
:-(
Both fans connected but only one shows up.
# sensors
nouveau-pci-0100
Adapter: PCI adapter
temp1: +0.0 C (high = +100.0 C, crit = +110.0 C)
fam15h_power-pci-00c4
Adapter: PCI adapter
power1: 101.17 W (crit = 95.01 W)
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +15.2 C (high = +70.0 C)
(crit = +70.0 C, hyst = +67.0 C)
nct6776-isa-0290
Adapter: ISA adapter
Vcore: +0.86 V (min = +0.00 V, max = +1.74 V)
in1: +1.85 V (min = +0.00 V, max = +0.00 V) ALARM
AVCC: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
+3.3V: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
3VSB: +3.46 V (min = +0.00 V, max = +0.00 V) ALARM
Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
fan1: 1374 RPM (min = 0 RPM) ALARM
fan2: 0 RPM (min = 0 RPM) ALARM
fan3: 0 RPM (min = 0 RPM) ALARM
fan4: 0 RPM (min = 0 RPM) ALARM
fan5: 0 RPM (min = 0 RPM) ALARM
SYSTIN: +36.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
CPUTIN: +35.5 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
AUXTIN: -1.5 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
PCH_CHIP_TEMP: +0.0 C
PCH_CPU_TEMP: +0.0 C
PCH_MCH_TEMP: +0.0 C
cpu0_vid: +0.000 V
intrusion0: ALARM
intrusion1: ALARM
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [lm-sensors] missing fan RPMS
2012-05-12 21:25 [lm-sensors] missing fan RPMS James
` (10 preceding siblings ...)
2012-05-14 0:08 ` James
@ 2012-05-14 0:48 ` Guenter Roeck
2012-05-14 1:58 ` James
` (2 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Guenter Roeck @ 2012-05-14 0:48 UTC (permalink / raw)
To: lm-sensors
On Sun, May 13, 2012 at 08:08:28PM -0400, James wrote:
[ ... ]
> > +3.3V: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
> > in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
> > in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
> > 3VSB: +3.46 V (min = +0.00 V, max = +0.00 V) ALARM
> > Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
> > fan1: 1369 RPM (min = 0 RPM) ALARM
> > fan2: 0 RPM (min = 0 RPM) ALARM
> > fan3: 0 RPM (min = 0 RPM) ALARM
> > fan4: 0 RPM (min = 0 RPM) ALARM
> > fan5: 0 RPM (min = 0 RPM) ALARM
> > SYSTIN: +36.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
> > CPUTIN: +35.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
> > AUXTIN: -2.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
> > PCH_CHIP_TEMP: +0.0 C
> > PCH_CPU_TEMP: +0.0 C
> > PCH_MCH_TEMP: +0.0 C
> > cpu0_vid: +0.000 V
> > intrusion0: ALARM
> > intrusion1: ALARM
> >
> > It is labelled 'Chassis fan connector 1" by the motherboard manual.
> > The other is 'Chassis fan 3'
> >
> > The difference is fan1 is 3 pin and fan3 is 4 pin.
> > I will try moving the 4 pin over so it is only using 3 pins.
> >
> > _______________________________________________
> > lm-sensors mailing list
> > lm-sensors@lm-sensors.org
> > http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
> >
>
> :-(
> Both fans connected but only one shows up.
>
Yes, I think that is exactly the problem. Looks like the board uses a multiplexer
to connect multiple fans to the same fan sensor input. Which makes it all but impossible
for third parties (like Linux) to implement working fan control. Really annoying,
especially since the NCT6776F has really a lot of fan sensor inputs available.
At least some of the other boards from the same vendor have lots of fan connectors.
Did you try all of them ?
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [lm-sensors] missing fan RPMS
2012-05-12 21:25 [lm-sensors] missing fan RPMS James
` (11 preceding siblings ...)
2012-05-14 0:48 ` Guenter Roeck
@ 2012-05-14 1:58 ` James
2012-05-14 2:47 ` Guenter Roeck
2012-05-14 13:40 ` Guenter Roeck
14 siblings, 0 replies; 16+ messages in thread
From: James @ 2012-05-14 1:58 UTC (permalink / raw)
To: lm-sensors
On 05/13/12 20:48, Guenter Roeck wrote:
> On Sun, May 13, 2012 at 08:08:28PM -0400, James wrote:
> [ ... ]
>
>>> +3.3V: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
>>> in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
>>> in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
>>> 3VSB: +3.46 V (min = +0.00 V, max = +0.00 V) ALARM
>>> Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
>>> fan1: 1369 RPM (min = 0 RPM) ALARM
>>> fan2: 0 RPM (min = 0 RPM) ALARM
>>> fan3: 0 RPM (min = 0 RPM) ALARM
>>> fan4: 0 RPM (min = 0 RPM) ALARM
>>> fan5: 0 RPM (min = 0 RPM) ALARM
>>> SYSTIN: +36.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
>>> CPUTIN: +35.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
>>> AUXTIN: -2.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
>>> PCH_CHIP_TEMP: +0.0 C
>>> PCH_CPU_TEMP: +0.0 C
>>> PCH_MCH_TEMP: +0.0 C
>>> cpu0_vid: +0.000 V
>>> intrusion0: ALARM
>>> intrusion1: ALARM
>>>
>>> It is labelled 'Chassis fan connector 1" by the motherboard manual.
>>> The other is 'Chassis fan 3'
>>>
>>> The difference is fan1 is 3 pin and fan3 is 4 pin.
>>> I will try moving the 4 pin over so it is only using 3 pins.
>>>
>>> _______________________________________________
>>> lm-sensors mailing list
>>> lm-sensors@lm-sensors.org
>>> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
>>>
>>
>> :-(
>> Both fans connected but only one shows up.
>>
> Yes, I think that is exactly the problem. Looks like the board uses a multiplexer
> to connect multiple fans to the same fan sensor input. Which makes it all but impossible
> for third parties (like Linux) to implement working fan control. Really annoying,
> especially since the NCT6776F has really a lot of fan sensor inputs available.
>
> At least some of the other boards from the same vendor have lots of fan connectors.
> Did you try all of them ?
>
> Guenter
>
If they are multiplexed, it is weird I didn't at least get 2 numbers when I was moving them around.
I tried all the plugs on the motherboard.
If I get the information from ASRock about how to read the fan speeds, could I make a config file specific to this motherboard?
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [lm-sensors] missing fan RPMS
2012-05-12 21:25 [lm-sensors] missing fan RPMS James
` (12 preceding siblings ...)
2012-05-14 1:58 ` James
@ 2012-05-14 2:47 ` Guenter Roeck
2012-05-14 13:40 ` Guenter Roeck
14 siblings, 0 replies; 16+ messages in thread
From: Guenter Roeck @ 2012-05-14 2:47 UTC (permalink / raw)
To: lm-sensors
On Sun, May 13, 2012 at 09:58:18PM -0400, James wrote:
> On 05/13/12 20:48, Guenter Roeck wrote:
> > On Sun, May 13, 2012 at 08:08:28PM -0400, James wrote:
> > [ ... ]
> >
> >>> +3.3V: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM
> >>> in4: +1.58 V (min = +0.00 V, max = +0.00 V) ALARM
> >>> in5: +1.70 V (min = +0.00 V, max = +0.00 V) ALARM
> >>> 3VSB: +3.46 V (min = +0.00 V, max = +0.00 V) ALARM
> >>> Vbat: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM
> >>> fan1: 1369 RPM (min = 0 RPM) ALARM
> >>> fan2: 0 RPM (min = 0 RPM) ALARM
> >>> fan3: 0 RPM (min = 0 RPM) ALARM
> >>> fan4: 0 RPM (min = 0 RPM) ALARM
> >>> fan5: 0 RPM (min = 0 RPM) ALARM
> >>> SYSTIN: +36.0 C (high = +0.0 C, hyst = +0.0 C) ALARM sensor = thermistor
> >>> CPUTIN: +35.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
> >>> AUXTIN: -2.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor
> >>> PCH_CHIP_TEMP: +0.0 C
> >>> PCH_CPU_TEMP: +0.0 C
> >>> PCH_MCH_TEMP: +0.0 C
> >>> cpu0_vid: +0.000 V
> >>> intrusion0: ALARM
> >>> intrusion1: ALARM
> >>>
> >>> It is labelled 'Chassis fan connector 1" by the motherboard manual.
> >>> The other is 'Chassis fan 3'
> >>>
> >>> The difference is fan1 is 3 pin and fan3 is 4 pin.
> >>> I will try moving the 4 pin over so it is only using 3 pins.
> >>>
> >>> _______________________________________________
> >>> lm-sensors mailing list
> >>> lm-sensors@lm-sensors.org
> >>> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
> >>>
> >>
> >> :-(
> >> Both fans connected but only one shows up.
> >>
> > Yes, I think that is exactly the problem. Looks like the board uses a multiplexer
> > to connect multiple fans to the same fan sensor input. Which makes it all but impossible
> > for third parties (like Linux) to implement working fan control. Really annoying,
> > especially since the NCT6776F has really a lot of fan sensor inputs available.
> >
> > At least some of the other boards from the same vendor have lots of fan connectors.
> > Did you try all of them ?
> >
> > Guenter
> >
>
> If they are multiplexed, it is weird I didn't at least get 2 numbers when I was moving them around.
> I tried all the plugs on the motherboard.
> If I get the information from ASRock about how to read the fan speeds, could I make a config file specific to this motherboard?
>
Maybe they are all multiplexed to the single fan sensor input. If so, that means
that only one of the fans can be measured at any given time.
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [lm-sensors] missing fan RPMS
2012-05-12 21:25 [lm-sensors] missing fan RPMS James
` (13 preceding siblings ...)
2012-05-14 2:47 ` Guenter Roeck
@ 2012-05-14 13:40 ` Guenter Roeck
14 siblings, 0 replies; 16+ messages in thread
From: Guenter Roeck @ 2012-05-14 13:40 UTC (permalink / raw)
To: lm-sensors
On Sun, May 13, 2012 at 09:58:18PM -0400, James wrote:
[ ... ]
> >>
> >> :-(
> >> Both fans connected but only one shows up.
> >>
> > Yes, I think that is exactly the problem. Looks like the board uses a multiplexer
> > to connect multiple fans to the same fan sensor input. Which makes it all but impossible
> > for third parties (like Linux) to implement working fan control. Really annoying,
> > especially since the NCT6776F has really a lot of fan sensor inputs available.
> >
> > At least some of the other boards from the same vendor have lots of fan connectors.
> > Did you try all of them ?
> >
> > Guenter
> >
>
> If they are multiplexed, it is weird I didn't at least get 2 numbers when I was moving them around.
> I tried all the plugs on the motherboard.
> If I get the information from ASRock about how to read the fan speeds, could I make a config file specific to this motherboard?
>
I don't think so. We can not manipulate gpio pins from the driver. Even if you manage to set the gpio pins
from user space, there is no way to synchronize this with the kernel driver.
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2012-05-14 13:40 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-12 21:25 [lm-sensors] missing fan RPMS James
2012-05-13 1:53 ` Guenter Roeck
2012-05-13 2:03 ` James
2012-05-13 2:37 ` Guenter Roeck
2012-05-13 2:55 ` James
2012-05-13 3:03 ` Guenter Roeck
2012-05-13 3:40 ` Guenter Roeck
2012-05-13 19:38 ` James
2012-05-13 20:03 ` James
2012-05-13 23:18 ` James
2012-05-13 23:49 ` James
2012-05-14 0:08 ` James
2012-05-14 0:48 ` Guenter Roeck
2012-05-14 1:58 ` James
2012-05-14 2:47 ` Guenter Roeck
2012-05-14 13:40 ` Guenter Roeck
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.