I just moved and I was forced by the wife to place my computer in a certain spot :(.
Anyways, I do not have a long enough ethernet cable to my desktop. However, I did go on amazon and buy what I thought was a decent dual band USB WiFi adapter: Realtek 8811CU
Guess what ... needs a driver installed. According to some google searches, I want to do this:
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
I need some help. How can I accomplish this by downloading the files on windows and transferring them to Ubuntu? Maybe it is a better idea to hook up a cell phone as a tethered hot spot and then get that driver?
Thanks Mike