Diferencias entre las revisiones de 22:49, 25 Agosto 2022, creado por billauger, y la revisión de 13:10, 22 Julio 2022
Nota: el texto en rojo ha sido borrado de la revisión anterior, el texto en verde ha sido agregado en esta revisión y el texto en gris no ha sido cambiado
diferencias en el campo: fabricante
Vast-Technologies-Inc.
diferencias en el campo: nombre del modelo
TP-Link 802.11ac WLAN Adapter
diferencias en el campo: otros posibles nombres del dispositivo
Archer T2U Nano
AC600 Nano Wireless USB adapter
Realtek RTL8811AU
diferencias en el campo: código VendorID:ProductID del dispositivo
10ec:011e
diferencias en el campo: año de comercialización
not-specified
diferencias en el campo: interfaz
USB
diferencias en el campo: distribución GNU/Linux usada para la prueba
debian_11 , guix , parabola
diferencias en el campo: probado con el siguiente kernel libre
Linux x200 5.13.13-gnu, 5.15.41-gnu-1-lts 5.15.41-gnu
diferencias en el campo: ¿funciona con software libre?
yes no
diferencias en el campo: driver libre usado
88XXau from the rtl8812au-aircrack-ng driver
diferencias en el campo: Descripción
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.
El contenido de esta página está en Dominio Público. (vea la página CC0 para información detallada). Cualquiera es libre de copiar, modificar, publicar, usar, vender o distribuir el texto para cualquier propósito, comercial o no comercial, y por cualquier medio.
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