Drivers placa wifi TP-Link

sudo apt install linux-headers-$(uname -r) -y
git clone --depth 1 https://gitlab.com/SimplyCEO/rtl8188eus.git
cd rtl8188eus/
make -j$(nproc)
su -c "make install clean"
su -c "modprobe --remove rtl8xxxu && modprobe 8188eu"

O con DKMS:

su -c "sh dkms-install.sh"

fuente: https://github.com/SimplyCEO/rtl8188eus

Deja un comentario