This tutorial would help you fix the "device is unmanaged" error which occurs sometimes after a ubuntu update. This error occurs in ubuntu's network manager . So if you face this issue, here's how you can fix it :

Step 1 : Go to the Terminal ( Applications->Accessories->Terminal ) and type sudo gedit /etc/NetworkManager/nm-system-settings.conf
Step 2 : A window would now popup displaying the contents of the nm-system-settings.conf file
Step 3 : Now Change "managed=false" to "managed=true"
Step 4 : Save the file and close the window
Step 5 : Now back in the terminal type sudo killall nm-system-settings
Step 6 : Thats it, your network interface should now be detected and it should attempt to connect to a network.

16 comments

Anonymous said... @ July 22, 2009 at 12:08 PM

Yeah, excellent!

L

Anonymous said... @ July 27, 2009 at 6:04 PM

Great! Thanks!

Any idea why the problem happens in the first place? I had the problem after connecting through ethernet for awhile. Before that wireless was fine.

Prash Babu said... @ July 28, 2009 at 7:08 AM

It could be if something overwrote the interfaces file!!Then network manager would no longer be used instead the networking service of ubuntu would depend on the interfaces file

Anonymous said... @ August 4, 2009 at 4:59 AM

ZOMG, this was such a pain till you fixed it!!! props man, u rock

Anonymous said... @ September 26, 2009 at 3:52 AM

This was very helpful. Thank you !! I already had switched to using wicd, but my broadband didn't work with that toll. Now back to networkmanager everything works great !

Anonymous said... @ October 26, 2009 at 5:35 AM

Right man, this is fixed, but before I used to type in my data in the /etc/network/interfaces, after I found hint informations in the resolvconfig manpage.

Then I added my "dns-servers" from my provider and it works without any NetworkManager, this is linux, sometimes simply the best ;)

Anonymous said... @ October 27, 2009 at 7:13 PM

thx to this author
you saved the night
now to the problem of connection wireless via pppoe
or if I am lucky version 9.10 will sort that for me tomorrow :)
cheers
newbeeeeee

Anonymous said... @ October 6, 2010 at 8:48 AM

Worked for me! Thanks very much!

(Although I had to reboot, as the killall command didn't find the process)

Jerry said... @ May 15, 2011 at 1:49 AM

Hi prash.

The nm-system-settings.conf on my Ubuntu 11.04 is blank. I'm trying to install a Belkin F5D8010 on a Fujitsu C Lifebook.

esplin9466 said... @ May 24, 2011 at 8:34 PM

Under 11.04, the file is called "NetworkManager.conf". Also under 11.04, instead of typing in "sudo killall nm-system-settings", you have to type "sudo killall NetworkManager".

ruchikdv said... @ July 20, 2011 at 11:47 PM

hey i m getting "no process found"

Anonymous said... @ November 20, 2011 at 5:53 AM

Did not work for me. I get a 'no process found' on step 5.

Orange said... @ December 6, 2011 at 1:31 PM

My ethernet and wifi used to work perfectly, managed by NetworkManager.

I downloaded and installed a whole bunch of .deb update files on Nov 7, and ethernet has not worked since, and wifi takes 10 or 15 minutes to connect. Now I see that the file /etc/NetworkManager/nm-system-settings.conf simply does not exist. I think it used to.

Anonymous said... @ January 11, 2012 at 9:11 AM

sudo : gedit : command not found........ what should I
do????

Prash Babu said... @ January 12, 2012 at 9:25 PM

you can use nano instead of gedit

headsign said... @ August 29, 2012 at 6:46 AM

YOU DID IT !!!
You saved me. A trillion blessings!

I spent days editing stupid .conf files, typing in pointless commands while a single, simple one did the trick.

I draw my hat!

Post a Comment