You are not logged in.
Hello everyone,
since the new linux 6.x the amd_pstate should be integrated in the kernel but my cpupower doesn't lists the governors anymore. Please see screenshot.
My kernel: Linux 14ACN6 6.1.5-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 12 Jan 2023 22:42:33 +0000 x86_64 GNU/Linux
The command "lsmod | grep amd_pstate" doesn't list anything.
Last edited by Lax Lexis (2023-01-14 09:11:41)
Offline
amd_pstate is a built-in so it's expected to not list anything in lsmod. Check dmesg, you may want to boot with amd_pstate="active" on the kernel parameters
Offline
amd_pstate is built in, but it's not the default yet. You need to add amd_pstate=passive to the kernel command line to use it. Note that amd_pstate=active won't do anything until the EPP patches are merged, currently targeting 6.3.
Online
^^^ what he said.
You can verify with cpupower frequency-info ... should show:
driver: amd-pstateOffline
Thanks to all!
amd_pstate is built in, but it's not the default yet. You need to add amd_pstate=passive to the kernel command line to use it. Note that amd_pstate=active won't do anything until the EPP patches are merged, currently targeting 6.3.
"amd_pstate=passive" did it. ![]()
Offline