Can't get my Netgear A6210 USB Wifi Adapter to work on my linux Ubuntu
Solution 1:
I suggest that you remove the inoperable file:
cd ~/Documents
rm -rf Netgear-A6210
Now clone and build a better version:
git clone -b port-to-4.15 https://github.com/kaduke/Netgear-A6210.git
cd Netgear-A6210
make
sudo make install
Reboot.