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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Kevin Piche (kpiche)
Architecture All
Severity Low
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 5
Private No

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
Comment by Bart (n0rdik0) - Thursday, 18 December 2008, 18:11 GMT
This bug is still present in 005-2. It's fixed by adding this to the modprobe line:
|| grep "$governor" /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_governors > /dev/null 2>&1
Hope it helps
Comment by Bart (n0rdik0) - Thursday, 18 December 2008, 18:13 GMT
Now that I gave it a second thought, it'd be even better to do the grep before the modprobe....
Comment by solsTiCe (zebul666) - Monday, 16 November 2009, 22:08 GMT
why this bug is still not closed and fixed !?

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 !

Loading...