I have having trouble with tlp power management I just installed ubuntu 14.04 today
sudo add-apt-repository ppa:linrunner/tlp
sudo apt-get update
This two commands worked
sudo apt-get install tlp tlp-rdw
sudo start tlp
These commands failed and returned some errors
When I did sudo tlp start
and got sudo: tlp: command not found
When I did sudo apt-get install tlp tlp-rdw
I got this error:
Reading package lists...
Done Building dependency tree
Reading state information...
Done
E: Unable to locate package tlp
E: Unable to locate package tlp-rdw
I have a thinkpad laptop so I also typed this and it worked
sudo apt-get install tp-smapi-dkms
Why can't I run tlp
when it loaded from the repository seemed to work