Driver for Linksys WUSB6300 V2

Hi,

Want to add wifi to Raspberry Pi2. I have linksys WUSB6300V2 USB wifi dongle, but I could not find the driver for it. Does anyone know which driver needs to be installed or openwrt does not support this device?

Thanks

Have you tried kmod-rtl8812au-ct ?

I installed bunch of drivers, 8812au-ct is installed. How to know if wifi dongle is properly installed?

Edit: I guess the driver is not correct (showing Driver=none):

T: Bus=01 Lev=02 Prnt=02 Port=03 Cnt=02 Dev#= 4 Spd=480 MxCh= 0
D: Ver= 2.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=13b1 ProdID=0045 Rev= 2.10
S: Manufacturer=Linksys
S: Product=WUSB6300 V2
S: SerialNumber=123456
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA
I:* If#= 0 Alt= 0 #EPs= 5 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E: Ad=84(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=05(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=06(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=87(I) Atr=03(Int.) MxPS= 64 Ivl=500us
E: Ad=08(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms

Looks as though it requires 88x2bu which isn't available as far as I can see from the openwrt repo.

There does seem to be some work on it:

Alright. Thank you for the info