added module MTK_TERMAL, but no success…
root@bpi-r2:~# modprobe mtk-thermal
root@bpi-r2:~# lsmod
Module Size Used by
i2c_dev 20480 0
mt76x2e 61440 0
mt76 32768 1 mt76x2e
mtk_thermal 16384 0
thermal_sys 61440 1 mtk_thermal
pwm_mediatek 16384 0
ip_tables 24576 0
x_tables 28672 1 ip_tables
ipv6 409600 18
root@bpi-r2:~# sensors-detect
# sensors-detect revision 6284 (2015-05-31 14:00:33 +0200)
# Kernel: 4.14.11-00002-ga352d6b armv7l
# Processor: ARMv7 Processor rev 3 (v7l) (//)
This program will help you determine which kernel modules you need
to load to use lm_sensors most effectively. It is generally safe
and recommended to accept the default answers to all questions,
unless you know what you're doing.
Some south bridges, CPUs or memory controllers contain embedded sensors.
Do you want to scan for them? This is totally safe. (YES/no):
modprobe: FATAL: Module cpuid not found in directory /lib/modules/4.14.11-00002b
Failed to load module cpuid.
Silicon Integrated Systems SIS5595... No
VIA VT82C686 Integrated Sensors... No
VIA VT8231 Integrated Sensors... No
AMD K8 thermal sensors... No
AMD Family 10h thermal sensors... No
AMD Family 11h thermal sensors... No
AMD Family 12h and 14h thermal sensors... No
AMD Family 15h thermal sensors... No
AMD Family 16h thermal sensors... No
AMD Family 15h power sensors... No
AMD Family 16h power sensors... No
Intel digital thermal sensor... No
Intel AMB FB-DIMM thermal sensor... No
Intel 5500/5520/X58 thermal sensor... No
VIA C7 thermal sensor... No
VIA Nano thermal sensor... No
Lastly, we can probe the I2C/SMBus adapters for connected hardware
monitoring devices. This is the most risky part, and while it works
reasonably well on most systems, it has been reported to cause trouble
on some systems.
i’ve found no config-option for CPUID, only CPUIDLE for different platforms…
searched also through sysfs and tried that which seems also not correct:
root@bpi-r2:~# cat /sys/class/thermal/thermal_zone0/temp
0
maybe it needs this:
Symbol: CPU_THERMAL [=n]
Prompt: generic cpu cooling support
?