FS#10959 - [cpufrequtils] /etc/rc.d/cpufreq may not assume governor is a module
Attached to Project:
Arch Linux
Opened by Thibault (thibm) - Saturday, 19 July 2008, 16:12 GMT
Last edited by Giovanni Scafora (giovanni) - Tuesday, 15 December 2009, 14:44 GMT
Opened by Thibault (thibm) - Saturday, 19 July 2008, 16:12 GMT
Last edited by Giovanni Scafora (giovanni) - Tuesday, 15 December 2009, 14:44 GMT
|
Details
Description:
Using a custom 2.6.26 kernel with governor (in /etc/conf.d/cpufreq) not compiled as module makes /etc/rc.d/cpufreq fail without setting min and max frequency. This bug appears in cpufrequtils 004-1 |
This task depends upon
Closed by Giovanni Scafora (giovanni)
Tuesday, 15 December 2009, 14:44 GMT
Reason for closing: Fixed
Tuesday, 15 December 2009, 14:44 GMT
Reason for closing: Fixed
|| grep "$governor" /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_governors > /dev/null 2>&1
Hope it helps
it is even still needed because performance governor is (now ?) compiled into the kernel.
so when i set governor to performance and restart cpufreq i got a:
:: Setting cpufreq governing rules [BUSY]
:: Cannot load governor module 'performance' [FAIL]
please fix this !