https://bugs.kde.org/show_bug.cgi?id=415395
--- Comment #1 from PK <pieterkristen...@gmail.com> --- I received an email concerning this bug. Very cool! I had forgotten it. But I found a way to work around it. I found that when I changed "wifi.powersave = 3" to "wifi.powersave =2" in the file /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf, wifi kept allways working on that system. To achieve this I used sed: sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/g' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf I now have an other machine. That doesn't need this tweak. -- You are receiving this mail because: You are watching all bug changes.