Download Article
Download Article
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=false
tomanaged=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 .
Advertisement
Expert Q&A
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement
Tips
- If the terminal method doesn't work, try typing sudo apt-get install gedit to install gedit , a lightweight text editor.Thanks
Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!
Advertisement
About This Article
Thanks to all authors for creating a page that has been read 48,803 times.
Advertisement