Cómo instalar driver rtl8812au en Linux Debian
Abrir terminal:
$ lsusb // Para ver si detecta dispositivo
Bus 002 Device 003: ID 05c6:904e Qualcomm, Inc. Android
Bus 002 Device 002: ID 0bda:8812 Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac 2T2R DB WLAN Adapter
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
En ni caso si lo detecta: segunda linea.
$ sudo apt-get install dkms
//Descomprimir zip: https://github.com/aircrack-ng/rtl8812au
// Cambiar a terminal en carpeta descomprimida y
$ sudo make dkms_install
Actualización: 19-07-22
Supuestamente: (según el readme.md)### DKMS
This driver can be installed using [DKMS]. This is a system which will automatically recompile and install a kernel module when a new kernel gets installed or updated ...
pero en mi último upgrade el driver dejo de funcionar,
lo intente de nuevo con dkms y me daba errores así que termine haciendo:
### Make
For building & installing the driver with 'make' use
```
$ make && make install
... y solo luego de reiniciar el PC, pude volver a usar el wifi.
