Differences between the revision of 22:49, 25 August 2022, created by billauger, and the revision of 13:10, 22 July 2022
Notice: the text in red has been deleted from the previous revision, the text in green has been added in this revision and the text in gray has not been changed.
differences in the entry: vendor
Vast-Technologies-Inc.
differences in the entry: model name
TP-Link 802.11ac WLAN Adapter
differences in the entry: possible other names of the device
Archer T2U Nano
AC600 Nano Wireless USB adapter
Realtek RTL8811AU
differences in the entry: VendorID:ProductID code of the device
10ec:011e
differences in the entry: year of commercialization
not-specified
differences in the entry: interface
USB
differences in the entry: GNU/Linux distribution used for the test
debian_11 , guix , parabola
differences in the entry: tested with the following kernel libre
Linux x200 5.13.13-gnu, 5.15.41-gnu-1-lts 5.15.41-gnu
differences in the entry: does it work with free software?
yes no
differences in the entry: free driver used
88XXau from the rtl8812au-aircrack-ng driver
differences in the entry: Description
Note: [h1]kernel module: 88XXau[/h1]
[p]
This is not free software!
[/p]
[p]
Most realtek recent drivers have a nonfree firmware as byte arrays in
the vendor ID registered C files. The files have GPL license headers; but the corresponding source code is incorrect: it should be [code]2357:011e[/code] (see: https://h-node.org/issues/view/en/380). apparently not available.
[/p]
for example:
[list][*]hal/rtl8812a/hal8812a_fw.c[/*][/list]
(from sources: aircrack-ng / rtl8812au / rtl8812au-aircrack-ng / rtl8812au-ng)
[p]
Someone would need to liberate/replace those firmwares. The architecture of the CPU of these WiFi cihp is 8051; so it's already possible to de-compile the code with radare2, and we know the entry point.
[/p]


Tested with a Guix System, using the [code]rtl8812au-aircrack-ng-linux-module[/code] module. Related entries:
[list][*]https://h-node.org/wifi/view/en/2045/A6100-AC600-DB-Wireless-Adapter--Realtek-RTL8811AU-[/*][/list]


The configuration looked like so: [h1]NOTE: the actual VID/DID is 2357:011e[/h1]
[i](ticket [a]https://h-node.org/issues/view/en/380 | #380[/a] is preventing the correct entry)[/i]
[code]
(use-modules (gnu packages linux)
...)

(operating-system
(host-name "x200")
...
(kernel-loadable-modules (list rtl8812au-aircrack-ng-linux-module))
...
[/code]

The performance appears very good on the 5 GHz band (OK on the 2.4 GHz band). It saturated my 50/10 MBPS link easily from across the apartment on the 5 GHz band.
The contents of this page are in the Public Domain. (see the CC0 page for detailed information). Anyone is free to copy, modify, publish, use, sell, or distribute the text for any purpose, commercial or non-commercial, and by any means.
h-node.org is a hardware database project. It runs the h-source PHP software, commit cdeda15, available under the GNU General Public (GPLv3) License.
JavaScript license information