Re: Standalone driver for W83677HG-I, NCT6775F, NCT6776F

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 5 Feb 2011 11:15:25 -0800, Guenter Roeck wrote:
> On Sat, Feb 05, 2011 at 02:00:09PM -0500, Andrea Rizzolo wrote:
> > hi,
> > thank you very much, here on intel DH57JG it works. `sensors` output:
> > 
> > nct6775-isa-0680
> > Adapter: ISA adapter
> > in0:         +0.93 V  (min =  +0.00 V, max =  +1.74 V)
> > in1:         +0.78 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:         +1.26 V  (min =  +0.00 V, max =  +0.00 V)   ALARM
> > in5:         +0.78 V  (min =  +0.00 V, max =  +0.00 V)   ALARM
> > in6:         +1.06 V  (min =  +0.00 V, max =  +0.00 V)   ALARM
> > in7:         +3.36 V  (min =  +0.00 V, max =  +0.00 V)   ALARM
> > in8:         +3.30 V  (min =  +0.00 V, max =  +0.00 V)   ALARM
> > fan1:          0 RPM  (min =    0 RPM, div = 2)  ALARM
> > fan2:          0 RPM  (min =    0 RPM, div = 2)  ALARM
> > fan3:          0 RPM  (min =    0 RPM, div = 2)  ALARM
> > fan4:          0 RPM  (div = 2)  ALARM
> > temp1:       +31.0°C  (high =  +0.0°C, hyst =  +0.0°C)  ALARM  sensor = diode
> > temp2:       +32.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = diode
> > temp3:       +23.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermistor
> > cpu0_vid:   +2.050 V
>
> Hi Andrea,
> 
> excellent - that matches the output I get. Now all we have to do is to match the values
> to actual voltages. in2 and in3 match the 3.3V seen in the BIOS, but for the others
> I have no idea.

As for the other chips in this family, in2, in3, in7 and in8 are
internal voltages so their mapping and scaling is fixed. The pin names
also strongly suggest connecting Vcore to in0, and I've never seen a
board manufacturer diverge from this. So you can start with the
following config statements:

chip "nct6775-*" "nct66776-*"

    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

This leaves only 4 voltage inputs to configure, presumably for +5V,
+12V, and possibly 5VSB and Vdimm. Check the labels and values in the
BIOS (write them all down if they fluctuate) and maybe we can figure it
out.

-- 
Jean Delvare

_______________________________________________
lm-sensors mailing list
lm-sensors@xxxxxxxxxxxxxx
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors



[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux