usb wifi adapter is not working on Ubuntu 20.04.1 LTS
By Jessica Wood •
I have a USB wifi adapter and I don't seem to make it work. it working before (2 months ago) but now it's not. running lsusb returns the driver:
Bus 001 Device 009: ID 0bda:b812 Realtek Semiconductor Corp. USB3.0 802.11ac 1200M Adapter
I'm not sure if the adapter is broken or I need a new driver and I looked on the internet and couldn't find and suitable driver for it.
Any help is much appreciated. I have already tried the solution here but didn't work. I think it's for some old drivers
11 Answer
The circa-2018 answer elsewhere here in AU is, I now believe, obsolete.
With a working internet connection by ethernet, tethering or whatever means possible, open a terminal and do:
sudo apt update
sudo apt install git dkms build-essential
git clone
cd rtl88x2bu
VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf)
sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}
sudo dkms add -m rtl88x2bu -v ${VER}
sudo dkms build -m rtl88x2bu -v ${VER}
sudo dkms install -m rtl88x2bu -v ${VER}
sudo modprobe 88x2buYour wireless should now be working.
1More in general
"Zoraya ter Beek, age 29, just died by assisted suicide in the Netherlands. She was physically healthy, but psychologically depressed. It's an abomination that an entire society would actively facilitate, even encourage, someone ending their own life because they had no hope. Th…"