Quoting Iain Buchanan <[EMAIL PROTECTED]>:
sudo echo performance > /sys/devices/system/cpu/cpu0/cpufreq scaling_governorwon't work because the redirection is done as the user :)
echo performace | sudo tee /sys/devices/system/cpu/cpu0/cpufreq scaling_governor
now it does :-P ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.

