Comment 25 for bug 2038288

Revision history for this message
Anaggh S (anaggh) wrote :

@koba

sudo apt install autoconf autoconf-archive g++ libglib2.0-dev libdbus-1-dev libdbus-glib-1-dev libxml2-dev gtk-doc-tools libupower-glib-dev liblzma-dev libevdev-dev

git clone https://github.com/intel/thermal_daemon.git
cd thermal_daemon

./autogen.sh prefix=/

make

# Stop Default thermald
sudo systemctl stop thermald.service

sudo ./thermald --no-daemon --adaptive

[1698899279][MSG]22 CPUID levels; family:model:stepping 0x6:8e:a (6:142:10)
[1698899279][MSG]22 CPUID levels; family:model:stepping 0x6:8e:a (6:142:10)
[1698899279][MSG]sensor id 13 : No temp sysfs for reading raw temp
[1698899279][MSG]sensor id 13 : No temp sysfs for reading raw temp
[1698899279][MSG]sensor id 13 : No temp sysfs for reading raw temp
*** stack smashing detected ***: terminated
Aborted