I've just installed cpufreqd in a fresh installation of Ubuntu 14.04 through:
sudo apt-get install cpufreqd
After that, I tried to execute it by sudo cpufreqd
. But nothing happens (neither error or indicator displayed). Even I can't see any new process in the system monitor.
Then I installed cpufrequtils through sudo apt-get install cpufrequtils
and I tried again to execute sudo cpufreqd
with the same (no) result.
I know there exist indicator-cpufreq, I was using it for some time; but I realized that I need something more configurable and complete like cpufreqd.
Similar alternatives to this are welcome.