Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97142 - governor on demand not available
Summary: governor on demand not available
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-26 13:59 UTC by Massimo Burcheri
Modified: 2005-07-16 16:04 UTC (History)
0 users

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 Massimo Burcheri 2005-06-26 13:59:13 UTC
Eventhough the governor ondemand is on the list, I cant't enable it. 
Machine is a G3-600 iBook. 

Reproducible: Always
Steps to Reproduce:
1.# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors 
ondemand powersave userspace performance 
 
2.# echo "ondemand"> /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 
 
3.# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 
powersave 
 
 
Actual Results:  
powersave and performance work. ondemand doesn't.
Comment 1 Carlos Silva (RETIRED) gentoo-dev 2005-06-26 16:40:10 UTC
can you please post what kernel are you using
Comment 2 Massimo Burcheri 2005-06-27 11:51:13 UTC
sorry, it's a linux-2.6.10-gentoo-r6 
 
some relevant .config lines: 
 
CONFIG_CPU_FREQ=y 
# CONFIG_CPU_FREQ_DEBUG is not set 
CONFIG_CPU_FREQ_PROC_INTF=y 
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set 
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y 
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y 
CONFIG_CPU_FREQ_GOV_POWERSAVE=y 
CONFIG_CPU_FREQ_GOV_USERSPACE=y 
# CONFIG_CPU_FREQ_24_API is not set 
CONFIG_CPU_FREQ_GOV_ONDEMAND=y 
CONFIG_CPU_FREQ_PMAC=y 
CONFIG_CPU_FREQ_TABLE=y 
# CONFIG_PPC601_SYNC_FIX is not set 
CONFIG_PM=y 
CONFIG_PPC_STD_MMU=y 
 
Comment 3 Daniel Drake (RETIRED) gentoo-dev 2005-06-28 11:56:47 UTC
Please retest with the latest gentoo-sources (currently 2.6.12-r2)
Comment 4 Daniel Drake (RETIRED) gentoo-dev 2005-07-16 16:04:59 UTC
see comment #3