After installing Kubuntu 20.04 on my laptop, I have the problem that after some time, the CPU randomly gets stuck at 400MHz and doesn't step up resulting in very slow respond times. Surfing, or even writing a document becomes a pain.
I checked many pages (some reporting it might be a kernel bug) and tried different things like:
reinstalling the computer 6-8 times in total now (happens again after some days)
disable thermald service:
systemctl disable thermald.service
disable intel_pstate in
/etc/default/grub
:GRUB_CMDLINE_LINUX_DEFAULT="intel_pstate=disable"
set the cpu governor to performance:
GOVERNOR="performance"
set all CPUs to max:
cpupower frequency-set -d `cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq`
or
cpupower frequency-set -d 2.5GHz
I installed the "Intel P-State and CPUFreq Manager" KDE Widget to monitor and adjust everything to high performance with no effect
Hard and Software info:
$ cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_driver
intel_pstate
intel_pstate
intel_pstate
intel_pstate
$ cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
performance
performance
performance
performance
$ cpupower frequency-info
analyzing CPU 0:
driver: intel_pstate
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: Cannot determine or is not supported.
hardware limits: 400 MHz - 3.10 GHz
available cpufreq governors: performance powersave
current policy: frequency should be within 3.10 GHz and 3.10 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency: Unable to call hardware
current CPU frequency: 400 MHz (asserted by call to kernel)
boost state support:
Supported: yes
Active: yes
$ grep "model name" /proc/cpuinfo
model name : Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz
model name : Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz
model name : Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz
model name : Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz
$ uname -a
Linux kubu 5.4.0-42-generic #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Please help. I tried It's getting really frustrating and I don't know what else I can try :(
cpupower frequency-info
except for 4.00 GHz instead of3.10 GHz
:( – Antti Haapala Oct 29 '20 at 18:16