Hi Andre, On Thu, May 09, 2013 at 08:23:47AM -0700, Andre Schmidt wrote: > Got an Asus P8Z77-M Pro board and i assume it has the NCT6779 chip, but `sensors` output seems to have some wrong values: > > ``` > nct6779-isa-0290 > Adapter: ISA adapter > in0: +0.91 V (min = +0.00 V, max = +1.74 V) > in1: +1.02 V (min = +0.00 V, max = +0.00 V) ALARM > in2: +3.38 V (min = +0.00 V, max = +0.00 V) ALARM > in3: +3.38 V (min = +0.00 V, max = +0.00 V) ALARM > in4: +1.02 V (min = +0.00 V, max = +0.00 V) ALARM > in5: +2.04 V (min = +0.00 V, max = +0.00 V) ALARM > in6: +0.27 V (min = +0.00 V, max = +0.00 V) ALARM > in7: +3.42 V (min = +0.00 V, max = +0.00 V) ALARM > in8: +3.36 V (min = +0.00 V, max = +0.00 V) ALARM > in9: +1.06 V (min = +0.00 V, max = +0.00 V) ALARM > in10: +0.21 V (min = +0.00 V, max = +0.00 V) ALARM > in11: +0.17 V (min = +0.00 V, max = +0.00 V) ALARM > in12: +0.18 V (min = +0.00 V, max = +0.00 V) ALARM > in13: +0.17 V (min = +0.00 V, max = +0.00 V) ALARM > in14: +0.18 V (min = +0.00 V, max = +0.00 V) ALARM > fan1: 0 RPM (min = 0 RPM) > fan2: 1208 RPM (min = 0 RPM) > fan3: 724 RPM (min = 0 RPM) > fan4: 752 RPM (min = 0 RPM) > fan5: 0 RPM (min = 0 RPM) > SYSTIN: +26.0°C (high = +0.0°C, hyst = +0.0°C) ALARM sensor = thermistor > CPUTIN: +27.0°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor > AUXTIN0: +101.0°C (high = +0.0°C, hyst = +64.0°C) sensor = thermistor > AUXTIN1: +105.0°C (high = +75.0°C, hyst = +0.0°C) sensor = thermistor > AUXTIN2: +105.0°C (high = +64.0°C, hyst = +26.0°C) sensor = thermistor > AUXTIN3: +16.0°C (high = +0.0°C, hyst = +27.0°C) sensor = thermal diode > PCH_CHIP_CPU_MAX_TEMP: +0.0°C > PCH_CHIP_TEMP: +0.0°C > PCH_CPU_TEMP: +0.0°C > PCH_MCH_TEMP: +0.0°C > intrusion0: ALARM > intrusion1: ALARM > ``` > > * `in*` has no min/max values > * `SYSTIN` has no high/hyst values Probably because they are not configured. You'll have to define limits in the sensors configuration file and write the limits into the driver with "sensors -s". > * `AUXTIN0/1/2` has unrealistic values (i don't know what AUXTIN is) AUXTINx are temperature sensor input pins on the NCT6779. Most likely you see odd values because the sensors are not connected to anything on the board. I'll have a look into the driver to make sure the limit registers are correct; I am a bit concerned about the odd values for both "high" and "hyst". > * `intrusion0/1` alarm. (minor, don't actually care) > Does the chassis have intrusion detection headers, and are those connected and operational ? Thanks, Guenter _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors