If the "sensors" command only gives you core temp...
Code: Select all
sudo sensors-detect
Code: Select all
...
Trying family `VIA/Winbond/Nuvoton/Fintek'... Yes
Found unknown chip with ID 0xd121
(logical device B has address 0x290, could be sensors)
Probing for Super-I/O at 0x4e/0x4f
...
Code: Select all
sudo modprobe -v nct6775
Code: Select all
$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +27.8°C (crit = +119.0°C)
temp2: +29.8°C (crit = +119.0°C)
nct6793-isa-0290
Adapter: ISA adapter
in0: +0.37 V (min = +0.00 V, max = +1.74 V)
in1: +1.01 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.33 V (min = +0.00 V, max = +0.00 V) ALARM
in4: +1.02 V (min = +0.00 V, max = +0.00 V) ALARM
in5: +0.15 V (min = +0.00 V, max = +0.00 V) ALARM
in6: +0.86 V (min = +0.00 V, max = +0.00 V) ALARM
in7: +3.38 V (min = +0.00 V, max = +0.00 V) ALARM
in8: +3.10 V (min = +0.00 V, max = +0.00 V) ALARM
in9: +0.99 V (min = +0.00 V, max = +0.00 V) ALARM
in10: +0.15 V (min = +0.00 V, max = +0.00 V) ALARM
in11: +0.13 V (min = +0.00 V, max = +0.00 V) ALARM
in12: +0.14 V (min = +0.00 V, max = +0.00 V) ALARM
in13: +0.12 V (min = +0.00 V, max = +0.00 V) ALARM
in14: +0.14 V (min = +0.00 V, max = +0.00 V) ALARM
fan1: 0 RPM (min = 0 RPM)
fan2: 291 RPM (min = 0 RPM)
fan3: 295 RPM (min = 0 RPM)
fan4: 0 RPM (min = 0 RPM)
fan5: 0 RPM (min = 0 RPM)
fan6: 0 RPM
SYSTIN: +118.0°C (high = +98.0°C, hyst = +95.0°C) sensor = thermistor
CPUTIN: +33.5°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor
AUXTIN0: +34.0°C sensor = thermistor
AUXTIN1: +111.0°C sensor = thermistor
AUXTIN2: +109.0°C sensor = thermistor
AUXTIN3: +109.0°C sensor = thermistor
PECI Agent 0: +27.0°C (high = +98.0°C, hyst = +95.0°C)
(crit = +100.0°C)
PECI Agent 0 Calibration: +34.5°C
PCH_CHIP_CPU_MAX_TEMP: +0.0°C
PCH_CHIP_TEMP: +0.0°C
intrusion0: ALARM
intrusion1: ALARM
beep_enable: disabled
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +28.0°C (high = +84.0°C, crit = +100.0°C)
Core 0: +26.0°C (high = +84.0°C, crit = +100.0°C)
Core 1: +25.0°C (high = +84.0°C, crit = +100.0°C)
Core 2: +24.0°C (high = +84.0°C, crit = +100.0°C)
Core 3: +24.0°C (high = +84.0°C, crit = +100.0°C)
asus-isa-0000
Adapter: ISA adapter
cpu_fan: 0 RPM
then I set it up to load the module automatically on startup:
Code: Select all
gksudo pluma /etc/modules
Code: Select all
# Sensors
nct6775