Hi! I have just recently installed Zorin fresh onto my computer as an inttoduction to Linux as a whole (aside from some minor recreational use on my mobile phone) and presumed the setup would be smooth sailing. I have however come to recognize that my WiFi USB Adapter is not being recognized by Zorin, which means I am unable to connect to the internet bar through USB tethering to my phone. I figure it is some form of driver issue, but this being my first real experience with Linux I am lost and in desperate need of assistance. I have tried for quite a while to solve this issue but to no success on my own.
The WiFi Adapter in question is the NetGear Wireless Adapter AC1900, using RTL8814AU. Any help at all is greatly appreciated, and I apologise for the very beginner issues. Please do request any information needed.
My apologies, I has gone to sleep as it was very late at night in my region. When I woke up this morning, I got my USB tethering sorted and followed these instructions. Should it simply just work now, or is there more setup to it? I did everything as told but it seems the WiFi menu still thinks there is no WiFi adapter plugged in. It's not a problem with the USB connection, the adapter does show up in lsusb and is not plugged into any hub.
I cannot say, since I cannot see your terminal history to see how the commands were run.
The github source states:
Supported Chipsets
USB : RTL8814AU, RTL8821AU, RTL8821CU, RTL8822BU, RTL8822CU
Is your card correctly identified?
Under the same page troubleshooting, it says:
The kernel modules for RTL8821CU are used to demonstrate here, you need to change the module name according to the chip that your Wi-Fi adapter uses.
This unloads the modules for RTL8821CU, due to some pecularities in the modprobe utility, two steps are required. If you are not sure the names of the loaded modules for your Wi-Fi adapter, run lsmod | grep -i rtw
sudo modprobe -r rtw_8821cu
This above tells me that the modprobe command we gave above may be slightly off... Maybe
I can confirm that it is correctly identified. The list identifies it as follows,
And as far as I can find online (through a few pages of sellers), that is indeed consistent with the specs of the device. I have not seen any sources that identify it's chipset as being anything other than the RTL8814AU for this model.
* **Install the Driver**
After adding the repository, install the driver with:
Code
* ```
sudo apt install rtl8814au-dkms
Install Additional Tools
It is recommended to install net-tools and wireless-tools for better network management:
Code
sudo apt install net-tools wireless-tools
* **Reboot Your System**
Reboot your computer to load the new driver.
* **Connect to WiFi**
Use the `iwconfig` command to find your wireless interface and connect to your WiFi network.