nijo
UBUniversal Blue
•Created by nijo on 2/15/2025 in #🛟bazzite-help
Internet connection acting funny on my Bazzite
Update, Issue fixed. If someone would meet the same kind of issue, here are the steps that may help.
iw list
Check your network interface name, for me it was wlp3s0.
iw wlp3s0 get power_save
Check if power save is turned on or off for network. If it's on, then
1) sudo touch /etc/NetworkManager/conf.d/wifi-powersave-off.conf
2) sudo nano /etc/NetworkManager/conf.d/wifi-powersave-off.conf
Inside nano:
-# To save your file with this content, press Ctrl + X, then Y, then Enter.
Once it's done,
systemctl restart NetworkManager
If you run iw wlp3s0 get power_save
again, it should return you power save finally turned off. With this the connection should work well again.
Thanks for nothing.3 replies