i5-4200U的最高睿频是2.6Ghz 为什么scaling_available_frequencies
Tofloor
poster avatar
leonardo520
deepin
2017-11-28 16:18
Author
i5-4200U的最高睿频是2.6Ghz 为什么scaling_available_frequencies显示最高频率是2301000?不应该还有个2600000吗?

2301000 2300000 2200000 2100000 2000000 1800000 1700000 1600000 1500000 1400000 1300000 1200000 1000000 900000 800000 759000

Reply Favorite View the author
All Replies
avatar
leonardo520
deepin
2017-11-28 21:13
#1
自己顶一下,再没大神解答一下,就去Google找找答案
Reply View the author
avatar
186******51
deepin
2017-11-28 21:25
#2
同问,i7-5500U默频2.4GHz,最高睿频3.0GHz,scaling_available_frequencies里最高只有2401000
Reply View the author
avatar
leonardo520
deepin
2017-11-28 22:06
#3
https://bbs.deepin.org/post/149111
同问,i7-5500U默频2.4GHz,最高睿频3.0GHz,scaling_available_frequencies里最高只有2401000 ...第一步:检查/sys/devices/system/cpu/cpu0/cpufreq/bios_limit中的值是否正常,如果你检查后发现并没有不正确的BIOS设置,而且你也十分清楚自己在做什么以及可能导致的结果,你还可以选择让内核忽略BIOS限制.
修改/sys/module/processor/parameters/ignore_ppc值从0到1
第二步:修改grub
编辑 /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
改成
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash processor.ignore_ppc=1"
然后执行下面的命令更新grub:
sudo update-grub
最后重启电脑
重启电脑后进入/sys/devices/system/cpu/cpufreq/policy0,1,2,3查看这个几个scaling_max_freq是否都自动变成最高频率,如果已经自动变成最高频率那么此次任务已完成;如果没有,那就执行第三步;

Reply View the author
avatar
leonardo520
deepin
2017-11-28 22:07
#4
本帖最后由 leonardo520 于 2017-11-28 14:08 编辑
https://bbs.deepin.org/post/149111
redchenjs 发表于 2017-11-28 13:25
同问,i7-5500U默频2.4GHz,最高睿频3.0GHz,scaling_available_freque ...

sorry, 好像这个方案也解决不了你的问题
Reply View the author
avatar
sogaman
deepin
2017-11-28 22:11
#5
你算好的了,我的8550u最高睿频应该到4(win下能达到),deepin下只有2.01
Reply View the author
avatar
leonardo520
deepin
2017-11-28 22:53
#6
https://bbs.deepin.org/post/149111
你算好的了,我的8550u最高睿频应该到4(win下能达到),deepin下只有2.01

你查一下
/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies显示最高频率是多少,

再看一下/sys/devices/system/cpu/cpu0/cpufreq/bios_limit 里的频率是多少

Reply View the author
avatar
sogaman
deepin
2017-11-29 08:44
#7
https://bbs.deepin.org/post/149111
你查一下
/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies显示最高频率是多少,

gg@gg-PC:~$ cat /sys/devices/system/cpu/cpu0/cpufreq/bios_limit
2001000
gg@gg-PC:~$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
2001000 2000000 1900000 1800000 1700000 1500000 1400000 1300000 1200000 1100000 1000000 800000 700000 600000 500000 400000
Reply View the author
avatar
leonardo520
deepin
2017-11-29 23:46
#8
https://bbs.deepin.org/post/149111
gg@gg-PC:~$ cat /sys/devices/system/cpu/cpu0/cpufreq/bios_limit
2001000
gg@gg-PC:~$ cat /sys/devic ...

你这里显示频率被双重限制了,首先bios_limit 限制你的最高频率,再者scaling_available_frequencies里也限制你的最高频率。即使你按照我的方法突破bios_limit的限制,也无法突破scaling_available_frequencies的限制。具体怎么突破scaling_available_frequencies的限制我也在找答案
Reply View the author