SparkyLinux Forums

Software & hardware support => Applications => Topic started by: way12go on September 27, 2014, 09:04:51 AM

Title: [ Solved ] tlp tlp-rdw - Improved battery life.
Post by: way12go on September 27, 2014, 09:04:51 AM
Uninstall the annoying Laptop-mode-tools and install the good TLP in your laptop.

Go to
Quote" Synaptic " Package Manager
and install
Quote" software-properties-common "

Quotesudo apt-get remove laptop-mode-tools

Create this file...

Quote/etc/apt/sources.list.d/linrunner-tlp-vivid.list

     deb http://ppa.launchpad.net/linrunner/tlp/ubuntu vivid main
     deb-src http://ppa.launchpad.net/linrunner/tlp/ubuntu vivid main

Quotesudo add-apt-repository ppa:linrunner/tlp

Quotesudo apt-get update

Quotesudo apt-get install tlp tlp-rdw

Quotesudo tlp start

Quotehttp://unix.stackexchange.com/questions/45879/how-to-add-repository-from-shell-in-debian

Quotehttps://answers.launchpad.net/ubuntu/+source/apt/+question/254754

Quotehttp://www.webupd8.org/2014/03/tlp-05-released-install-it-in-ubuntu.html
Title: Re: [ Solved ] Improved battery life.
Post by: way12go on September 27, 2014, 09:08:04 AM
Quotehttp://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html

TLP brings you the benefits of advanced power management for Linux without the need to understand every technical detail. TLP comes with a default configuration already optimized for battery life, so you may just install and forget it. Nevertheless TLP is highly customizable to fulfil your specific requirements.

TLP packages are available for Arch, Debian, Fedora, Gentoo and Ubuntu. You're welcome if you want to package TLP for other distributions – please take a look at the TLP Developer Documentation.

Please note: TLP runs on every laptop brand. Setting the battery charge thresholds is available for IBM/Lenovo ThinkPads only.
Title: [ Solved ] W: GPG error:
Post by: way12go on December 17, 2014, 09:14:05 AM
W: GPG error:

Quote
    Go to Ubuntu Key-server http://keyserver.ubuntu.com/.

Here you can search your key. In my case it was 6AF0E1940624A220.

Note while searching for key pre-append the key with 0x.

So search for 0x6AF0E1940624A220.


    Click on the link provided in the pub section.

This should take you to page containing the key.

It should start with something like Public Key Server -- Get "0x6AF0E1940624A220"


    Copy the whole text from the page and save it in a file(say filename is key1).

    Once you have copied the data to file. Save it. Then run the following command

    sudo apt-key add key1

You will get an "OK" response.

And you are done. Repeat the procedure of other keys that might be missing.