I have an 8xIntel Core i7-8705G CPU at 3.10GHz.
For some time now I have had to resort to using the Kernel 5.7 to get my CPU at the correct frequency instead of 800MHz. I have already filed a bug report on the 31 Aug 20 and nothing has been acknowledged.
The output that I get is:
I am not sure if the problem is caused by the "intel_pstate" value in the 5.8 kernel being "passive". I have tried editing the grub menu without success to increase the CPU frequency.
If the pstate value is the reason, I believe that I need to pass "intel_pstate=active" parameter to the kernel. Does anyone know how to do this?
Alternately, is there some fix in the system to solve this problem, that I need to wait for?
For some time now I have had to resort to using the Kernel 5.7 to get my CPU at the correct frequency instead of 800MHz. I have already filed a bug report on the 31 Aug 20 and nothing has been acknowledged.
The output that I get is:
Code:
[FONT=monospace][COLOR=#000000]:~$ cat /proc/cpuinfo | grep "MHz" [/COLOR] cpu MHz : 800.014 cpu MHz : 800.020 cpu MHz : 800.015 cpu MHz : 800.011 cpu MHz : 800.019 cpu MHz : 800.018 cpu MHz : 800.011 cpu MHz : 800.024[/FONT]
If the pstate value is the reason, I believe that I need to pass "intel_pstate=active" parameter to the kernel. Does anyone know how to do this?
Alternately, is there some fix in the system to solve this problem, that I need to wait for?
Comment