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,658
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,677