How to fix Wired Network interface “Device not managed” error in Debian or Kali Linux?
How to fix “Device not managed” error
As of Debian 6.0 “Squeeze”, (or in Kali Linux which is based on Debian) does not manage any interface defined in by default.
Unmanaged devices means Network Manager doesn’t handle those network devices.
So this is what you see in GUI
An show you this:
This occurs when two conditions are met:
The file contains anything about the interface, even:
And contains:
[main]
Screenshot below:
Enabling Interface Management
If you want Network Manager to handle interfaces that are enabled in :
Set in . So this file looks like:
Restart Network Manager
Issue the following command to restart network-manager.
Now Network Manager should come up with a connected interface. For wired, eth0 with DHCP will show you something like the following image:
Just to wrap it up, lets do another from command line
Some explanations
“Auto Ethernet” and “Auto eth0”
Auto Ethernet means “Select an Ethernet interface automatically”
Auto eth0 means “autoconfigure the eth0 interface”.
No comments:
Post a Comment