Instalar adaptador wifi usb tp-link kali linux

Iniciado por diego34427, Diciembre 03, 2019, 03:19:01 AM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Diciembre 03, 2019, 03:19:01 AM Ultima modificación: Diciembre 04, 2019, 06:32:22 PM por Gabriela
hola, desde hace un timpo eh intentado instalar kali linux pero nunca puedo conectarlo a una red alguien podria confirmarme si este adpatador me sirve  ---->Tp-link, Adaptador Usb Wifi Alta Ganancia 300mbps, Tl-wn822n<-----
aqui hay algunas imagenes --> You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login

Hola @You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login

Por lo que he podido investigar debes instalar el driver, prueba de la siguiente forma.


Código: bash
$ apt-get update
$ apt install bc
$ sudo apt-get install linux-headers-$(uname -r)


Descargar el siguiente Driver: You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login
Seguir los 4 pasos de la Build guide del repo de github del driver. (son los siguientes).

Make sure you have installed the following packages:
    - make (Tested on 4.2.1)
    - gcc (Tested on 8.2.0)
    - git (OPTIONAL, Tested on 2.18.0)
Download and unpack this repo, or just clone with git:
    $ git clone You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login
    $ cd RTL8192EU/
Build the module:
   $ make clean
   $ make
   # make install
Load our shiny module:
   # modprobe 8192eu


Si esto no te funciona prueba con lo siguiente:

If still doesn't work, follow below steps.

Código: bash
$ make clean
$ make

$ sudo cp 8192eu.ko /lib/modules/5.2.0-kali2-amd64/kernel/drivers/net/wireless/

$ depmod -a

$ modprobe 8192eu

$ insmod 8192eu.ko

restart


Un saludo.