Installing the Compact Wireless on UBUNTU for ALFA-AWUS050NH/driver rt2800usb or ALFA-AWUS036H/driver RTL8187
Code:
sudo rmmod rtl8187
sudo rmmod mac80211
echo "blacklist rtl8187" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist mac80211" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist r8187" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist rt2870sta" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist rt3070sta" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist rt2800usb" | sudo tee -a /etc/modprobe.d/blacklist.conf
sudo mkdir /usr/src/drivers
cd /usr/src/drivers
sudo wget http://download.aircrack-ng.org/drivers/compat-wireless-aircrack-alfa036h-050nh.tar.bz2
sudo tar jxvf compat-wireless-aircrack-alfa036h-050nh.tar.bz2
cd compat-wireless-aircrack-alfa036h-050nh
sudo make
sudo make install
sudo make unload
- At this point, to use the driver RTL8187 with ALFA-AWUS036H, load the appropriate module with this command:
Code:
sudo modprobe rtl8187
- While, for use of the new ALFA-AWUS050NH, load driver RT2800usb:
Code:
sudo modprobe rt2800usb
UPDATE (15/Jul/09)
Ref. ALFAAWUS050NH on Ubuntu Jaunty -
- It was released Kernel 2.6.30 and 2.6.31, and when there are some bugs related to the Ralink driver.
- The injection works well, but if you can not surf the Internet, you can alternatively use the Ralink utility.
(Ralink Wireless Driver Station RT2870sta use)
UPDATE (03/Nov/09)
Ref. ALFA-AWUS050NH on Ubuntu Karmic -
- For surfing in Internet use New driver RT3070sta. (already included)
- For use with Aicrack-ng load RT2800usb driver. (already included)
Ref. ALFA-AWUS036H + RTL8187/Stacks-mac80211 on Ubuntu Karmic -
- For use Aircrack-ng load the default RTL8187 driver, but this driver is NOT stable for browsing Internet.
sudo rmmod rtl8187
sudo rmmod mac80211
echo "blacklist rtl8187" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist mac80211" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist r8187" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist rt2870sta" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist rt3070sta" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist rt2800usb" | sudo tee -a /etc/modprobe.d/blacklist.conf
sudo mkdir /usr/src/drivers
cd /usr/src/drivers
sudo wget http://download.aircrack-ng.org/drivers/compat-wireless-aircrack-alfa036h-050nh.tar.bz2
sudo tar jxvf compat-wireless-aircrack-alfa036h-050nh.tar.bz2
cd compat-wireless-aircrack-alfa036h-050nh
sudo make
sudo make install
sudo make unload
- At this point, to use the driver RTL8187 with ALFA-AWUS036H, load the appropriate module with this command:
Code:
sudo modprobe rtl8187
- While, for use of the new ALFA-AWUS050NH, load driver RT2800usb:
Code:
sudo modprobe rt2800usb
UPDATE (15/Jul/09)
Ref. ALFAAWUS050NH on Ubuntu Jaunty -
- It was released Kernel 2.6.30 and 2.6.31, and when there are some bugs related to the Ralink driver.
- The injection works well, but if you can not surf the Internet, you can alternatively use the Ralink utility.
(Ralink Wireless Driver Station RT2870sta use)
UPDATE (03/Nov/09)
Ref. ALFA-AWUS050NH on Ubuntu Karmic -
- For surfing in Internet use New driver RT3070sta. (already included)
- For use with Aicrack-ng load RT2800usb driver. (already included)
Ref. ALFA-AWUS036H + RTL8187/Stacks-mac80211 on Ubuntu Karmic -
- For use Aircrack-ng load the default RTL8187 driver, but this driver is NOT stable for browsing Internet.
Comments