dvir
(dvir natan)
November 22, 2020, 10:29am
1
Hey, what is the repository I need to add to install tlp or other good battery management tool?
according to tlp website those 2
dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$ (rpm -E %fedora).noarch.rpm
dnf install https://repo.linrunner.de/fedora/tlp/repos/releases/tlp-release.fc$ (rpm -E %fedora).noarch.rpm
Still don’t find tlp in Software.
tjdoyle
(Tom Doyle)
November 22, 2020, 11:01am
2
Hi,
Have you tried:
sudo dnf install tlp
?
Assuming this means Gnome Software, can’t find any results here either; but works with dnf
Thanks Tom
4 Likes
dvir
(dvir natan)
November 22, 2020, 11:50am
3
Hey Tom thank you for the answer and use this command installed it, but I can’t find the icon to the software.
I did
sudo tlp start
and got tlp
TLP started in AC mode (auto).
but where is the interface?
1 Like
ozeszty
(ozeszty)
November 22, 2020, 12:30pm
4
tlp
is working in background based on config files, here’s documentation: https://linrunner.de/tlp/usage/index.html
Another similar tool is tuned
, also available in Fedora https://tuned-project.org/
tuned-gtk
is a GUI for it.
4 Likes
dvir
(dvir natan)
November 22, 2020, 12:36pm
5
OK thank you, it seems to work. slightly_smiling_face:
eriba1adad
(Stephan Kusch)
November 23, 2020, 1:31pm
6
Maybe you should enable tlp’s systemd unit file if it’s not started automagically. sudo tlp start
looks deprecated or at least very manual to me. As far as I know it’s started directly after installation.
1 Like
augenauf
(Flo)
November 23, 2020, 1:44pm
7
https://linrunner.de/tlp/faq/operation.html#systemd-must-i-enable-tlp-s-service-units
start tlp upon every boot:
systemctl enable tlp.service
start service now:
systemctl start tlp.service
Description of available settings (all in the conf file): Settings — TLP 1.5 documentation
2 Likes
system
(system)
Closed
December 21, 2020, 1:44pm
8
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.