$ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +59.0°C (crit = +127.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +60.0°C (high = +87.0°C, crit = +105.0°C)
Core 0: +57.0°C (high = +87.0°C, crit = +105.0°C)
Core 1: +60.0°C (high = +87.0°C, crit = +105.0°C)
$ find /sys/class/hwmon/* -exec echo -n "{}: " \; -exec cat {}/name \;
/sys/class/hwmon/hwmon0: acpitz
/sys/class/hwmon/hwmon1: coretemp
Çıktılar bu şekilde. Qtfan programını kurdum fakat açılan pencerede fan ayarına dair bir şey yok bomboş. Sanırım fanı görmüyor.