Hello all,

So I used the following to install my WiFi adapter.
https://github.com/ulli-kroll/rtl8822bu

It got the adapter working but I always have to reload the drivers after restart by

cd rtl8822bu-master
sudo modprobe cfg80211
sudo insmod rtl8822bu.ko

How do I get it to load during boot?

    rnove You'll need to install it, there are instructions for it on the page you linked.

      Justin

      sudo make installfw

      Yeah I done that, still doesn't load at boot. But it's okay I decided to give up on it.

        rnove OK, you gave up quickly. Alternatively, have a systemd service run the modprobe commands at boot.

          Justin Thank you for your help. Much appreciated.

          Reason I gave up on it was that it wasn't running at 5g speeds (even if connected to 5g). Must be because of the USB 3 mode issues that are mentioned in the link.