On Wed, Sep 25, 2013 at 04:59:04PM +0200, Kent Larsson wrote: > I use sensors version 3.3.2 with libsensors version 3.3.2. I have some > sensors controlled by nct6776-isa-0290 which produce ALARM even though they > should not. For the most part I can get it to work by setting _min and _max > or ignoring the sensor. But I have one sensor I have been unable to "fix". > > sensors > ... > nct6776-isa-0290 > ... > SYSTIN: +31.0°C (high = +0.0°C, hyst = +0.0°C) ALARM > sensor = thermistor > ... > > I have this /etc/sensors.d/custom > chip "nct6776-isa-0290" > ignore fan3 > ignore fan4 > ignore fan5 > ignore intrusion0 > ignore intrusion1 > ignore in5 > ignore SYSTIN > label fan1 "Chassis Fan 1" > label fan2 "CPU Fan" > set fan1_min 500 > set fan2_min 300 > set in1_min 0.612 > set in1_max 1.428 > set in4_min 0.606 > set in4_max 1.414 > > I have tried > > set SYSTIN_high 80.0 > set SYSTIN_hyst 75.0 > > But then sudo sensors -s gives me > > Error: File /etc/sensors.d/custom, line 17: Unknown feature name > Error: File /etc/sensors.d/custom, line 18: Unknown feature name > nct6776-isa-0290: No such subfeature known > > When that didn't work I tried > > ignore SYSTIN > > In that case sudo sensors -s does not complain, but the SYSTIN line still > shows up. > > Am I doing something wrong? > Hi Kent, you need to use raw attribute names in the configuration file, not symbolic names. Use sensors -u to get the raw attribute names. That will most likely be temp1 for SYSTIN. Whatever it is, replace SYSTIN in the config file with it. Hope this helps, Guenter _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors