How may I get the USB Wifi recognized and operational when I plug it in?
When I use the lsusb
command it shows:
Realtek Semiconductor Corp
.
For the manufacturer I know the driver is RTL8811CU
On the package I can read:
Dual band USB Adapter;
600 mbps;
2.4 GHz + 5 GHz;
USB 2.0 High-Speed;
IEEE: 802.11 ac;
Supported OS: Windows XP/Vista/7/8/10/Mac/Linux;
My Ubuntu OS is:
Ubuntu 18.04.4 LTS;
Release: 18.04;
Codename: bionic;
My linux kernel version is:
4.15.0-88-generic
Best Answer
It should work. Just open your network configuration manager and connect to your wi-fi hotspot.
In my case it is in Main menu -> Preferences -> Settings -> Wi-Fi:
If your adapter does not work, you could try:
sudo apt install dkms -y
sudo ubuntu-drivers autoinstall
then
or, if previous did not help: