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

1sudo dkms remove rtl88x2bu/5.6.1 --all

Then get the new version

1git clone https://github.com/cilynx/rtl88x2bu.git
2cd rtl88x2bu
3make clean
4cd ..
5sudo dkms add ./rtl88x2bu
6sudo dkms install rtl88x2bu/5.8.7.1