lm-sensors

 

 


Install

 

# U16

apt-get install lm-sensors

 


Setup(load modules)

 

# Detect hardware monitoring chips installed in your HW (一問一答的亙動)

sensors-detect

Some south bridges, CPUs or memory controllers contain embedded sensors.
Do you want to scan for them? This is totally safe. (YES/no):
...
AMD Family 12h and 14h thermal sensors...                   No
AMD Family 15h thermal sensors...                           Success!
    (driver `k10temp')
AMD Family 16h thermal sensors...                           No
...

--auto         # Run in automatic, non-interactive mode. Assume default answers to all questions.

執行後它會建議你修改 /etc/modules

...
# sensors-detect
# 相當於自動 "modprobe nct6775"
nct6775

 


sensors-detect

 

# AMD CPU

lsmod | grep k10

k10temp                16384  0        # CPU 溫度

 


Usage

 

i.e.

sensors

nct6776-isa-0290
...
fan1:          2836 RPM  (min =    0 RPM)   # CPU
fan2:          1465 RPM  (min =    0 RPM)   # Motherboard
...
SYSTIN:         +46.0°C  (high =  +0.0°C, hyst =  +0.0°C)  ALARM  sensor = thermistor
CPUTIN:         +57.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermistor
AUXTIN:         -62.5°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermistor

k10temp-pci-00c3
Adapter: PCI adapter
temp1:        +57.6°C  (high = +70.0°C)
                       (crit = +70.0°C, hyst = +69.0°C)

說明

  • SYSTIN = System Temperature Index(南橋)
  • CPUTIN = CPU Temperature Index
  • AUXTIN = Auxiliary Temperature Index(多數沒接探針)

CPUTIN is different from CoreTemp(temp1)

CoreTemp is the sensor on the processor while CPUTIN is motherboard CPU temp sensor.