I have recently installed Kali Linux ARM on a flash drive for my Rasberry pi. Upon boot up, I ran into the device not managed problem. If you do not know what this is, it is where by default Linux does not manage Ethernet connections.
You can read the article I used as my solution here:
I went through all the steps of the article, however when I enter service network-manager restart I do not get any prompts from the terminal as the article does. It just completes the command.
Now, my Ethernet reads disconnected when on the physical layer it is certainly connected. If you want proof that all the steps in the article are completed, my /etc/NetworkManager/NetworkManager.conf file currently is this:
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=true
I assume there are some discrepancies between normal Linux and ARM Linux causing this problem. However currently I cannot connect to the Internet with my RasPi, are there any solutions to it simply reading disconnected?
service network-manager status?