Não é possível escalar freqüências, sempre salta para o menor

2

O título praticamente explica isso. Eu sei que isso não é um problema de hardware. CPU é um Intel Core Duo

Saída de cpufreq-info :

cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to [email protected], 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: 800 MHz - 2.40 GHz
  available frequency steps: 2.40 GHz, 2.40 GHz, 1.60 GHz, 800 MHz
  available cpufreq governors: conservative, ondemand, userspace, powersave, performance
  current policy: frequency should be within 800 MHz and 800 MHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 800 MHz.
  cpufreq stats: 2.40 GHz:-nan%, 2.40 GHz:-nan%, 1.60 GHz:-nan%, 800 MHz:-nan%  (1)
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: 800 MHz - 2.40 GHz
  available frequency steps: 2.40 GHz, 2.40 GHz, 1.60 GHz, 800 MHz
  available cpufreq governors: conservative, ondemand, userspace, powersave,     performance
  current policy: frequency should be within 800 MHz and 800 MHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 800 MHz.
  cpufreq stats: 2.40 GHz:-nan%, 2.40 GHz:-nan%, 1.60 GHz:-nan%, 800 MHz:-nan%  (1)

Eu preciso que minha CPU volte para atingir sua marca de 2,4 GHz. Alguém pode me ajudar com isso?

    
por Kaz Wolfe 07.01.2014 / 02:34

1 resposta

2

Aparentemente, a Dell usa um chip que regula a energia da CPU.

Se alguém estiver usando um carregador não autorizado, os PCs da Dell bloquearão a energia da CPU. Esta é uma maneira ruim de forçá-lo a comprar apenas carregadores OEM.

Para consertá-lo, é necessário editar o arquivo /etc/default/grub . Na linha GRUB_CMDLINE_LINUX_DEFAULT , adicione processor.ignore_ppc=1 após splash , mas antes do fechamento " .

(Ex: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash processor.ignore_ppc=1" )

(Src)

    
por Kaz Wolfe 07.01.2014 / 02:37