![]() |
2007-10-20
, 23:38
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#52
|
This is what I got:
Code:cpufrequtils 002: cpufreq-info (C) Dominik Brodowski 2004-2006 Report errors and bugs to linux@brodo.de, please. analyzing CPU 0: driver: omap CPUs which need to switch frequency at the same time: 0 hardware limits: 165 MHz - 400 MHz available frequency steps: 165 MHz, 266 MHz, 330 MHz, 400 MHz available cpufreq governors: conservative, ondemand, null, powersave, performance current policy: frequency should be within 165 MHz and 400 MHz. The governor "ondemand" may decide which speed to use within this range. current CPU frequency is 400 MHz (asserted by call to hardware).
![]() |
2007-10-20
, 23:40
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#53
|
![]() |
2007-10-20
, 23:42
|
|
Posts: 1,310 |
Thanked: 820 times |
Joined on Mar 2006
@ Irving, TX
|
#54
|
![]() |
2007-10-20
, 23:52
|
Posts: 54 |
Thanked: 1 time |
Joined on Jul 2007
|
#55
|
Nokia-N800-26:~# cpufreq-set -f 400 -c 0
Error setting new values. Common errors:
- Do you have proper administration rights? (super-user?)
- Is the governor you requested available and modprobed?
- Trying to set an invalid policy?
- Trying to set a specific frequency, but userspace governor is not available,
for example because of hardware which cannot be set to a specific frequency
or because the userspace governor isn't loaded?
![]() |
2007-10-21
, 00:04
|
|
Posts: 1,310 |
Thanked: 820 times |
Joined on Mar 2006
@ Irving, TX
|
#56
|
![]() |
2007-10-21
, 00:08
|
Posts: 54 |
Thanked: 1 time |
Joined on Jul 2007
|
#57
|
![]() |
2007-10-21
, 00:18
|
|
Posts: 1,310 |
Thanked: 820 times |
Joined on Mar 2006
@ Irving, TX
|
#58
|
![]() |
2007-10-21
, 00:28
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#59
|
![]() |
2007-10-21
, 00:31
|
Posts: 437 |
Thanked: 90 times |
Joined on Nov 2006
|
#60
|
Setting and using the userspace governor echo userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor at which point the scaling_speed would become available and if I wanted to throttle the speed to something lower than my 2.4Ghz PIV-M was I could echo 1200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed which is 1/2 of my maximum and also coincides with my cpuinfo_min_freq. I've never tried setting it to anything other than the frequencies specified by cpuinfo_min_freq or cpuinfo_max_freq.
Who wants to write an Applet