Saturday, March 5, 2011

Installing Compact-Wireless patched on Ubuntu Maveric with Kernel 2.6.35 to 2.6.37

for drivers rtl8187, zd1211rw, iwl3945, ath5k, rt73usb, rt2800usb)
New package already patched for Ubuntu Maverick or Lucid with new Kernel 2.6.35 to 2.6.37
(include patch to fix problem in Airodump-ng --> "mon0 is on channel: -1")

Download drivers: Compat-wireless-aircrack-maverick-patched

Code:
sudo rmmod rtl8187 zd1211rw iwl3945 ath5k rt73usb rt2800usb mac80211 cfg80211
sudo mkdir /usr/src/drivers
cd /usr/src/drivers
sudo tar jxvf compat-wireless-aircrack-maverick-patched.tar.bz2
cd compat-wireless-aircrack-maverick-patched
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 iwl3945

While, for use of the new ALFA-AWUS050NH, load driver rt2800usb:
sudo modprobe rt2800usb

---------------

I tried the iwl3945 works, there was a problem in gnacktrack "mon0 is on channel: -1 " improved

No comments:

Post a Comment