cyring / CoreFreq

CoreFreq : CPU monitoring and tuning software designed for 64-bit processors.
https://www.cyring.fr
GNU General Public License v2.0
1.97k stars 126 forks source link

Kernel panic with CoreFreq 1.89.3, Intel i7-12700K on MSI PRO Z690-A WIFI #328

Closed BugReporterZ closed 2 years ago

BugReporterZ commented 2 years ago

I am using openSUSE Tumbleweed with kernel 5.16.11. I installed the latest version of CoreFreq from the official openSUSE repositories, which is 1.89.3.

My CPU is an Intel i7-12700K and the motherboard an MSI PRO Z690-A WIFI.

When doing either sudo modprobe corefreqk or sudo systemctl start corefreqd I get a kernel panic (Scroll Lock and Caps Lock LED blink for 90 seconds, then the system reboots).

Is there an issue with either kernel 5.16.x or specifically CoreFreq 1.89.3 ? How can I collect useful information to debug this issue?

cyring commented 2 years ago

I am using openSUSE Tumbleweed with kernel 5.16.11. I installed the latest version of CoreFreq from the official openSUSE repositories, which is 1.89.3.

My CPU is an Intel i7-12700K and the motherboard an MSI PRO Z690-A WIFI.

When doing either sudo modprobe corefreqk or sudo systemctl start corefreqd I get a kernel panic (Scroll Lock and Caps Lock LED blink for 90 seconds, then the system reboots).

Is there an issue with either kernel 5.16.x or specifically CoreFreq 1.89.3 ? How can I collect useful information to debug this issue?

Hello,

Nope, Alder Lake was just not implemented in 1.89.3 Since, ADL hotfix for 1.89.4 is available in the master branch And recently DDR5 for ADL has been pushed into develop branch

Issue #323 is the main thread you should folow about Alder Lake progress.

Regards

BugReporterZ commented 2 years ago

Good to know: then it means there's nothing wrong on my end. I will follow the issue you indicated, thanks.