15

Im unable to access network indicator because "Device not ready" issue, this problem happened after reverting back to NetworkManager from wicd network manager thanks to this method.

The odd things is, I could connect to wireless connection, unlike most people that cannot connect through WiFi because of this issue.

2 Answers2

33

You can restart your device as it may solve your problem. Instead, you can also use try restarting your network services:

sudo systemctl restart network-manager
earthmeLon
  • 11,247
  • 2
    Except this long standing virus of Ubuntu and Linux in general has evolved immunity against that antidote. The restart no longer works – KhoPhi Aug 17 '18 at 17:18
24

Im unable to access network indicator because "Device not ready" issue, this problem happened after reverting back to NetworkManager from wicd network manager thanks to this method.

Have you tried removing unused package that comes with wicd ? If no, consider removing it by running autoremove command:

sudo apt-get autoremove
Liso
  • 15,377
  • 3
  • 51
  • 80