Ubuntu – Network manager gone after update

broadcomnetwork-managernetworkingupdateswireless

I did a software update on my HP 250 G3, after that the icon of the network manager is gone, connection is gone, if I plug an Ethernet cable in, nothing happens. If I go to settings > network, a pop up shows up

Network services are not compatible with this version of the system

OS is Ubuntu 14.04.

Screen of lshw -class network

Any idea?

Best Answer

Try running this command "sudo service network-manager start" . This solved the problem for me.

The error message which is troubling you:

enter image description here

Command to start network manager:

enter image description here

And it works finally

enter image description here

Hope this helps.

Related Question