Hi! Here is the config file I could create for my ASUS P9D-X: # cat sensors.d/p9d-x.conf -------------------------- chip "nct6779-*" # nct6779 values for Asus P9D-X label in0 "Vcore" set in0_min 1.45 set in0_max 1.80 label in1 "+12V" compute in1 @ * 12, @ / 12 set in1_min 12 * 0.95 set in1_max 12 * 1.05 label in2 "AVCC" set in2_min 3.3 * 0.95 set in2_max 3.3 * 1.05 label in3 "+3.3V" set in3_min 3.3 * 0.95 set in3_max 3.3 * 1.05 label in4 "+5V" compute in4 @ * 5, @ / 5 set in4_min 5 * 0.95 set in4_max 5 * 1.05 # always reads +2.04V, ignoring ignore in5 ignore in6 label in7 "3VSB" set in7_min 3.3 * 0.95 set in7_max 3.3 * 1.05 label in8 "Vbat" set in8_min 3.3 * 0.95 set in8_max 3.3 * 1.05 ignore in9 ignore in10 ignore in11 label in12 "VDDQ" set in12_min 1.5 * 0.95 set in12_max 1.5 * 1.05 ignore in13 ignore in14 label temp1 "MB" set temp1_max 50 set temp1_max_hyst 40 ignore temp2 label temp3 "MB's CPU sensor" ignore temp4 ignore temp5 ignore temp6 label fan1 "Rear Fan" label fan2 "CPU Fan" set fan2_min 500 label fan3 "Front Fan 1" label fan4 "Front Fan 2" label fan5 "Front Fan 3" # Ignore these fans if not present #ignore fan1 #ignore fan3 #ignore fan4 #ignore fan5 ignore intrusion0 ignore intrusion1 _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors