Hello,
I was trying to change my power methodology from performance to power save using some of the following commands:
@reboot echo "powersave" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
@reboot echo "performance" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
I...