[arch-general] cpufrequtils dead or alive ?
Giovanni Scafora
giovanni at archlinux.org
Tue Dec 15 08:41:41 EST 2009
2009/12/15, Giovanni Scafora <giovanni at archlinux.org>:
> I don't know how I should fix FS#10959.
> The line || grep "$governor"
> /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_governors >
> /dev/null 2>&1 where should I put?
I guess so:
modprobe $mod || grep "$governor"
/sys/devices/system/cpu/cpu*/cpufreq/scaling_available_governors >
/dev/null 2>&1
or
grep "$governor"
/sys/devices/system/cpu/cpu*/cpufreq/scaling_available_governors ||
modprobe $mod > /dev/null 2>&1
--
Arch Linux Developer
http://www.archlinux.org
http://www.archlinux.it
More information about the arch-general
mailing list