viernes, 12 de febrero de 2021

Instalar y Descarga para TL-WN723N V3

Está Escrito: 

Por tanto, yo le daré parte con los grandes, y con los fuertes repartirá despojos; por cuanto derramó su vida hasta la muerte, y fue contado con los pecadores, habiendo él llevado el pecado de muchos, y orado por los transgresores. (Isaías 53:12)

Descarga para TL-WN723N V3

Para configurar este Dispositivo lo que realice fue lo siguiente: 

1.- Descarga el tl-wn723n en su pagina Oficial para Linux en mi caso Debian 8.11

2.- Descomprimir el TL-WN723N_V3_150909.zip

  ver el Manual... Installation for linux driver_RTL.pdf 

If your Linux kernel does not support 802.11, please annotate macro
“CONFIG_IOCTL_CFG80211” in “makefile.c”.
CONFIG_IOCTL_CFG80211=n
ifeq ($(strip &(CONFIG_IOCTL_CFG80211)),y)
EXTRA_CFLAGS + = -DCONFIG_IOCTL_CFG80211 = 1
EXTRA_CFLAGS + = -DRTW_USE_CFG80211_STA_EVENT = 1
endif

  3. Type “sudo make” to compile the driver file.

Pero  al ejecutar en make lanza el error:

error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time] DBG_871X_SEL_NL(sel, "build time: %s %s\n", __DATE__, __TIME__); ^ /usr/local/Descargas/TL-WN723N_V3_150909/Driver/core/rtw_debug.c:66:1:
3.1 a ese Archivo lo editas y cambias a: rtw_debug.c

 

    DBG_871X_SEL_NL(sel, "build time: %s %s\n", __DATE__ , __TIME__);

lo Cambie por esto.

    DBG_871X_SEL_NL(sel, "build time: %s %s\n", "2021-01-01", "00:00.00");

Listo...

#make

#make install

a también cree la carpeta y baje el archivo este:

/lib/firmware/rtlwifi

 

Try this,

sudo wget https://github.com/lwfinger/rtl8188eu/raw/c83976d1dfb4793893158461430261562b3a5bf0/rtl8188eufw.bin -O /lib/firmware/rtlwifi/rtl8188eufw.bin

then do reboot.

y Listo...

los Link de Referencia son:

https://github.com/raspberrypi/linux/issues/764

https://www.tp-link.com/ve/support/download/tl-wn723n/v3/#Driver

https://lists.fedoraproject.org/pipermail/users/2015-January/457272.html