This is a cache of https://discuss.96boards.org/t/missing-cpufreq-driver-in-debian/5414. It is a snapshot of the page at 2024-09-19T09:01:18.473+0000.
Missing CPUFreq driver in <strong>debian</strong> - HiKey - 96Boards Forum

Missing CPUFreq driver in debian

There is no cpufreq folder under /sys/devices/system/cpu/cpu*/ & cpufreq-info shows that

analyzing CPU 0:
  no or unknown cpufreq driver is active on this CPU

And there is no cpudriver under /lib/modules/4.15-hikey/kernel/arch/arm64

So can I get the real-time cpu frequency somewhere else? My system version is

Linux linaro-developer 4.15-hikey #1 SMP PREEMPT Sat Mar 10 22:41:04 UTC 2018 aarch64 GNU/Linux

The debian build is just a snapshot build and does not have full hardware enablement. I don’t think any cpufreq driver exists for the kernel included by default.

1 Like

I followed this link Using a different kernel with debian & used this version of snapshots .
It works! Thx a lot!