This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/aircrack-ng/rtl8188eus | |
sudo apt update | |
sudo apt install bc | |
sudo rmmod r8188eu.ko | |
git clone https://github.com/aircrack-ng/rtl8188eus | |
cd rtl8188eus | |
sudo -i | |
echo "blacklist r8188eu.ko" > "/etc/modprobe.d/realtek.conf" | |
exit |