LINUX.ORG.RU

Не работает cpufreq

 ,


0

2

cpufreq-info выдает

ilya@x250:~$ cpufreq-info
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
  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: 0.97 ms.
  hardware limits: 500 MHz - 2.10 GHz
  available cpufreq governors: performance, powersave
  current policy: frequency should be within 500 MHz and 2.10 GHz.
                  The governor "powersave" may decide which speed to use
                  within this range.
  current CPU frequency is 1.35 GHz.
analyzing CPU 1:
  driver: intel_pstate
  CPUs which run at the same hardware frequency: 1
  CPUs which need to have their frequency coordinated by software: 1
  maximum transition latency: 0.97 ms.
  hardware limits: 500 MHz - 2.10 GHz
  available cpufreq governors: performance, powersave
  current policy: frequency should be within 500 MHz and 2.10 GHz.
                  The governor "powersave" may decide which speed to use
                  within this range.
  current CPU frequency is 1.31 GHz.
analyzing CPU 2:
  driver: intel_pstate
  CPUs which run at the same hardware frequency: 2
  CPUs which need to have their frequency coordinated by software: 2
  maximum transition latency: 0.97 ms.
  hardware limits: 500 MHz - 2.10 GHz
  available cpufreq governors: performance, powersave
  current policy: frequency should be within 500 MHz and 2.10 GHz.
                  The governor "powersave" may decide which speed to use
                  within this range.
  current CPU frequency is 1.08 GHz.
analyzing CPU 3:
  driver: intel_pstate
  CPUs which run at the same hardware frequency: 3
  CPUs which need to have their frequency coordinated by software: 3
  maximum transition latency: 0.97 ms.
  hardware limits: 500 MHz - 2.10 GHz
  available cpufreq governors: performance, powersave
  current policy: frequency should be within 500 MHz and 2.10 GHz.
                  The governor "powersave" may decide which speed to use
                  within this range.
  current CPU frequency is 800 MHz.

по информации из watch grep \«cpu MHz\» /proc/cpuinfo процессор постоянно работает на 2100Mhz даже когда ничего не выполняет. Батарея расходуется часов за 5, хочется продлить время работы.

sudo cpufreq-set -u 900Ghz ничего не меняет.



Последнее исправление: gal78rus (всего исправлений: 1)

driver: intel_pstate

Это особенность его работы, он либо в минималке либо в турбобусте, у меня поведение такое-же.

Jefail ★★★★
()
Ответ на: комментарий от gal78rus

Судя по выхлопу у тебя доступно 2 говернора perfomance и powersave, дай вывод команды

cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

Jefail ★★★★
()
Ответ на: комментарий от gal78rus

Он всегда работает на максимальной частоты и экономит энергию за счёт cstate.

anonymous
()
Ответ на: комментарий от Jefail
ilya@x250:~$ cpupower frequency-set -g powersave
WARNING: cpupower not found for kernel 3.19.0-31

  You may need to install the following packages for this specific kernel:
    linux-tools-3.19.0-31-generic
    linux-cloud-tools-3.19.0-31-generic

  You may also want to install one of the following packages to keep up to date:
    linux-tools-generic-lts-<series>
    linux-cloud-tools-generic-lts-<series>
ilya@x250:~$ 
gal78rus
() автор топика
Ответ на: комментарий от Jefail

Сейчас систему не трогал и смотрел, стало так же проседать но сразу прыгает 2100 и обратно падает, не держит. Так и должно быть? Хочется ограничить проц, что бы от батареи работал дольше и кулер не включался.

gal78rus
() автор топика
Ответ на: комментарий от gal78rus

Вообще я бы не стал этого делать, ибо у pstate политика «race to idle», ака выполнить работу максимально быстро и свалиться в idle, оно должно работать нормально из коробки.

Jefail ★★★★
()
Ответ на: комментарий от gal78rus

Я понятия не имею как менять говернор через -u, но вам же выхлоп подсказал, какие пакеты поставить надо.

Jefail ★★★★
()
Ответ на: комментарий от Old_Hamster

и в правду, поменял на Mhz и частота стала четко 800 и никуда не прыгает. Спасибо

gal78rus
() автор топика

Такая-же беда, только драйвер acpi-cpufreq. Камень Т8300.

~ $ cpufreq-info
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
  driver: acpi-cpufreq
  CPUs which run at the same hardware frequency: 0
  CPUs which need to have their frequency coordinated by software: 0
  maximum transition latency: 10.0 us.
  hardware limits: 2.40 GHz - 2.40 GHz
  available frequency steps: 2.40 GHz
  available cpufreq governors: conservative, ondemand, userspace, powersave, performance
  current policy: frequency should be within 2.40 GHz and 2.40 GHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 2.40 GHz.
  cpufreq stats: 2.40 GHz:100,00%
analyzing CPU 1:
  driver: acpi-cpufreq
  CPUs which run at the same hardware frequency: 1
  CPUs which need to have their frequency coordinated by software: 1
  maximum transition latency: 10.0 us.
  hardware limits: 2.40 GHz - 2.40 GHz
  available frequency steps: 2.40 GHz
  available cpufreq governors: conservative, ondemand, userspace, powersave, performance
  current policy: frequency should be within 2.40 GHz and 2.40 GHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 2.40 GHz.
  cpufreq stats: 2.40 GHz:100,00%

Alexonline ★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.