sparkyg
Anime Historian
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 2
1000 XP
TP-LINK WN722N V2/V3.xx - How to Fix Monitor Mode
Connect your Wifi Adapter
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install linux-headers-$(uname -r)
sudo apt-get dist-upgrade
sudo apt-get 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
sudo make
sudo make install
sudo modprobe 8188eu
Disconnect your Wifi Adapter
Connect your Wifi Adapter
sudo rmmod r8188eu.ko
sudo ifconfig wlan0 down
sudo airmon-ng check kill
sudo airmon-ng start wlan0
ifconfig wlan0 up
sudo aireplay-ng --test wwlan
If u reboot the system, put again
sudo modprobe 8188eu
and
sudo rmmod r8188eu.ko
Connect your Wifi Adapter
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install linux-headers-$(uname -r)
sudo apt-get dist-upgrade
sudo apt-get 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
sudo make
sudo make install
sudo modprobe 8188eu
Disconnect your Wifi Adapter
Connect your Wifi Adapter
sudo rmmod r8188eu.ko
sudo ifconfig wlan0 down
sudo airmon-ng check kill
sudo airmon-ng start wlan0
ifconfig wlan0 up
sudo aireplay-ng --test wwlan
If u reboot the system, put again
sudo modprobe 8188eu
and
sudo rmmod r8188eu.ko