Author Topic: Help with cpufreq please  (Read 1447 times)

Offline Aleph

  • Sr. Member
  • ****
  • Posts: 359
Re: Help with cpufreq please
« Reply #30 on: November 09, 2012, 03:47:47 PM »
Sorry FF, I did one more time and doesn't work:

in root terminal :   modprobe p4-clockmod

cpufreq-set -c 0 -g conservative -d 667mhz -u 2670mhz

cpufreq-set -c 1 -g conservative -d 667mhz -u 2670mhz

cpufreq-set -c 2 -g conservative -d 667mhz -u 2670mhz

cpufreq-set -c 3 -g conservative -d 667mhz -u 2670mhz

cpufreq-info

Code: [Select]
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: p4-clockmod
  CPUs which run at the same hardware frequency: 0
  CPUs which need to have their frequency coordinated by software: 0
  maximum transition latency: 10.00 ms.
  hardware limits: 333 MHz - 2.67 GHz
  available frequency steps: 333 MHz, 667 MHz, 1000 MHz, 1.33 GHz, 1.67 GHz, 2.00 GHz, 2.33 GHz, 2.67 GHz
  available cpufreq governors: ondemand, conservative, powersave, userspace, performance
  current policy: frequency should be within 667 MHz and 2.67 GHz.
                  The governor "performance" may decide which speed to use
                  within this range.
  current CPU frequency is 2.67 GHz (asserted by call to hardware).
analyzing CPU 1:
  driver: p4-clockmod
  CPUs which run at the same hardware frequency: 1
  CPUs which need to have their frequency coordinated by software: 1
  maximum transition latency: 10.00 ms.
  hardware limits: 333 MHz - 2.67 GHz
  available frequency steps: 333 MHz, 667 MHz, 1000 MHz, 1.33 GHz, 1.67 GHz, 2.00 GHz, 2.33 GHz, 2.67 GHz
  available cpufreq governors: ondemand, conservative, powersave, userspace, performance
  current policy: frequency should be within 667 MHz and 2.67 GHz.
                  The governor "performance" may decide which speed to use
                  within this range.
  current CPU frequency is 2.67 GHz (asserted by call to hardware).
analyzing CPU 2:
  driver: p4-clockmod
  CPUs which run at the same hardware frequency: 2
  CPUs which need to have their frequency coordinated by software: 2
  maximum transition latency: 10.00 ms.
  hardware limits: 333 MHz - 2.67 GHz
  available frequency steps: 333 MHz, 667 MHz, 1000 MHz, 1.33 GHz, 1.67 GHz, 2.00 GHz, 2.33 GHz, 2.67 GHz
  available cpufreq governors: ondemand, conservative, powersave, userspace, performance
  current policy: frequency should be within 667 MHz and 2.67 GHz.
                  The governor "performance" may decide which speed to use
                  within this range.
  current CPU frequency is 2.67 GHz (asserted by call to hardware).
analyzing CPU 3:
  driver: p4-clockmod
  CPUs which run at the same hardware frequency: 3
  CPUs which need to have their frequency coordinated by software: 3
  maximum transition latency: 10.00 ms.
  hardware limits: 333 MHz - 2.67 GHz
  available frequency steps: 333 MHz, 667 MHz, 1000 MHz, 1.33 GHz, 1.67 GHz, 2.00 GHz, 2.33 GHz, 2.67 GHz
  available cpufreq governors: ondemand, conservative, powersave, userspace, performance
  current policy: frequency should be within 667 MHz and 2.67 GHz.
                  The governor "performance" may decide which speed to use
                  within this range.
  current CPU frequency is 2.67 GHz (asserted by call to hardware).

Offline Yankee

  • Hero Member
  • *****
  • Posts: 1477
  • In theory, theory=practice, in practice ???
Re: Help with cpufreq please
« Reply #31 on: November 09, 2012, 04:10:41 PM »
Well then we have  options.

Switch back to Enhanced Speedstep, use conservative,
and you will idle at 2ghz and step up to 2.67 ghz with cpu usage.
You should see conservative and current speed 2 Ghz.

Switch back to Enhanced Speedstep, use a performance
governor command to permanently lower the overall speed
until changed,  which appears to be 2 ghz at the lowest.

That would be done by modifying the present commands in rc.local
somewhat.

Or, leave as is originally set and run at full speed deleting the entries in rc.local
by placing a # in front of each line.

The p4-clockmod appears to only invoke the performance governor,
no harm done.   Not completely compatible with that hardware.

The first option appears the best if you want some speed relief.    

Thanks for you patience but it appears hardware is hardware.
Any further questions post back then.

regards,

FF
« Last Edit: November 09, 2012, 04:24:38 PM by Ferdes Fides »
ASUS EeePc 900HA netbook  1.6 Ghz Atom CPU  1GB RAM
160 GB internal HD    Seagate 250 GB USB portable drive 
Intel ‎Mobile 945GSE Integrated Graphics Controller
Atheros AR242x/AR542x Wireless Network Adapter
Intel (N10/ICH7 Family) High Definition Audio
Dynex 5-Button Wired Optical Mouse
LXDE

Offline Aleph

  • Sr. Member
  • ****
  • Posts: 359
Re: Help with cpufreq please
« Reply #32 on: November 10, 2012, 10:19:20 AM »
Hi FF,

I switched back to Enhanced Speedstep, 2000 to 2660 Mhz

Thank you very much for your help and patience too.

Best regards.

Luis.