Ethernet plugged in but there is no internet. I have no idea what happened. I just took a normal update like I always do and after that it was all gone. WiFi connects no problem, but there is no internet. Unplugged Ethernet and replugged it back in. Nothing. I dualboot with windows, internet works fine there, so there is no hardware issue. Went into a live environment and chrooted into it and reinstalled network manager and still not a fucking thing. Not sure what these are now. I know about the lo one, but never seen the second wired connection or the virbr0. Any idea how to get my Internet back? I really don't want to reinstall the system because of this. And btw, I even tried a hotspot from my phone and a wire tether from it and still no internet.
System is endeavour OS with KDE on Wayland.
That's why I don't use rolling releases (except debian-testing, which is actually stable). Because these kinds of things are bound to happen 1-5 times a year.
I don't know who downvoted you, but I agree with you. I've used Debian before and loved it, but I have been using arch for so long that I can't use anything else anymore. I just can't even if I tried. This is where I'm most comfortable.
Sorry that's all I got. Hope someone that is better at networking comes along, also maybe ask in a sysadmin or networking page just to give your issue a bit more exposure to the knowledgeable peoples of Lemmy.
I'm not familiar with EndeavourOS, but I'll ask a few questions to get the troubleshooting process started:
With the ethernet cable plugged in, can you access your local router config page (if you have one)? e.g.: 192.168.1.1. If not, what happens when you ping the router's address in the terminal?
If you're able to successfully ping/access your router, can you ping a well-known IP address such as 8.8.8.8 (google DNS) or 1.1.1.1 (cloudflare DNS)?
Virb indicates a virtual driver. Are you running this Linux in a VM? Do you VM software installed. I think you may have installed the vmtools and it messed with your physical Ethernet. Virb is showing connected what do you get with an ip a? Does it show all the devices? Do any of them have an ip address?
I run Linux on hardware, not a VM. And I do have VMware installed but I have no VMs set up at all. I can delete them all if that helps fix the issue. I don't use them much anyway.
Your reply doesn't make much sense. You say you have VMware but no VMS but you can delete them. I am not sire if you have them but they are not going to affect the host. I would remove the vmtools package from your computer/host reboot and see if it clears up the issue
You did not respond you request for an IP a to see if the devices are listed and whether they have an IP address.
First step to check would be which packages were updated, and whether there are any .pacnew and .pacsave files in /etc
Cause that's really the only way a pacman update can fuck up networking, by installing a new config file for a networking-related package.
sudo find /etc -name *.pac*
also check if there are systemctl services that didn't come back up (most likely systemd-resolved)
Hey man I have no idea if it is the same, I'm a noon, but I had issues with a kernel update recently with my Debian home server and lost Ethernet too. I couldn't fix but I reverted the kernel update and voila my ethernet started working again. If this bothers you and like me you don't have much knowledge years you could try that .
I wanna say fwupd/lvfs manages firmware updates on Arch (and lots of other distros) these days.
You may be able to roll back the latest firmware update with fwupdmgr. What's the output of fwupdmgr get-devices in your terminal? Also, what is the make/model of the ethernet port that is now on the fritz? You can search for it on the website here: https://fwupd.org/ in the "search for firmware" bar at the top, then you may be able to install the old version with fwupdmgr.
If there's only one physical ethernet port, I'm not sure why there are two wired connections. You try deleting the inactive one? Could have been a bug in an update script that hosed it.
I deleted everything but the one I've been using. Someone said the latest update had a firmware update and it is what fucked my machine. Firmware updates can't be reversed even with timeshift. Fuck, man. I hope I can fix this, otherwise, I'll have to redo every fucking thing.