Purchased a USB adapter( LinkSys AC1200 Wireless-AC USB adapter/ model WUSB6300) for my Windows laptop and the installation on that was easy. Tricky part is getting it to work in my Linux environment laptop. Cisco does not support Linux with this device.Need to figure out if I can install this to my Linux environment somehow. Some details:
Ubuntu: 14.04 LTS
lsusb: Bus 002 Device 004: ID 13b1:003f Linksys
Hardware at Issue: LinkSys AC1200 Wireless-AC USB adapter
model: WUSB6300
modinfo 8812au | egrep -i 'versi|filen|003f'
returnedmodinfo: ERROR: Module 8812au not found.
I found usinglsmod | grep 8812au
that I got a result called rtl8812au rather than 8812au. Using rtl8812au rather than 8812au in the first two "Load the driver and check" lines did the trick. Ubuntu 16.04. – vicatcu Jan 10 '17 at 22:55