Hello.
**The problem
**CPU can’t reach its maximum frequency. It can only scale up to 1.92GHZ, as reported by
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
1920000
and cpupower -c all frequency-info
It affects all cores
**Some Information
**Lenovo G400s (Link in spanish, but it has the specs)
CPU Model: Intel(R) Core™ i3-3110M
Max Freq: 2.4GHZ as reported by lscpu and cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq
Min Freq: 1.2GHZ as reported by lscpu and cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq
Kernel: 4.5.0-3-default
Governors: performance, powersave
Driver: Intel_pstate
This problem is not present in Windows 10. It reaches 2.4GHZ
This problem is present in Manjaro (kernel 4.4.4). Stuck in 1.92 GHZ too
**
Things I have tried
**#cpupower -c all frequency-set -g 2.4 GHZ : Doesn’t work
echo 2400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq : Doesn’t work. It remains at 1920000 without changing.
Using performance governor: Still stuck at 1.92GHZ
Thanks