Aircrack Driver Rtl 8187

The rtl8187 driver is a FOSS mac80211 driver for RTL8187L and RTL8187B. Rtl8187 is part of the official Linux kernel. Starting with 2.6.27, this driver is supported by aircrack-ng. To use the driver with aircrack-ng, it's recommended that you apply the following patch: 2.6.28:. Before install the new drivers, Easy Driver Pro backs up your existing Drivers and settings to create a restore point just in case one of the RealTek RTL8187 Network Drivers For Windows 10 turns out to still be incompatible. Easy Driver Pro updates your Drivers, based on the scan, and matches to the latest most compatible versions.
This is the oficial driver of Realtek 8187L chipset, with some modifications and upgrades to work fine in > 3.80 Linux kernel.
Aircrack Driver Rtl8187 Driver
Tested on Ubuntu 13.04 (Linux kernel 3.8.0-31) with usb card ALFA Networks AWUS036H, used for daily use (navigation, downloads...) and test security of wireless networks with some utils (e.g aircrack-ng)
Installing driver
Download the updated driver from GitHub:
wget https://github.com/Dekadencee/rtl8187-Linux-Driver/archive/master.zip
Unzip file and remove zip:
unzip master.ziprm master.zip
Compile driver:
cd mastersudo makesudo make install
Backlist the native drivers to aboid conflict:
echo 'blacklist rtl8187' sudo tee -a /etc/modprobe.d/blacklist.conf
Reboot or reload drivers manually removing the native one:
sudo modprobe -rfv rtl8187sudo modprobe -v r8187l
Thanks
Special thanks to varunendra (http://ubuntuforums.org/member.php?u=1043629) for the guides and tips on Ubuntu forums