cpufreq-set -g 性能在 arch linux 上不起作用

cpufreq-set -g 性能在 arch linux 上不起作用

acpi-cpufreq已经加载了,现在频率都是800MHz,我无法让它回到全速,即2500MHz。

我试过了cpufreq-set -g performance,然后我检查/proc/cpuinfo,它仍然是800MHz

有什么不对的吗 ?

更新

它是一个 i5 CPU ,部分 CPU 信息如下:

processor   : 3
vendor_id   : GenuineIntel
cpu family  : 6
model       : 42
model name  : Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz
stepping    : 7
microcode   : 0x25
cpu MHz     : 800.000
cache size  : 3072 KB
physical id : 0
siblings    : 4
core id     : 1
cpu cores   : 2
apicid      : 3
initial apicid  : 3
fpu     : yes
fpu_exception   : yes
cpuid level : 13
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid
bogomips    : 4986.76
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

答案1

好吧,据说这是 Thinkpad 的一个错误,

当你的电池拔掉,并连接到高于65W的交流电源时,频率会卡在最低,检查/sys/devices/system/cpu/cpuX/cpufreq/bios_limit,看是否卡住。

来源:http://www.thinkwiki.org/wiki/Problem_with_CPU_frequency_scaling

我通过传递内核参数解决了这个问题:processor.ignore_ppc=1

相关内容