Home » How to fix Wired Network interface “Device not managed” error in Debian or Kali Linux?

How to fix Wired Network interface “Device not managed” error in Debian or Kali Linux?

by blackMOREOps
91 comments

Device not managed error actually is an interesting error. When I tested, Device not managed error only happened to Wired Network interfaces (such as eth0 or eth1) in both Debian and Kali Linux. It doesn’t seem to happen to wireless network interfaces. When a user connects their Laptop or Computer to a LAN cable, suddenly they get this Wired Network interface “Device not managed error” and they can’t browse internet. It is annoying and particularly confusing as the error goes not make it obvious how it was generated. Most people end up searching for “Firefox can’t connect to Internet” or “Unable to browse internet in Kali Linux” or such. Those search strings will take to nowhere. This guide takes you through step by step procedures on fixing “Wired Network interface Device not managed error” in Debian and Kali Linux.

In this guide I will quickly point you to an alternate solution where you can setup you IP addess from Command Line on Kali Linux.

The reason you should read this other guide is because if you only have one Laptop or Desktop which allows you to browse Internet and you’re stuck with this annoying “Device not managed” error, at least you will be able to setup an IP address manually and be able to browse Internet and search for instructions that will permanently fix this “Device not managed” error. Well, actually my guides fixes it forever, as you can see from the comments section. But nevertheless, to be able to setup IP address from Command line in Linux is a must learn stuff for anyone as you might be using a non-GUI Linux or your GDM3/GNOME/KDE/KDM broke.

How to fix “Device not managed” error

As of Debian 6.0 “Squeeze”, (or in Kali Linux which is based on Debian) Network Manager does not manage any interface defined in /etc/network/interfaces by default.

Unmanaged devices means Network Manager doesn’t handle those network devices.

So this is what you see in GUI

How to fix Wired Network interface is Unmanaged error in Debian or Kali Linux - 1 - blackMORE Ops

An ifconfig -a show you this:

How to fix Wired Network interface is Unmanaged error in Debian or Kali Linux - 2 - blackMORE Ops

This occurs when two conditions are met:

The file /etc/network/interfaces contains anything about the interface, even:

allow-hotplug eth0
iface eth0 inet dhcp

And /etc/NetworkManager/NetworkManager.conf contains:

How to fix Wired Network interface is Unmanaged error in Debian or Kali Linux - 3 - blackMORE Ops

[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=false

Screenshot below:

How to fix Wired Network interface is Unmanaged error in Debian or Kali Linux - 4 - blackMORE Ops

Enabling Interface Management

If you want Network Manager to handle interfaces that are enabled in /etc/network/interfaces:

Set managed=true in /etc/NetworkManager/NetworkManager.conf. So this file looks like:

[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=true

How to fix Wired Network interface is Unmanaged error in Debian or Kali Linux - 15 - blackMORE Ops

Restart Network Manager

Issue the following command to restart network-manager.

service network-manager restart

How to fix Wired Network interface is Unmanaged error in Debian or Kali Linux - 6 - blackMORE Ops

Now Network Manager should come up with a connected interface. For wired, eth0 with DHCP will show you something like the following image:

How to fix Wired Network interface is Unmanaged error in Debian or Kali Linux - 8 - blackMORE Ops

Just to wrap it up, lets do another ifconifg -a from command line

How to fix Wired Network interface is Unmanaged error in Debian or Kali Linux - 7 - blackMORE Ops

That looks good. Now you should be able to connect to network and browse Internet.

Some explanations

“Auto Ethernet” and “Auto eth0”

Auto Ethernet means “Select an Ethernet interface automatically”

Auto eth0 means “autoconfigure the eth0 interface”.

Conclusion

Thanks for reading. Please share. This is an annoying problem that STOPs you from browsing Internet and no Internet means no solution …

You may also like

91 comments

Mark Benavides March 2, 2014 - 7:35 am

THANK YOU – solved a vexing problem!

Reply
James Smith March 25, 2014 - 3:45 pm

Very, very nice fix, blackMORE. I spent a lot of time google querying the general conditions of my inability to connect to the internet via iceweasel via a vmware player virtualized kali linux machine. My initial queries were like “iceweasel browser won’t connect in vmware player kali linux”, etc. Finally I decided to query specifically the “device not managed” error I would receive from when I clicked on the network manager and then clicked on “wired 1”. When I queried “device not managed vmware player”, your post came up and I was able to resolve my connectivity issue immediately. Thank you for your knowledge and for taking the time to share it, I certainly appreciate it!

Reply
blackMORE Ops March 25, 2014 - 5:10 pm

Thank you James. Interestingly, I only had this issue when I copied my Kali VM guest from one host to another (I had some complex internal network setup and initially I thought that was the cause). Took me quite some time to find the CORRECT solution and document it. Good to hear it’s helping others as well. Cheers

Reply
james1052 April 9, 2014 - 1:55 am

As soon as I installed Kali, I made all the changes above, per your recommendations here and at…

http://www.blackmoreops.com/2014/03/03/20-things-installing-kali-linux/

…I then connected wirelessly and everything was good with the internet. However, later on I tried to connect with a wired connection and couldn’t. The Network Manager GUI showed my wired interface as ifupdown and it had the Edit button grayed out. (Weird.) If you hovered over the Edit button it would say, “Authenticate to edit the selected connection”. I then went to /etc/network/interfaces and saw that there was an IP address there which was apparently left over from when I setup networking during the GUI installation. I commented all the lines in there for eth0 and restarted network manager: service network-manager restart

After that, my wired connection in the Network Manager GUI started behaving completely normal. #yay Thanks for your article!

Reply
Carl May 4, 2014 - 12:17 pm

THANK YOU!

Reply
Carl May 4, 2014 - 1:52 pm

Oh, I still cannot connect. Any advice???

Reply
revanth May 16, 2014 - 2:52 pm

how to set managed=true?

Reply
blackMORE Ops May 16, 2014 - 3:16 pm

Hi revanth,
Edit the following file

leafpad /etc/NetworkManager/NetworkManager.conf

Cheers,
-BMO

Reply
Rico Arman May 17, 2014 - 8:33 am

I need a help, please..
I don’t know why does my wireless adapter not detected in my Kali, I use VirtualBox to and kali-linux-1.0.6-amd64, my wireless adapter is Atheros AR9285 Wireless Network Adapter, I try this command to check:
root@kali:~# iwconfig
eth0 no wireless extensions.
lo no wireless extensions.

I want to learn more about wireless things in Kali, but I can’t found any wireless network connection around me since the wlan is not exist in my Kali. I have tried search any tutorial related with this matter but still not found, I spent days to find out the solution through google, but still no found. I found this site and I followed the “20 things to do after installing Kali Linux” until finish and it completely helped me, therefore I hope I could find the answer of my problem here too.
Thank you very much

Reply
blackMORE Ops May 17, 2014 - 8:30 pm

Hi Rico,
Use Adapter in Bridge Mode, only then Kali can pick up a physical adapter. Just Google for how to use Wifi Adapter in Bridge mode in Kali, plenty of solutions out there.
Good Luck.
-BMO

Reply
Geoffrey Morrison May 18, 2014 - 4:44 am

Does “Manage” mean network and related driver-management by ISC? (“Internet Systems Consortium”–related messages indicating ISC pop up at Linux boot.) Really, I don’t think that Linux (perhaps Debian, in particular) provides drivers for my Realtek gigabit ethernet chipset directly. (Realtek (binary) does pop up in Synaptic: I just now installed. Apparently, that proves unnecessary, though.) I suppose that ISC (a unix-related .org site) attempts to manage such issues.

Thanks again for your assistance here!

Reply
Geoffrey Morrison May 19, 2014 - 3:41 pm

Putting in the driver induced a non-functional connection. No matter:. Reformatted and cleaned–installing Wheezy/KDE. Thus, I had been having a hard time editing config files in Wheezy/KDE today. Finally able to use leafpad with gksu–su doesn’t work with Debian/KDE and graphical editors–not even with vim or vi, either.

Anyway, I did as you indicated here–no difference in connection function. (Hopefully, I may not get the ‘r600 firmware’ missing messages in booting anymore, though.) I wonder whether to use the distro-provided driver (not installed yet)–or not. It’s difficult directly to find info concerning the consequences–nor, rectifying connection.

This is a Kali forum–it’s not intended to support Debian. I think that this tip likely is a good step, though. With leafpad, finally I invoked your other tip concerning the pulseaudio configuration mentioned in your 20 tips to ‘initialize’ Kali well.(That has bugged me for some years.) Thanks, again. I’ll try reboot.

Reply
Geoffrey Morrison May 20, 2014 - 3:58 pm

KDE and synaptic fell apart. Back to XFCE–took only a few hours. Synaptic works a lot better with XFCE. This networking tip really is fine!: In addition to invoking your terminal commands and queries, I had previously installed the Realtek firmware necessary for the best functioning for my nic.

Now,both the ISC and firmware messages have vanished–thanks! (It’s likely that I have a more effective, solid, and secure connection now.) I understand somewhat better all the pieces I missed concerning my connection–frankly, I don’t know how the nic functioned in the first place! I’ll bookmark this page for the future. (Also, I installed fglrx in order to eliminate similar boot messages for the VPU. Gdebi–for a good number of years, a favorite also of mine!)

Why do the distros stubbornly refuse to get simple “defaults” right?!

Thanks!

Reply
emancraw July 13, 2014 - 7:44 pm

thank you so much!!!!!!!

Reply
bilal July 16, 2014 - 2:56 am

i have a problem when i selected the option briged in vmware workstation ….i get the real ip in the kali but i havent conection in the browser ….i m connected by wifi ……please help me to sloved this problem

Reply
Geoffrey Morrison July 16, 2014 - 4:12 am

Has it worked in the past?: Are you certain that your wireless nic is supported by decent Kali drivers?

Do you need a wrapper? A wrapper is a makeshift “get around” which uses Windows wireless LAN chipset drivers in order to obtain function from such otherwise incompatible nics, nevertheless. (Such chipsets lack the proper open source drivers.)

What it your setup?: Wireless LAN USB stub, card, or motherboard embedded LAN chipset? Desktop, laptop? Chipset fabricator/model? Board/card fabricator/model?

Often, getting any function at all proved imperative and thus quite desperate in the past. If you ever achieved function, you’re well into “the belly of the beast” already!

So, it’s detected after all: Thus, I suppose that you have the correct driver/wrapper. Perhaps you need to reinstall (or uninstall/install) your (Windows?) driver–given your major configuration change request, the nic might require that in order to reconfigure itself correctly. Do LAN ROM messages pop up before post? Is your driver updated? Stupid question: Password/Passphrase correct?

We need a fuller grasp of you wireless LAN hardware, wrappers, drivers, software, OS, incompatibilities, and config. Many others here prove far more expert in this field than I….

Reply
Diana Badulici July 18, 2014 - 6:19 am

My problem was slightly more complex.. Or maybe it wouldn’t have been if I had no knowledge of networking. When I first realized I had no internet connection, I did an ifconfig and noticed I had no IP address. I had a static IP address before, so I went to /etc/network/interfaces and made the modifications I needed. Obviously, ifconfig printed what I expected but network manager kept ignoring all my efforts to show me as connected. I would not have minded it much, only I use a VPN connection on weekly basis (best case scenario, it’s usually daily). Of course, I could have used the CLI to connect to the VPN, but that seemed like such a hassle.. So I kept googling for stuff like ‘network manager shows as disconnected but browser has internet access’ and a lot of variations of the same thing. It was only until about 20 mins that it occurred to me to look for the ‘device not managed’ error. Sadly, this page wasn’t the first hit, but it did the trick. You, my friend, are a life saver – it’s 11.30 pm where I live, and I have a ton of stuff to do by morning, would not have managed without this tutorial.

Thank you!!

Reply
gareth erasmus July 27, 2014 - 10:27 am

Great Stuff, thanks mate, my wired connection is now working fine! thank you!

Reply
danny August 8, 2014 - 12:37 pm

You Rock! I was tearing my hair out, untill If found this. Ironiccly I googled “Kali Linux can’t connect to wifi”.

Reply
Jitendra Verma August 9, 2014 - 4:26 am

my internet is already working but i want to connect my wifi through the wireless option thats not available there i saw in youtube there was an option which shows all the wireless devices can you help me out!!

Reply
wchurchil81 August 14, 2014 - 7:40 pm

how about connecting via wireless card of a laptop?im connected to the router but no internet..the router is working perfectly…i get IP dhcp but i still cant ping too goolgle.com….if i set up the ip n gateway manually,i can surf internet..i want to do it automatically so that when i connect to public wifi,i can surfb internet

Reply
dave August 25, 2014 - 3:52 am

Thank you very much ! One quick alteration to the config file and I was working ! I installed SolydX a few weeks back and only just connected the ethernet today, yours was by far the easiest fix I came across so cheers !

Reply
Abhimanyu Aryan September 4, 2014 - 8:04 pm

Thanks

Reply
Tsepo September 8, 2014 - 6:50 pm

Thanks you for expertise on Kali distro, migrated from windows to kali and you blog really helps.

Keep the good work.

Reply
Gas Dimitriadis September 16, 2014 - 1:56 am

I have ” Not managed ” thing in my installation.. but i can browse the Internet with no problem.. Is there a problem if i leave it as is? Thanks, blackMORE Ops, for your reply and for the wonderful job you do, for all of us noobs.. :)

Reply
blackMORE Ops September 16, 2014 - 6:21 am

Not required then. Enjoy Kali.

Reply
jeroenpraat November 9, 2014 - 11:10 pm

See my comment, I experienced problems with this situation. Although you have internet, Gnome thinks you have not. And that gives a few problems, like unable to install updated or install packages.

Reply
Kim September 27, 2014 - 4:06 pm

That worked. Beautiful!

Reply
1 2 3 4

Leave your solution or comment to help others. Comment don't need registration or real email, so feel free.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About Us

blackMORE Ops - touch-icon-72x72

blackMORE Ops” does not promote, encourages and excite hackers, its purpose is to make people aware that what is going around. Know Hacking but No Hacking!

Feature Posts

Newsletter