TP-Link TL-WN725N versión 2 en Raspberry Pi

El driver para la versión 2 del TP-Link TL-WN725N no viene por defecto en Raspbian así que no funciona nada más conectarlo al USB.

Puedes compilar tu mismo el driver (muy lento) o simplemente bajarte una versión ya compilada e instalarla.

¡ACTUALIZACIÓN!
Debido a los problemas que estaba teniendo la gente con el error “ERROR: could not insert ’8188eu’: Exec format error.” he compilado y probado yo mismo el driver tanto para 2013-02-09-wheezy-raspbian como para 2013-09-25-wheezy-raspbian con kernel Linux 3.6.11+.

2013-02-09-wheezy-raspbian kernel 3.6.11+:
http://tech.enekochan.com/wp-content/uploads/2013/rtl8188eu/liwei/2013-02-09-wheezy-raspbian-3-6-11/8188eu.ko
2013-09-25-wheezy-raspbian kernel 3.6.11+:
http://tech.enekochan.com/wp-content/uploads/2013/rtl8188eu/liwei/2013-09-25-wheezy-raspbian-3-6-11/8188eu.ko

wget http://tech.enekochan.com/wp-content/uploads/2013/rtl8188eu/liwei/2013-09-25-wheezy-raspbian-3-6-11/8188eu.ko
sudo install -p -m 644 8188eu.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
sudo depmod -a
sudo modprobe 8188eu

Probablemente quieras que tu Raspberry PI se conecte al arrancar. En ese caso edita el fichero /etc/network/interfaces para configurar el SSID y la contraseña de la red wifi:

auto lo

iface lo inet loopback
iface eth0 inet dhcp

allow-hotplug wlan0
auto wlan0

iface wlan0 inet dhcp
        wpa-ssid "ssid"
        wpa-psk "password"

Prueba que todo funciona apagando y volviendo a encender la conexión y mirando con ifconfig que wlan0 ahora ya tiene una IP:

sudo ifdown wlan0
sudo ifup wlan0
ifconfig

Si ves estos mensajes no te preocupes siempre y cuando todo funcione (no sé por qué aparecen pero a mi me funciona todo de todas formas):

ioctl[SIOCSIWAP]: Operation not permitted
ioctl[SIOCSIWENCODEEXT]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Invalid argument

Anteriormente configuraba la conexión usando la aplicación Wifi Config (wpa_gui) en el entorno de escritorio. Esta aplicación configura automaticamente los ficheros /etc/network/interfaces y /etc/wpa_supplicant/wpa_supplicant.conf:

auto lo

iface lo inet loopback
iface eth0 inet dhcp

allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
       ssid="XXXX"
       psk="XXXXXXXXXXXX"
       proto=RSN
       key_mgmt=WPA-PSK
       pairwise=CCMP
       auth_alg=OPEN
}

Pero este sistema me dejó de funcionar con la última versión del driver.

Si usas este método puedes formar a que wpa_supplicant vuelva a reconectar la wifi ejecutando esto:

sudo wpa_supplicant -Dwext -iwlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf

También tuve que configurar los servidores DNS para poder resolver nombres de internet. Esto se hace editando el fichero /etc/resolv.conf. Tan solo añade tus servidores DNS (normalmente tu proveedor de internet te los da) o usa 8.8.4.4 y 8.8.8.8 (servidores DNS de Google):

nameserver 8.8.4.4
nameserver 8.8.8.8

Ref: http://blog.pi3g.com/2013/05/tp-link-tl-wn725n-nano-wifi-adapter-v2-0-raspberry-pi-driver/
https://www.zhujunsan.net/index.php/2013/03/make-tp-link-tl-wn725n-v2-work-on-raspbian/

Tal vez también te guste

Compilar e instalar driver para TP-Link TL-WN725N versión 2 en Raspbian
NOTICE! This module is now deprecated as for kernel >= 3.10.0. If you update with rpi-update the module...
Hacer que Raspbian se ejecute desde un disco duro externo o pendrive
Raspberry Pi can ONLY boot from the SD Card. If you want to use your Raspberry Pi from an external USB...
Arreglar problemas de locale en Raspbian
If you get errros like this while running commands on your Raspbian: perl: warning: Setting locale...
Compilar, instalar, configurar y hacer que arranque al inicio el cliente de noip.com en Raspbian
First sign up for a no-ip account in http://www.noip.com/ and create a hostname for your Raspberry Pi. In...
Dejar un comentario?

22 Comentarios.

  1. hi guys! does anybody know how to get this TP-Link TL-WN725N works on mac os x 10.8.3 ? did not find any working instruction on internet…thanks

  2. Hola amigo, una consulta, hago todo los pasos pero al final me sale este error:

    ericksystem ~ $ sudo modprobe 8188eu
    FATAL: Error inserting 8188eu (/lib/modules/3.5.0-17-generic/kernel/drivers/net/wireless/8188eu.ko): Invalid module format

    Que cosa podrá ser….. gracias

  3. xbian ~ $ sudo depmod -a
    xbian ~ $ sudo modprobe 8188eu
    ERROR: could not insert ’8188eu’: Exec format error

  4. be care of ssid need to be case sensitive, while its not in Windows world.

  5. Hi, I’m using this driver and I’ve been trying to change the MAC address for my wireless and it won’t seem to work. I’ve tried a few different methods to change it. When I use the ifconfig command like so:

    sudo lfconfig wlan0 down
    sudo ifconfig wlan0 hw ether
    sudo ifconfig wlan0 up

    The MAC address remains unchanged and I receive no error.

    When I use macchanger, I receive the following:

    ERROR: Can’t read permanent MAC: Operation not supported
    Permanent MAC: 00:00:00:00:00:00 (Xerox Corporation)
    Current MAC: 64:66:b3:09:24:6a (unknown)
    New MAC: 4e:53:50:4f:4f:46 (unknown)

    Does this driver simply not support changing the MAC address?

  6. Worked great. Thanks for posting this! Was stuck for a while trying to get this to work!

  7. Hola amigo, buena aportación… no tendrás el controlador para el WN723N?? estoy haciendo pruebas con ambos

  8. Hola, ya me he descargado el archivo que tu aportas. Y me gustaria saber como instalarlo. Lo meto en la SD de la raspberry? Me gustaria utilizarlo con RaspBMC. Y cuando lo instale como configuro eso que tu dices. Dandole a shift al principio cuando aparece para entrar?. Muchas gracias por tu ayuda y tu aporte y espero que me puedas ayudar.

  9. Buenas! Muchas gracias por tu articulo y por dejar en enlance del modulo compilado, he seguido las instrucciones y cuando llega la hora de probarlo da error de formato:

    root:~# sudo modprobe 8188eu
    ERROR: could not insert ’8188eu’: Exec format error

    he probado ambos links con el mismo resultado ¿? se te ocurre que puede ser? Gracias!

  10. With the last rpi update the files dont works:

    Linux raspberrypi 3.10.18+ #577 Tue Nov 5 12:33:36 GMT 2013 armv6l GNU/Linux

    pi ~ $ sudo modprobe 8188eu
    ERROR: could not insert ’8188eu’: Exec format error

  11. Excelente man!! Me ayudaste enormemente.
    Gracias.

    Responder

Deje un comentario