First make sure that HAL reports the right values in the first place. lshal
|grep -i gives me the following information (working system):

  info.addons = {'hald-addon-cpufreq', 'hald-addon-acpi'} (string list)
  info.capabilities = {'cpufreq_control'} (string list)
  info.interfaces = {'org.freedesktop.Hal.Device.SystemPowerManagement', 
'org.freedesktop.Hal.Device.CPUFreq'} (string list)
udi = '/org/freedesktop/Hal/devices/acpi_CPU0'
  info.product = 'Genuine Intel(R) CPU           T2400  @ 1.83GHz'  (string)
  info.udi = '/org/freedesktop/Hal/devices/acpi_CPU0'  (string)
  linux.acpi_path = '/proc/acpi/processor/CPU0'  (string)
udi = '/org/freedesktop/Hal/devices/acpi_CPU1'
  info.product = 'Genuine Intel(R) CPU           T2400  @ 1.83GHz'  (string)
  info.udi = '/org/freedesktop/Hal/devices/acpi_CPU1'  (string)
  linux.acpi_path = '/proc/acpi/processor/CPU1'  (string)

If that looks good on your system, add some debugging to powermanage.py
and see where it goes wrong. The methods getCpu*() are probably the most
interesting for you. If lshal output looks different to you, complain to
HAL people.

-- 
kde guidance does not display cpu frequency
https://bugs.launchpad.net/bugs/102345
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kde-guidance in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to