tplink AC300 WIFI adapter driver problem
tplink AC300 WIFI adapter driver problem
Hi, I have bought a wifi USB adapter Tplink AC300 with Archer T1XU. I've downladed driver source code from tplink web site and I've compiled them with make command but I got these error messages:
...
/home/stepet/tplink/aic8800_linux_driver/drivers/aic8800/aic8800_fdrv/rwnx_main.c:1057:30: error: ‘struct wireless_dev’ has no member named ‘mtx’
1057 | mutex_lock(&vif->wdev.mtx);
...
etc.
and many other warnings.
Can you help me?
Thanks, S.P
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
I've just looked into this and noticed the ID 3625:0110 is indeed not listed in the driver from github.com/shenmintao/aic8800dc, hence this driver won't be loaded for the TX1U Nano.
According to the older driver posted by TP-Link their TX1U should use the same chip as another adapter made by Tenda. So, what you could do is to edit the file "aicwf_usb.h" and replace the vendor ID and product ID of the Tenda with the numbers for the TX1U. After that re-install the driver as per shenmintao's instructions (i.e. make clean, make, sudo make install) and reboot Linux.

- Copy Link
- Report Inappropriate Content
Information
Helpful: 0
Views: 1341
Replies: 11
Voters 0
No one has voted for it yet.
