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
blessing October 7, 2014 - 12:41 am

thanx for the article, assisted a great deal. I have another problem with my other debian machine, it has 2 network cards an onboard and 1 installed on pci. The onboard(eth0) is detected but the one on pci slot (eth1) is not detected and giving the r8168 error? how do i make this nic visible?

Reply
blackMORE Ops October 7, 2014 - 1:51 am

Hi blessing,
I wrote just the right article for similar issues .. Have a read of this one:
Identify PCI and USB Wired and Wireless Driver in Linux
Identify if you got the correct driver. Then you can enable disable or troubleshoot better. Hope it helps. Cheers,
-BMO

Reply
drxalaa October 10, 2014 - 5:23 am

NEED video tutorial no work with me

Reply
Arunavo Chakraborty October 16, 2014 - 8:44 pm

thank u very much :)

Reply
Massimo October 20, 2014 - 6:09 pm

Many thanks. This solved my problem!

Reply
matan October 20, 2014 - 10:19 pm

Thanks man!

Reply
ziee November 2, 2014 - 5:45 am

Thank You,,, that’s work

Reply
jeroenpraat November 9, 2014 - 11:06 pm

Thanks for this. It worked.

I had installed Debian testing and installed KDE first. That wasn’t quite what I wanted, so I reinstalled KDE (removing all packages with KDE in their name and their dependencies) and used tasksel to install Gnome. After KDE was removed all eth0 info from /etc/network/interfaces was also removed. I manually added it back to have internet, so I could download Gnome. This worked.

Only thing left was the problem you described here. I had internet, but still got the ‘Device not managed’ message. Therefore I could not download updates in Gnome or enable share in system settings. Both gave the message that I had no internet connection. Also installing new packages in Gnome didn’t work, but didn’t gave any error message. It just said it installed the package, but it wasn’t actually there.

Anyhow, your simple solution made this all work like it should.

Reply
Demien November 10, 2014 - 7:55 pm

Hi mate, you have done a really nice job with all solutions about errors-fails in kali install. You saving me time ans us we know time is money….that means you have to earn lot of time (time u saved*users ) :P just kidding.
Nice job. I have to say to all of those posting errors about your solutions …..guys read carefully if you cant just read a tutorial how you supposed use a pentesting distribution ???

Reply
Mike December 3, 2014 - 11:29 pm

Thumb up, thanks a lot for this hint.

best regards

Reply
Zak December 9, 2014 - 6:34 am

Thanks a lot !

Reply
veent1997 December 14, 2014 - 1:32 am

guyz i have a question can i use kali linux with inbuilt interface???

Reply
frogmaster December 16, 2014 - 3:46 am

Damn You’re good. Thank You.

Reply
Dops December 24, 2014 - 12:19 pm

Thanks for the fix man!

I just have one question that you might be able to answer (I have yet been able to find an answer to this). When I first installed Kali and tried to connect to the internet via Wi-Fi it was unable to connect to the access point and was only able to connect to the internet via eth0. Now this wouldn’t be weird to me if it was with a single computer (could just have a shitty wireless card in a laptop) but it has happened on every installation of Kali. Now what I find is stranger is that this is not an issue when doing the same installing Debian. Granted its only a minor inconvienience and I still have a great installation, but I was wondering if you had any insight to this.

Reply
blackMORE Ops December 27, 2014 - 10:40 am

It’s been widely reported across Debian, Ububtu, RedHat, CentOS and even on Arch. The only common and unchanged thing is the kernel (these distros are very very different in many cases) amongst all these distros.
Time to write a letter to Linus Torvalds I guess.

Reply
agastya January 7, 2015 - 4:08 am

I have done all what u have said,connected with eth0,still not able to surf the net.

Reply
nitrofurano March 27, 2015 - 4:20 am

exactly like me… :S

Reply
poppy January 13, 2015 - 6:59 am

im getting permission denied? any ideas?? please

Reply
KrQt February 4, 2015 - 4:36 am

I get the permission denied error as well while being on the root user has anyone had this problem and know how to fix please and thank you

Reply
zarkones January 18, 2015 - 4:31 am

I am do this, but my laptop and my computer cant detect internet cable, help?

Reply
Freddy January 27, 2015 - 6:04 am

you rock man!!

Reply
Susmith afrro February 2, 2015 - 1:34 am

i need to establish a broadband connection .. i have my ISP username and password. what should i do??

Reply
Geoffrey Morrison February 3, 2015 - 3:33 am

We need to know the type of broadband you wish to access–among other info. Have you called your ISP? Alternately, you might surf your ISP’s site for instruction. Often, that site might include FAQs and a useful “chat” function. If the ISP has confirmed connection, it’s likely that your network interface (“NIC”) requires detection and/or configuration by the operating system. (It may be as simple as unplugging and plugging in again your modem, router, network switches–then, any powerline devices/range extenders, in that order–the networking hardware which directly forms the “chain” to your PC/laptop–or other CPU device.) People here might need the brands and models of the PC/laptop and relevant networking hardware, as well. If you have a router (definitely recommended), that requires configuration (and good passwords) as well. Don’t panic–after all, you’re here!: The odds are heavy that you’ll succeed!

Reply
Inder February 11, 2015 - 12:52 pm

thanks you, works like a charm !!!

Reply
Giuseppe Miragliotta February 21, 2015 - 12:53 am

i had install kali linux. when i put ifconfig-a it show me only lo (the local information). i have a macbook pro 2014 retina and i am in panic :/

Reply
nitrofurano March 27, 2015 - 4:19 am

i’m still without internet – how can i find out what is happening?
it happened months ago when upgrading Crunchbang – perhaps it’s a kernel or package conflict/misconfiguration issue?

Reply
nitrofurano March 27, 2015 - 4:22 am

or some permissions issue?

Reply
linuxer May 27, 2015 - 1:35 pm

solvig all my problems!!!
thx!

Reply
guest May 31, 2015 - 2:37 am

I was able to get Ifupdown(eth0) in network manager. However, network manager is just struggling to connect and then just fails. Any ideas? Thanks

Reply
Geoffrey June 5, 2015 - 4:51 am

Have you tried resetting your networking hardware?: Unplug (for a few seconds, or switch off) and then plug-in (or switch on): modem, router, switches, etc.–in their sequential order from modem to device…. Have you tried rebooting your device–reloading the driver?

Reply
Peter June 8, 2015 - 12:54 am

I’ve got same problem.

Reply
Peter June 8, 2015 - 12:53 am

Hi, I cann’t connect to internet via wired ethernet. I cann’t see any device manager in menu. But I can connet to the internet wirelessly. I was able to connect via ethernet first time on my laptop, but now after second instalation nothing

Reply
Souf June 11, 2015 - 10:41 pm

Thank you so much !!

Reply
Alan Clark June 14, 2015 - 6:37 pm

Thank you VERY much. apt-get autoremove just hosed a good deal of my squeeze system. This was one that didn’t work! It is now back to being normal. (Note to self: NEVER use autoremove!)

Reply
blackMORE Ops June 18, 2015 - 12:00 am

Should’ve paid attention to what autoremove was actually removing. It usually comes up with a long list; which we all typed ‘Y’ at some point lol

Reply
anonymous August 27, 2015 - 5:06 pm

my problem is a bit different. my wired connection is ok but my internet is not browsing and if config is blank no ip no mac ip nothing just blank . i dont get it any helps??

Reply
tiberiu iaincu September 8, 2015 - 7:56 pm

I get permission denied on /etc/NetworkManager/NetworkManager.conf and /etc/network/interfaces.

Reply
Mooon November 10, 2015 - 1:26 am

I get same problem.

Reply
Dhafer October 8, 2015 - 5:31 am

You made my day thank you

Reply
alexander October 21, 2015 - 7:59 pm

I get ifconfig command not found… any tips? tnx.

Reply
blackMORE Ops October 24, 2015 - 10:55 am

You’re not root, that’s why. sudo ifconfig

Reply
Ramon October 26, 2015 - 4:53 pm

Muchas Gracias!! Excelente tutorial.

Reply
Mooon November 10, 2015 - 1:22 am

I installed kali linux 2.0 but I can’t use internet here problem is, wired show connected but server not found show on browser.
If there any solution so inform me [email protected] OR If anywhere have any videos with connect internet from kali 2.0 so give me please.

Reply
Matt December 10, 2015 - 11:18 am

Hey there, I am new to Kail, when I modify the false to true, I am unsure how to save the change. any helo?

Reply
Dixon December 11, 2015 - 2:11 pm

Ctrl+S

Reply
NetFuca April 10, 2016 - 3:46 am

Thank you! Used this to solve a problem with the WiFi connection.

Reply
rudy May 7, 2016 - 10:16 pm

THANKSSSSSSSSSSSSSSSSSSSSSS

Reply
Bruno October 6, 2016 - 3:58 am

Thanks a lot!

Reply
ski holidays to verbier October 31, 2016 - 7:53 am

We stumbledd over here coming from a different website
and thought I might check hings out. I like what
I see so now i’m following you. Look forward
to going over your webb page yet again.

Reply
Adam Dave November 1, 2016 - 12:29 am

Thanks you – you are the best! You solved my problem after spending HOURS looking for something that works.

Reply
auteurdelivre.com November 20, 2016 - 1:28 pm

Hі, аfter reading thijs remarkable piece оf writing
i amm aⅼso glpad to share my know-Һow herᥱ with
friends.

Reply
EMON HOSSAIN November 29, 2016 - 5:26 pm

I install kali on VMware,VirtualBox thousand of time and tried to fix internet connection but failed.I do everything to fix it out but no improvement found.I do everything what you said but it doesn’t work for me.please help me to fix it out.It will be very grateful to me.

Reply
Girish January 15, 2017 - 4:16 pm

Thanks a lot…

Reply
VIKASH SINGH July 30, 2017 - 9:06 am

HAVE ISSUE WITH USB ADAPTER CANNOT CONNECT

Reply
JD September 23, 2017 - 7:07 pm

This fixed the issue thank you!

Reply
prwnd January 6, 2018 - 6:35 am

Worked and solved the problem for me, thanks!

Reply
BestSuzanna February 16, 2018 - 8:20 pm

I see you don’t monetize your site, don’t waste your traffic,
you can earn additional cash every month because you’ve got hi quality content.
If you want to know how to make extra money, search for: Ercannou’s essential tools best adsense
alternative

Reply
Work From Home March 21, 2018 - 10:26 am

Helpful info. Lucky me I discovered your site bby accident,
аnd I’m stunned why tһis accidrnt Ԁid not tօok ⲣlace in advance!
І booknarked іt.

Reply
Anonymous July 16, 2018 - 1:08 am

Wow this tutorial worked for my raspberry pi 3 model b kali 2018. Even my raspberry kali use to show same while being connected to internet. After following above steps I able to use GUI thanks.

Reply
Dragon November 16, 2018 - 3:57 am

How would i come back from the window after the network interfaces clear explanation in keyboard keys

Reply
Jason February 28, 2019 - 6:04 pm

Saved my ass. only place I found the fix after a long time looking. good and clear instructions. Keep up the good info.

Reply
Ben March 11, 2020 - 3:10 am

Thank you so much, I’ve been banging my head around for 2 days because of this issue!!!!

Reply
Johnny March 14, 2020 - 4:02 am

i had the same issue on Arch Linux and tried everything posted here but none of it work. In a desperate attempt i tried the brute force method:
grep -ir eth0 /eth/* | less # to find any configuration file that contained the interface name

The only thing it came up with that wasn’t a comment was “/etc/laptop-mode/conf.d/ethernet.conf”

Well, what a bummer… I never thought of laptop-mode, but sure enough, i commented it out, rebooted and was greeted with a working eth0 in NetworkManager once again!

Reply

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

[script_19]

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

Random Posts

Newsletter

©2025 – Designed and Developed by blackMORE Ops