The weird thing is that it seems to be working? Either I misdiagnosed the problem, or maybe my old one was just broken.

  • doughless@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    6 days ago

    You could try switching your wifi backend to iwd instead of wpa_supplicant.

    If you’re using NetworkManager, then create the file /etc/NetworkManager/conf.d/wifi_backend.conf, and add the following configuration:

    [device]
    wifi.backend=iwd
    
    • tal@lemmy.today
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 days ago

      If it’s periodically dropping, I doubt that it’s going to be the userspace WiFi backend. I’d be more-inclined to blame either the driver or an (unlabeled) hardware variation.

      • doughless@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        5 days ago

        I had this exact issue with both my desktop and server. Anytime I put any sort of load on the outbound connection, the wifi would cut out. After switching to the iwd backend, I haven’t had any issues.