Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Open the terminal (CTRL+ALT+T) and stop the network manager process if it is still running in the background with this command:
  2.  
  3. ```sudo service network-manager stop```
  4.  
  5. Now remove this file using the following command:
  6.  
  7. ```sudo rm /var/lib/NetworkManager/NetworkManager.state```
  8.  
  9. Start the network manager now with this command:
  10.  
  11. ```sudo service network-manager start```
  12.  
  13. The network manager icon will appear again in the top panel of Ubuntu Unity.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement