Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
powernow conservative governor freezes my X2 system (SOLVED)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Weaselweb
n00b
n00b


Joined: 17 Oct 2004
Posts: 74
Location: Chemnitz, Germany

PostPosted: Tue Nov 14, 2006 9:20 pm    Post subject: powernow conservative governor freezes my X2 system (SOLVED) Reply with quote

Hi,

to save energy I want use the conservative governor in powernow. To switch it on both cores i use the following script:
Code:
for cpu in $(ls /sys/devices/system/cpu); do echo conservative > /sys/devices/system/cpu/$cpu/cpufreq/scaling_governor; done

Whichs works well at the beginning. After some moments, the cpu freq scales down to 1GHz on both cores. Unitl now, no problem. But after some work, when the cpu freq scales up again, my system freezes and i have to reset my box.
If I use the script above with "performance" and "powersave" to switch between 1GHz and 2,2Ghz all works quite well.

Anybody with an idea why my system freezes with conservative governor?

Greetings
Weaselweb

BTW: Is it a good idea to set different governors/frequencies for each cores?


Last edited by Weaselweb on Tue Nov 28, 2006 1:50 pm; edited 1 time in total
Back to top
View user's profile Send private message
Mad Merlin
Veteran
Veteran


Joined: 09 May 2005
Posts: 1155

PostPosted: Wed Nov 15, 2006 12:50 am    Post subject: Reply with quote

Probably not a solution to your problem, but you don't need to set the governor for both cores, applying it to one applies it to both.
_________________
Game! - Where the stick is mightier than the sword!
Back to top
View user's profile Send private message
Weaselweb
n00b
n00b


Joined: 17 Oct 2004
Posts: 74
Location: Chemnitz, Germany

PostPosted: Fri Nov 17, 2006 12:06 pm    Post subject: Reply with quote

You're right, setting a new governor for one core sets also the governor for the other one.
I tried to set the frequency manually (using userspace governor) on all steps: no problem
I tried conservative governor again: freeze after some seconds
Back to top
View user's profile Send private message
Weaselweb
n00b
n00b


Joined: 17 Oct 2004
Posts: 74
Location: Chemnitz, Germany

PostPosted: Tue Nov 28, 2006 1:50 pm    Post subject: Reply with quote

Well, after installing sys-kernel/gentoo-sources-2.6.18-r3 the conservative governor works great. No freezes anymore.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum