Skip to content

Instantly share code, notes, and snippets.

@sunaemon
Created December 14, 2013 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunaemon/7956891 to your computer and use it in GitHub Desktop.
Save sunaemon/7956891 to your computer and use it in GitHub Desktop.
Thinkpad X240にDebian GNU/Linux jessieをインストールした ref: http://qiita.com/sunaemon0/items/91ac37b4c9928874f077
$ aptitude install firmware-iwlwifi
$ "deb http://ppa.launchpad.net/linrunner/tlp/ubuntu lucid main" | sudo tee -a /etc/apt/sources.list
$ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 02D65EFF
$ aptitude update
$ aptitude install tlp acpi-call-tools
$ tlp setcharge 50 70 BAT0
$ tlp setcharge 60 80 BAT1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment