> could you specify a bit more detailed, what problems you have (error
> messages and the like).

The CPU frequency submenu in the context menu of the Kpowesave tray icon did 
not appear, and "CPU Frequency Policy" pane in the scheme settings was 
disabled (grayed and inactive). Examination of the code showed that this 
happens when HAL reports that the user doesn't have privileges for setting 
CPU frequency, or if the system lacks CPUfreq support. This seems to be 
consistent with the specification of the CPUfreq functions in HAL [1].

> What cpufreq governors do you use (which cpufreq_* modules are loaded)?

~$ lsmod | grep cpufreq
cpufreq_ondemand       10064  1
cpufreq_userspace       5352  0
cpufreq_powersave       2432  0
acpi_cpufreq           10088  1
freq_table              5584  2 cpufreq_ondemand,acpi_cpufreq
processor              34384  2 acpi_cpufreq,thermal

~$ uname -a
Linux melech 2.6.20-melech #1 SMP Mon Feb 19 11:33:33 CET 2007 x86_64 
GNU/Linux

(custom kernel)

~$ cpufreq-info
cpufrequtils 002: cpufreq-info (C) Dominik Brodowski 2004-2006
Report errors and bugs to [EMAIL PROTECTED], please.
analyzing CPU 0:
  driver: acpi-cpufreq
  CPUs which need to switch frequency at the same time: 0 1
  hardware limits: 1000 MHz - 1.67 GHz
  available frequency steps: 1.67 GHz, 1.33 GHz, 1000 MHz
  available cpufreq governors: ondemand, userspace, powersave, performance
  current policy: frequency should be within 1000 MHz and 1.67 GHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 1000 MHz.
analyzing CPU 1:
  driver: acpi-cpufreq
  CPUs which need to switch frequency at the same time: 0 1
  hardware limits: 1000 MHz - 1.67 GHz
  available frequency steps: 1.67 GHz, 1.33 GHz, 1000 MHz
  available cpufreq governors: ondemand, userspace, powersave, performance
  current policy: frequency should be within 1000 MHz and 1.67 GHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 1000 MHz.

> kpowersave-0.7.2 works for me without your patch.

Very curious...

Marcus

[1] http://blog.homac.de/?p=42

Attachment: pgpdhHz0ujXcW.pgp
Description: PGP signature

Reply via email to