[SOLVED] TLP messed with my Wifi

TLP-DOC, Note:
Power saving mode can cause an unstable Wi-Fi link.

Check your TLP config file, according to this site:
https://linrunner.de/tlp/settings/network.html

Here are my notes (protocol I wrote myself) of installing TLP / TLPUI, because I just wanted to be able to revert things correctly, in case I need to uninstall:

Summary
  • Installed TLP:
    dnf install tlp tlp-rdw

  • Removed conflicting daemon:
    dnf remove power-profiles-daemon

  • Enabled service:
    systemctl enable tlp.service

  • Masked 2 conflicting units:
    systemctl mask systemd-rfkill.service systemd-rfkill.socket

  • See https://linrunner.de/tlp/usage/index.html

  • Installed TLPUI:
    git clone https://github.com/d4nj1/TLPUI
    cd TLPUI

  • To start TLPUI:
    cd TLPUI
    python3 -m tlpui


  • Config-file:
    /etc/tlp.conf