On 31/12/2003 at 14:38, Joerg Sommer wrote: > Which driver? I compiled into the kernel cpufreq, the performance, > powersave and userspace govenors.txt and enabled "Support for Apple > Powerbooks". Need I anything else?
If you are willing to control the speed with cpudyn (userspace daemon), Pearhaps you have to select "userspace" as "Default CPUFreq governor". This is what I have (2.6.0-ben3) : CONFIG_CPU_FREQ=y # CONFIG_CPU_FREQ_PROC_INTF is not set # 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=y CONFIG_CPU_FREQ_PMAC=y CONFIG_CPU_FREQ_TABLE=y And it works perfectly. Can't tell you anything else. -- Kiko Please do not reply to the sender address of this email; due to spam and Windows (TM) worms, everything not comming from the list is "stored" in /dev/null. Put menorqui in the user part to send me anything. Although, I prefer replies sent to the list so that others can benefit from the discussion. Thanks.

