Comment 12 for bug 2028217

Revision history for this message
koba (kobako) wrote : Re: [Bug 2028217] Re: MTL: Add support for Meteor Lake

Verified,
~~~
$ sudo systemctl status thermald
● thermald.service - Thermal Daemon Service
     Loaded: loaded (/lib/systemd/system/thermald.service; enabled;
vendor preset: enabled)
     Active: active (running) since Wed 2023-09-13 17:42:10 CST; 4min 19s ago
   Main PID: 1053 (thermald)
      Tasks: 2 (limit: 8916)
     Memory: 1.0M
        CPU: 29ms
     CGroup: /system.slice/thermald.service
             └─1053 /usr/sbin/thermald --systemd --dbus-enable --adaptive

Sep 13 17:42:10 ubuntu thermald[1053]: 32 CPUID levels;
family:model:stepping 0x6:aa:2 (6:170:2)
Sep 13 17:42:10 ubuntu thermald[1053]: NO RAPL sysfs present
Sep 13 17:42:10 ubuntu thermald[1053]: 32 CPUID levels;
family:model:stepping 0x6:aa:2 (6:170:2)
Sep 13 17:42:10 ubuntu thermald[1053]: sensor id 11 : No temp sysfs
for reading raw temp
Sep 13 17:42:10 ubuntu thermald[1053]: sensor id 11 : No temp sysfs
for reading raw temp
Sep 13 17:42:10 ubuntu thermald[1053]: sensor id 11 : No temp sysfs
for reading raw temp
Sep 13 17:42:10 ubuntu thermald[1053]: Config file
/etc/thermald/thermal-conf.xml does not exist
Sep 13 17:42:10 ubuntu thermald[1053]: Config file
/etc/thermald/thermal-conf.xml does not exist
Sep 13 17:42:10 ubuntu thermald[1053]: Config file
/etc/thermald/thermal-conf.xml does not exist
Sep 13 17:42:10 ubuntu thermald[1053]: Polling mode is enabled: 4

~~~
$ uname -a
Linux ubuntu 6.2.0-34-generic #34~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC
Thu Sep 7 13:12:03 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
ubuntu@ubuntu:~$ sudo apt policy thermald
thermald:
  Installed: 2.4.9-1ubuntu0.4
  Candidate: 2.4.9-1ubuntu0.4
  Version table:
 *** 2.4.9-1ubuntu0.4 500
        500 http://tw.archive.ubuntu.com/ubuntu jammy-proposed/main
amd64 Packages
        100 /var/lib/dpkg/status
     2.4.9-1ubuntu0.3 500
        500 http://tw.archive.ubuntu.com/ubuntu jammy-updates/main
amd64 Packages
     2.4.9-1 500
        500 http://tw.archive.ubuntu.com/ubuntu jammy/main amd64 Packages

~~~