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.

screenshot

  • Eugenia
    link
    fedilink
    English
    112 hours ago

    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.

    • @[email protected]OP
      link
      fedilink
      21 hour ago

      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.

  • @[email protected]
    link
    fedilink
    81 day ago

    I lost internet after update. I had to

    sudo systemctl restart NetworkManager

    It then worked for me. Hope this fixes your issue too.

    • @[email protected]OP
      link
      fedilink
      11 day ago

      Nope. I tried that and it didn’t. I’m so fucking confused as to what the hell just happened.

      • @[email protected]
        link
        fedilink
        21 day ago

        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.

  • @jhdeval
    link
    41 day ago

    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?

    • @[email protected]OP
      link
      fedilink
      11 day ago

      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.

      • @jhdeval
        link
        120 hours ago

        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.

        • @[email protected]OP
          link
          fedilink
          119 hours ago

          What I was saying is that I’m not running Linux in a VM.
          I do have virtual box installed
          I can delete virtual box if that helps
          It doesn’t matter now, I had to reinstall. I got tired of working on it and said fuck it. Thanks for your help

  • @[email protected]
    link
    fedilink
    41 day ago

    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)?

    • @[email protected]OP
      link
      fedilink
      21 day ago

      I can ping my gateway, nameserver, Google DNS 8.8.8.8, 1.1.1.1, but it freezes on 4.4.4.4. I even get really good latency, too

      • @InnerScientist
        link
        8
        edit-2
        1 day ago

        No one can ping 4.4.4.4, it doesn’t answer pings.

        This seems like a dns issue, check cat /etc/resolv.conf and try setting the dns server in Networkmanager to “8.8.8.8”.

          • @[email protected]OP
            link
            fedilink
            11 day ago

            My resolve.conf has this only

            search lan
            nameserver 192.168.... the rest of the IP address
            

            What do I change in here?

            • @InnerScientist
              link
              31 day ago

              That seems correct, don’t change anything in there, try the command dig @<routerip> www.google.com or nslookup www.google.com <router ip> if the dig command is not found.

                • @[email protected]
                  link
                  fedilink
                  423 hours ago

                  Fwiw, you don’t really need to worry about your 192.168 address. It’s local to your network. I’m also on 192.168.1.x as it’s the most common internal address scheme for routers. But there are some that use 10.0.1.x or other variations.

                  We would need to know the external IP address that your ISP gives you to do anything with it. That should definitely be blocked out entirely if it appears in a screenshot or command output.

                  https://en.wikipedia.org/wiki/Private_network

                • @InnerScientist
                  link
                  3
                  edit-2
                  1 day ago

                  …that’s the valid response, does ping www.google.com work and curl www.google.com return a bunch of text?

                  If ping www.google.com doesn’t work then your system isn’t using the correct dns server, though your local dns server works (as seen by the prior dig).

                  If curl works then…you have a working internet connection, maybe check the browser settings for proxy or something.

            • @[email protected]
              link
              fedilink
              1
              edit-2
              1 day ago

              Nameserver should be the IP of your router.
              But you should check/set that with nmtui, then NetworkManager overwrites that file itself.

                • @[email protected]
                  link
                  fedilink
                  21 day ago

                  You only need one. Standard is to use your router IP as local nameserver.
                  If your internet provider has issues with name resolutions, which happens sometimes, you can instead set 8.8.8.8 (Google’s nameserver) or 1.1.1.1 (Cloudflare’s nameserver). But then you can’t ping other devices in your local network by name, and loading websites can be a tiny bit slower.

                • @InnerScientist
                  link
                  1
                  edit-2
                  1 day ago

                  DNS turns a domain name into an IP which can then be used to send data through your router, a dns server is the server which is used to do this conversion (www.google.com turns into an IP 1.2.3.4 (that isn’t the actual IP of google)).

                  There are many dns servers, normally your local devices use your router as the dns server, which forwards it to your ISP which they further transfer it over global dns servers.

                  Alternatively you could use Google’s DNS server (8.8.8.8) or cloudflares DNS server (1.1.1.1) but if the one on your router works then just use it.

                  nameserver is the same as DNS server

                  Tldr: set the router IP as your dns server, you only need this one.

  • @[email protected]
    link
    fedilink
    English
    11 day ago

    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 .

    • @[email protected]OP
      link
      fedilink
      224 hours ago

      I appreciate you. No worries. I already tried reverting the kernel. Still didn’t work. They pushed a firmware update and it fucked shit up.

      • @[email protected]
        link
        fedilink
        1
        edit-2
        23 hours ago

        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.

        • @[email protected]OP
          link
          fedilink
          -122 hours ago

          It’s fine. I’m fed up with this shit. I just reinstalled. I have a complete back that I can restore. Fuck this shit, man. Been working on for like 5 fucking hours.

  • @[email protected]
    link
    fedilink
    1
    edit-2
    1 day ago

    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)

    sudo systemctl --failed

    • @[email protected]OP
      link
      fedilink
      2
      edit-2
      1 day ago

      First command gave nothing.
      Second one gave me this

      system-network-wait-online.service loaded failed wait for Network to be configured
      
      Legend: LOAD
      

      -> then explains what it is

      ACTIVE
      

      -> explains what it is

      SUB
      

      -> explains what it is

      1 loaded units listed.
      
  • TimeSquirrel
    link
    fedilink
    11 day ago

    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.

    • @[email protected]OP
      link
      fedilink
      01 day ago

      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.