I’ve been using Bazzite for a couple of months now. I’ve been experiencing a few problems when connecting my PC to my Wifi router.

I’ve been noticing a few websites being extremely slow, such as reddit. I’ve also noticed that Flatpak downloads are extremely slow, with speeds being in two digits of…kb/s! Now, I can mitigate this issue by doing either two things:

  1. Using a VPN
  2. Connecting my PC to my mobile hotspot, which is connected to my same router.

This is puzzling, because if there’s an issue with my ISP, it would show up on my phone as well. If there’s an issue with my built in WiFi adapter, then it would show up when connecting to my hotspot.

I have absolutely no idea what’s going on, could someone help me? I tried changing DNS servers, reseting the network configs, flushing DNS cache, non of these seem to mitigate the issue.

One thing I’ve yet to try is connecting via Ethernet, because as of right now I don’t have a good Ethernet cable with the right length, and I’m gonna order one day and try it.

If anyone has any other suggestions, I would appreciate it

  • tonyn@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    6 days ago

    Try explicitly setting your DNS servers to either cloudflare (1.1.1.1 and 1.0.0.1) or google (8.8.8.8 and 8.8.4.4) and see if that has any effect.

    If that does not help, make sure you’re getting a good signal from your router. Move your PC and router closer together for testing purposes to rule out wifi interference.

    Troubleshooting issues like that are often a matter of ruling things out as best you can to track down the cause.

  • Mechaguana@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 days ago

    I think you can disable and re-enable your network card, its like 2 lines in the terminal, i used to have a slow down which would then disconnect after alot of use, randomly.

      • tychosmoose@piefed.social
        link
        fedilink
        English
        arrow-up
        3
        ·
        6 days ago

        Definitely weird. WiFi connections are poor, but VPN connection over the same WiFi link is good.

        That makes me think perhaps DNS like others have said, or it could be something with your local routing table trying to reach something that’s not reachable. I would probably check the routing table first for anything weird. Like, you might have a static route applied from DHCP, but it’s ignored by your phone OS.

        Since you can reproduce it in the browser I would probably look next at browser dev tools (F12). Go to the network tab. Then reproduce the problem. Once the task properly finishes, hit pause and sort by duration. You can also right click the headers and add a Timings>Latency column. See if there’s anything interesting.

        Like, are the slow steps hitting a new domain name? Is there a slow POST among faster GETs? Is a step repeating after a timeout?

        If nothing’s obvious there I would be tempted to repeat but lower level with wireshark to get the whole network picture. Get a good capture of the problem with a general sense of the timing of the problem pauses (in seconds from the start of capture). Find them in the cap and see what’s what. Compare good vs bad if no clear trends present themselves.

        • joseplinux@lemmy.zipOP
          link
          fedilink
          arrow-up
          1
          ·
          4 days ago

          Thank you for the suggestion. I actually figured out a simple solution, I changed my router from router mode to access point mode, and then connected the ethernet cable to lan port instead of the wan port, and that fixed everything.

  • Papamousse@beehaw.org
    link
    fedilink
    arrow-up
    1
    ·
    6 days ago

    Problem may come from incompatibility between your adapter (driver) and your router, packet size, MTU, windowing, etc. What is your adapter? what kernel version are you using? Try booting on a USB stick containing another distro like MX AHS and do a wifi speed test.

    • joseplinux@lemmy.zipOP
      link
      fedilink
      arrow-up
      1
      ·
      6 days ago

      The problem is not with the Wifi speed per say, its with some website and services, like steam download speeds are as expecting, but browsing Reddit for example, or downloading flatpaks or github is super slow.

    • joseplinux@lemmy.zipOP
      link
      fedilink
      arrow-up
      1
      ·
      6 days ago

      Linux 6.16.4-116.bazzite.fc42.x86_64

      Built-in Wifi from Motherboard, MSI B850 Gaming Plus Wifi

      • Papamousse@beehaw.org
        link
        fedilink
        arrow-up
        1
        ·
        5 days ago

        MSI B850 Gaming Plus Wifi

        It looks like it is a qualcom chipset and should be supported but a quick google show some people have problem with it, you have the latest BIOS?