Not sure if all of the boards/user guides for the P8P67 use the same fan designators but here are the fan mappings for the nct6776 based on my rev B3 board and guide (my ref page 2-27):
PWR_FAN1 --> fan3
CPU_FAN --> fan2
CHA_FAN1 --> fan1
CHA_FAN2 --> fan4
Merge the following lines to sensors3.conf for chip "nct6776-*":
label fan1 "Chassis1"
label fan2 "CPU"
label fan3 "Power"
label fan4 "Chassis2"
Of course you can rename the quoted strings to match your rig. If you don't use a fan then just add for example:
ignore fan3
After running sensors -s, you should get something similar to the following output:
Code:
# sensors
radeon-pci-0100
Adapter: PCI adapter
temp1: +53.0°C
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +65.0°C (high = +80.0°C, crit = +98.0°C)
coretemp-isa-0001
Adapter: ISA adapter
Core 1: +73.0°C (high = +80.0°C, crit = +98.0°C)
coretemp-isa-0002
Adapter: ISA adapter
Core 2: +75.0°C (high = +80.0°C, crit = +98.0°C)
coretemp-isa-0003
Adapter: ISA adapter
Core 3: +65.0°C (high = +80.0°C, crit = +98.0°C)
nct6776-isa-0290
Adapter: ISA adapter
Vcore: +0.94 V (min = +0.99 V, max = +1.26 V) ALARM
+12V: +12.19 V (min = +11.42 V, max = +13.25 V)
AVCC: +3.34 V (min = +3.14 V, max = +3.63 V)
+3.3V: +3.34 V (min = +3.14 V, max = +3.63 V)
+5V: +5.04 V (min = +4.76 V, max = +5.52 V)
3VSB: +3.46 V (min = +3.14 V, max = +3.63 V)
Vbat: +3.38 V (min = +3.14 V, max = +3.63 V)
Chassis: 1284 RPM (min = 200 RPM)
CPU: 2000 RPM (min = 400 RPM)
Disks: 1195 RPM (min = 200 RPM)
MB: +33.0°C (high = +38.0°C, hyst = +35.0°C) sensor = thermistor
CPU: +52.5°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor
PECI Agent 0: +64.0°C
cpu0_vid: +2.050 V
Bob
--bs