Nowe posty

Autor Wątek: Wolna praca ubuntu 14.04 LTS na HP 8540W  (Przeczytany 14949 razy)

Offline kenpo

  • Users
  • Stały bywalec
  • ***
  • Wiadomości: 216
    • Zobacz profil
Wolna praca ubuntu 14.04 LTS na HP 8540W
« Odpowiedź #15 dnia: 2014-10-17, 20:29:58 »
U mnie pojawiły się tylko trzy kroki. Poza tym najwyższy to 2.67 GHz. Zastanawiam się dlaczego nie 2.80GHz.
Robiłem to tak:
sudo apt-get install install cpufrequtils

sudo nano /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

lp

# Generated by sensors-detect on Thu Jul  5 10:47:57 2012
# Chip drivers
coretemp
it87

# Generated by sensors-detect on Mon Oct 13 18:04:36 2014
# Chip drivers
coretemp
it87

cpufreq_conservative
cpufreq_ondemand
cpufreq_powersave
cpufreq_stats
cpufreq_userspace
[Module from Step 3]

cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
conservative ondemand userspace powersave performance

sudo -s
echo conservative > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo conservative > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor

sudo nano /etc/sysfs.conf

devices/system/cpu/cpu0/cpufreq/scaling_governor=ondemand
devices/system/cpu/cpu1/cpufreq/scaling_governor=ondemand

cpufreq-info
cpufrequtils 007: 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: 160 us.
  hardware limits: 1.60 GHz - 2.67 GHz
  available frequency steps: 2.67 GHz, 2.13 GHz, 1.60 GHz
  available cpufreq governors: conservative, ondemand, userspace, powersave, performance
  current policy: frequency should be within 1.60 GHz and 2.67 GHz.
                  The governor "conservative" may decide which speed to use
                  within this range.
  current CPU frequency is 1.60 GHz.
  cpufreq stats: 2.67 GHz:4,11%, 2.13 GHz:0,95%, 1.60 GHz:94,94%  (398)
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: 160 us.
  hardware limits: 1.60 GHz - 2.67 GHz
  available frequency steps: 2.67 GHz, 2.13 GHz, 1.60 GHz
  available cpufreq governors: conservative, ondemand, userspace, powersave, performance
  current policy: frequency should be within 1.60 GHz and 2.67 GHz.
                  The governor "conservative" may decide which speed to use
                  within this range.
  current CPU frequency is 1.60 GHz.
  cpufreq stats: 2.67 GHz:3,23%, 2.13 GHz:0,23%, 1.60 GHz:96,55%  (312)