Skip to Content
Fedorafedora wifi

fedora wifi

If the wifi is not stable, you can disable the wifi power save mode by creating a configuration file in /etc/NetworkManager/conf.d/.


1. Open the File with vi ⚙️

Open a new configuration file in /etc/NetworkManager/conf.d/ using vi with sudo.

sudo vi /etc/NetworkManager/conf.d/wifi-powersave-off.conf

2. Add the Configuration

[connection] wifi.powersave = 2

3. Restart NetworkManager

Apply the new setting by restarting the NetworkManager service.

sudo systemctl restart NetworkManager

Your change is now permanent and will persist after rebooting.

Last updated on
Do not shoot this.