Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267473 - sys-power/kpowersave can't change cpu frequency policy
Summary: sys-power/kpowersave can't change cpu frequency policy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 267474 (view as bug list)
Depends on: 267201
Blocks:
  Show dependency tree
 
Reported: 2009-04-25 20:43 UTC by Piotr
Modified: 2009-08-25 11:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr 2009-04-25 20:43:05 UTC
I guess that due to some changes in hal/hal-info/dbus (don't know which exactly) kpowersave can't get the current cpu governor and change the cpu governor.

Reproducible: Always

Steps to Reproduce:
1. emerge kpowersave
2. run kpowersave
3. try to change the cpu frequency policy

Actual Results:  
Info about failure.

Expected Results:  
Info about succesfull change of cpu governor
Comment 1 Piotr 2009-04-26 10:02:24 UTC
*** Bug 267474 has been marked as a duplicate of this bug. ***
Comment 2 Piotr 2009-04-26 11:01:12 UTC
I found that this is because of dbus. It also affects other applications like kdebluetooth (bug #267378).
Comment 3 Arun Raghavan (RETIRED) gentoo-dev 2009-04-26 20:30:38 UTC
As mentioned in the other bug adding this line to /etc/dbus-1/system.d/hal.conf should fix this:

     <allow send_interface="org.freedesktop.Hal.Device.CPUFreq"/>
Comment 4 Tomáš Chvátal (RETIRED) gentoo-dev 2009-04-27 15:40:28 UTC
(In reply to comment #3)
> As mentioned in the other bug adding this line to /etc/dbus-1/system.d/hal.conf
> should fix this:
> 
>      <allow send_interface="org.freedesktop.Hal.Device.CPUFreq"/>
> 

Nice, it really should fix it. Are there some agregating bugs for the new dbus issues?

Is it in the tree already? can i close this as fixed?