KillDash9@programming.dev to Programmer Humor@programming.dev · 4 hours agoDualboot is evil, use only linuxprogramming.devimagemessage-square41fedilinkarrow-up1223
arrow-up1223imageDualboot is evil, use only linuxprogramming.devKillDash9@programming.dev to Programmer Humor@programming.dev · 4 hours agomessage-square41fedilink
minus-squarefunkajunk 🇨🇦@lemmy.worldlinkfedilinkarrow-up2·2 hours agoFor me any Wi-Fi drops were solved by disabling power saving in NetworkManager Create a conf file: sudo nano /etc/NetworkManager/conf.d/wifi-powersave.conf Add this into the config file: [connection] wifi.powersave = 2 Then restart NetworkManager or reboot your system
For me any Wi-Fi drops were solved by disabling power saving in NetworkManager
Create a conf file:
sudo nano /etc/NetworkManager/conf.d/wifi-powersave.confAdd this into the config file:
[connection] wifi.powersave = 2Then restart
NetworkManageror reboot your system