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 nct6775
modprobe nct6775
lsmod | grep k10
k10temp 16384 0 # CPU 溫度
Usage
i.e.
sensors
nct6776-isa-0290 ... fan1: 2967 RPM (min = 0 RPM) fan2: 2601 RPM (min = 0 RPM) fan3: 1365 RPM (min = 0 RPM) k10temp-pci-00c3 Adapter: PCI adapter temp1: +17.6°C (high = +70.0°C) (crit = +70.0°C, hyst = +69.0°C) ...