wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, volunteer authors worked to edit and improve it over time.
The wikiHow Tech Team also followed the article's instructions and verified that they work.
This article has been viewed 50,482 times.
Learn more...
Network Manager is an essential utility for Linux, designed to connect Linux users to the Internet and other networks. For most of the time, this program works flawlessly, but it is not perfect. One common problem is that this program will display the error message “Device not managed”. This problem can be easily fixed by following these few, simple steps.
Steps
-
Open up the terminal. This can be done by pressing Ctrl+Alt+T. Then type in the following command: gksu gedit /etc/NetworkManager/NetworkManager.conf You will be required to give an administrative password.
-
Edit the NetworkManager.conf file. In the last line, replace the
managed=falsetomanaged=true. Then save the file and exit the editor.Advertisement -
Restart your PC or the Network Manager. If you don't want to restart your PC, then give the terminal this command: sudo restart network-manager.
Expert Q&A
Tips
-
If the terminal method doesn't work, try typing sudo apt-get install gedit to install gedit, a lightweight text editor.Thanks


