Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 267473

Summary: sys-power/kpowersave can't change cpu frequency policy
Product: Gentoo Linux Reporter: Piotr <piorekf>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal CC: ford_prefect
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 267201    
Bug Blocks:    

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?