I am new to Ubuntu and I am trying to get a Mercusys AC650 usb wifi to work in Ubuntu 20.04. I was very happy to see a solution already listed here in Ask Ubuntu and I followed some commands which had the AC650 connecting to my wifi. The commands from the question 'Realtek RTL8811CU Wifi Dongle' that I used to have the wifi working initially were;
sudo apt install build-essential -y
mkdir -p ~/build
cd ~/build
sudo apt install git
git clone https://github.com/brektrou/rtl8821CU.git
cd rtl8821CU
make
sudo make install
However the wifi stopped functioning and I had to get a wired connection up to get the internet once more. Once back on the internet I moved the folder ~/build/rtl8821CU to the recycling folder and completed the commands listed above to once again have the wifi working once more. I think the first time the wifi stopped working was due to a ubuntu software update having been completed and then a reboot of the machine. When the software update initialised once again after the wifi was once more working for a second time the wifi stopped working after I rebooted.
Please could you advise how I get this Mercusys AC650 wifi working once more in Ubuntu 20.04 as I believe the automatic software updates cause the code I used previously to good effect to now no longer function?
dkms status
you might need a reboot – Jeremy31 Dec 02 '20 at 22:38