To get my miscellaneous USB WiFi adapter working with linux
First, remove any old versions that I may have installed that are no longer compatible with new kernels
sudo dkms remove rtl88x2bu/5.6.1 --all
Then get the new version
git clone https://github.com/cilynx/rtl88x2bu.git
cd rtl88x2bu
make clean
cd ..
sudo dkms add ./rtl88x2bu
sudo dkms install rtl88x2bu/5.8.7.1