Go Back

Bios/Firmware Updates

Arch Installation

sudo pacman -S tlp

#Enable TLP service
sudo systemctl enable tlp.service

#Start using the service right away (no need to reboot)
sudo systemctl start tlp.service

# Also it is a good idea to mask the service by running
sudo systemctl mask systemd-rfkill.service
sudo systemctl mask systemd-rfkill.socket
sudo systemctl enable NetworkManager-dispatcher.service

There are also some Front end apps that can be installed to configure TLP check the Arch Wiki TLP Page for more details