I had installed tlp for better battery management, during installation of it had to mask two of system package via systemctl mask power-profiles-daemon.service and systemctl mask systemd-rfkill.service systemd-rfkill.socket as these two are conflicting with tlp. I have searched web for disabling tlp but didn’t get any effective solution.
If you no longer want to use tlp, run sudo dnf remove tlp
I think the post remove script should unmask the 2 masked services+socket. If it doesn’t you can unmask by running:
sudo systemctl unmask power-profiles-daemon.service systemd-rfkill.service systemd-rfkill.socket
1 Like