Your message dated Thu, 31 Aug 2023 10:27:12 +0100 with message-id <[email protected]> and subject line thermald: Comet Lake CPUID family:model:stepping 0x6:a5:2 (6:165:2) is not included has caused the Debian Bug report #970686, regarding thermald: Comet Lake CPUID family:model:stepping 0x6:a5:2 (6:165:2) is not included to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 970686: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970686 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: thermald Version: 1.9.1-1ubuntu0.3 Severity: normal Dear Maintainer, * The thermald failed to start, the journalctl log shows the CPU is not supported Sep 15 17:07:00 ubuntu thermald[1089]: [WARN]Unsupported cpu model, use thermal-conf.xml file or run with --ignore-cpuid-check Sep 15 17:07:00 ubuntu thermald[1089]: [ERR]THD engine start failed Sep 15 17:07:00 ubuntu systemd[1]: thermald.service: Succeeded. * Create a upstream bug, and upsteam maintainer recognized https://github.com/intel/thermal_daemon/issues/275 * Upstream maintainer create commit for adding lost CPUID https://github.com/intel/thermal_daemon/commit/7f2003ee911dd1c97ff74d2b84c62e10950bc9e0 * Need to backport from upstream to support Comet Lake and Rocket Lake in the future -- System Information: Debian Release: bullseye/sid APT prefers focal-updates APT policy: (500, 'focal-updates'), (500, 'focal-security'), (500, 'focal'), (100, 'focal-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.6.0-1027-oem (SMP w/8 CPU cores) Kernel taint flags: TAINT_FIRMWARE_WORKAROUND Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages thermald depends on: ii libc6 2.31-0ubuntu9 ii libdbus-1-3 1.12.16-2ubuntu2.1 ii libdbus-glib-1-2 0.110-5fakssync1 ii libgcc-s1 10-20200411-0ubuntu1 ii libglib2.0-0 2.64.3-1~ubuntu20.04.1 ii libstdc++6 10-20200411-0ubuntu1 ii libxml2 2.9.10+dfsg-5 ii lsb-base 11.1.0ubuntu2 thermald recommends no packages. thermald suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---This was fixed in thermald v2.4 with the following commit: commit 7f2003ee911dd1c97ff74d2b84c62e10950bc9e0 Author: Srinivas Pandruvada <[email protected]> Date: Thu Sep 17 10:16:39 2020 -0700 Added Cometlake and Rocketlake CPU models diff --git a/src/thd_engine.cpp b/src/thd_engine.cpp index 4f86549..562c49e 100644 --- a/src/thd_engine.cpp +++ b/src/thd_engine.cpp @@ -694,6 +694,9 @@ static supported_ids_t id_table[] = { { 6, 0x7e }, // Icelake { 6, 0x8c }, // Tigerlake_L { 6, 0x8d }, // Tigerlake + { 6, 0xa5 }, // Cometlake + { 6, 0xa6 }, // Cometlake_L + { 6, 0xa7 }, // Rocketlake { 0, 0 } // Last Invalid entry }; Regards, Colin
--- End Message ---

