• youmaynotknow
    link
    fedilink
    12 days ago

    Could that be my issue? I’ve always done Gnome. WiFi is always broken. Network in general really.

    • @[email protected]
      link
      fedilink
      32 days ago

      To be fair, that sounds like a driver issue rather than a desktop environment. But you can try though.

      • youmaynotknow
        link
        fedilink
        22 days ago

        Could be. What blows my mind is that both my PC and laptop work on Fedora, PopOS, Endeavour, and Bazzite out of the box, but network is fully broken, LAN and WiFi.

        • @[email protected]
          link
          fedilink
          22 days ago

          Does network work on those distros but not on openSUSE, or network doesn’t work at all?

          Maybe it’s a switch issue? Can you try sudo rfkill and see what’s the output?

          • youmaynotknow
            link
            fedilink
            11 day ago

            They work on any other distro I’ve tried. OpenSUSE is the only one that never gets an address. Static or DHCP, doesn’t make a difference. I’ll try again with your suggestion from a USB drive, since I don’t remember all the things I tried that did nothing to help. Thanks.

            • @[email protected]
              link
              fedilink
              21 day ago

              No problem.

              Hmm, if there was a soft-block or a hard-block that would affect all the other distros as well. In that case, trying from a Live ISO would indeed help. Maybe this could be something related to Network Manager. Can you check interfaces with ip a?

              Also check if Network Manager running with systemctl status NetworkManager. If it doesn’t work, start it with sudo systemctl start NetworkManager, then chekc your connection again.