Differenze tra la revisione del 22:49, 25 agosto 2022, creata da billauger, e la revisione del 13:10, 22 luglio 2022
Nota: il testo in rosso è stato cancellato dalla revisione precedente, il testo in verde è stato aggiunto in questa revisione e il testo in grigio non è stato cambiato
differenze nel campo: marca
Vast-Technologies-Inc.
differenze nel campo: nome del modello
TP-Link 802.11ac WLAN Adapter
differenze nel campo: eventuali altri nomi del dispositivo
Archer T2U Nano
AC600 Nano Wireless USB adapter
Realtek RTL8811AU
differenze nel campo: codice VendorID:ProductID del prodotto
10ec:011e
differenze nel campo: anno di commercializzazione
not-specified
differenze nel campo: interfaccia
USB
differenze nel campo: distribuzione GNU/Linux usata per il test
debian_11 , guix , parabola
differenze nel campo: testato con il seguente kernel libre
Linux x200 5.13.13-gnu, 5.15.41-gnu-1-lts 5.15.41-gnu
differenze nel campo: funziona con il software libero?
yes no
differenze nel campo: driver liberi usati
88XXau from the rtl8812au-aircrack-ng driver
differenze nel campo: Descrizione
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.
I contenuti di questa pagina sono di Pubblico Dominio. (leggi la pagina CC0 per informazioni dettagliate). Chiunque è libero di copiare, modificare, pubblicare, usare, vendere, o distribuire tale contenuto per qualsiasi fine, commerciale o non commerciale, e con ogni mezzo.
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