2009/12/15, Thomas Bächler <thomas@xxxxxxxxxxxxx>: > grep -qw "$governor" > sys/devices/system/cpu/cpu*/cpufreq/scaling_available_governors > || modprobe -q $mod Maybe a / before sys/ is missing? grep -qw "$governor" /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_governors || modprobe -q $mod -- Arch Linux Developer http://www.archlinux.org http://www.archlinux.it