максимальная частота процессора
Я пытаюсь изменить максимальную частоту процессора. Я пробовал с tlp, cpupower и решением на этом же форуме (тот, который идет: for x в /sys/devices/system/cpu/*/cpufreq/; do echo 1700000 | sudo tee $x/scaling_max_freq; done )
Ни один из них не помог мне. У меня диапазон частот установлен от 0,8 до 2,2 ГГц. Я хочу изменить максимальную частоту. это информация от cpupower:
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: 800 MHz - 2.20 GHz
available cpufreq governors: performance powersave
current policy: frequency should be within 800 MHz and 2.20 GHz.
The governor "powersave" may decide which speed to use
within this range.
current CPU frequency: Unable to call hardware
current CPU frequency: 800 MHz (asserted by call to kernel)
boost state support:
Supported: no
Active: no
ПОЖАЛУЙСТА, ПОМОГИТЕ МНЕ! Благодарность! :)