Network Manager messed up after last update

I’ve just run Tumbleweed for 1 week. After fullfill all updates, suddenly after the last big update the NetworkManager is messed up.
I can’t connect to wifi anymore. Sometime it doesn’t connect at all and some times it says i’m connected, but there is no traffic.
When it is connected i manage to ping my wifi-router using IP-address, but no DNS is working.

Most of the times it says i’m connectet, but in the SSID-list it says i’m not connected. Every time i click connect, it ask for my WPA2 Security-code, and every time it create another Wifi-connection-profile. If i enter the configure network-connection-settings, there is a long list of the exact same Wifi-connection profile and i have to delete all of them.

So, have anyone experienced this same issue with NetworkManager?

Yep, and some reports. What I did was


sudo rcnetwork stop
sudo rm /etc/resolv.conf
sudo rcnetwork start 

This brought back a proper connection. On the next reboot the readding of entries also stopped. Which leaves me with a ‘systemtray’ icon which seems to display an offline status.

Thanks allot!
It worked. I also see that the systemtray-icon for NetworkManager look disconnected. If you point the cursor on it, it says connected.

Now i got another 189 new updates, so i hope this “Bug” now will be fixed :slight_smile:

Thanks again!

RS

Thanks! Same problem after recent update with kernel 4.7.5-1. Your “fix” worked for me too.