You are not logged in.
I'm having a recent issue with powertop. Every time I launch the program, it prints this for a split second:
modprobe cpufreq_stats failedAs a result, all of the stats get replaced with this:
Summary: -nan wakeups/second, -nan GPU ops/seconds, -nan VFS ops/sec and -0.0% CPU useAlso, it seems that because of this, the program fails to take any measurements. I left it running on battery for minutes and it still has zero measurements.
I tried installing linux-headers, but that's already installed.
I tried to modprobe myself, but that just results in this:
modprobe: FATAL: Module cpufreq_stats not found in directory /lib/modules/7.0.5-arch1-1Any pointers would be appreciated. I'm clearly overlooking something simple here.
Last edited by thesupertechie (2026-05-15 02:38:42)
Hardware:
HP Envy Laptop 16-h1055cl (32 GB RAM, Intel Core i7-13700H, NVIDIA GeForce RTX 4060 Laptop GPU)
Offline
modprobe cpufreq_stats failed
That's ok. Powertop mistakenly assumes cpufreq_status is a module but in Arch kernel it is linked statically.
As a result, all of the stats get replaced with this
It's not because of modprobe failure. Powertop-2.15 released 3.5 years ago and probably not in sync with modern sysfs layout for some CPU drivers. Try powertop-git.
Last edited by dimich (2026-05-14 07:29:57)
Offline
The error still appears, but the missing stats now appear and it can take measurements. Thanks!
Hardware:
HP Envy Laptop 16-h1055cl (32 GB RAM, Intel Core i7-13700H, NVIDIA GeForce RTX 4060 Laptop GPU)
Offline