Commands TP Link Kali Linux
Commands TP Link Kali Linux
------------------------------------
apt upgrade -y
------------------------------------
apt install bc
------------------------------------
reboot
------------------------------------
apt install linux-headers-$(uname -r) -y
------------------------------------
reboot
------------------------------------
git clone https://github.com/KanuX-14/rtl8188eus.git
------------------------------------
apt install unrar
------------------------------------
unrar x filename
------------------------------------
rmmod r8188eu.ko
------------------------------------
echo 'blacklist r8188eu'| tee -a '/etc/modprobe.d/realtek.conf'
------------------------------------
make && make install
------------------------------------
modprobe 8188eu
------------------------------------
reboot
=================================