Advertisement
Guest User

RT5370 monitor mode channel -1 patch

a guest
Feb 19th, 2012
4,281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. to make RT5370 based USB adapter work in monitor mode without mon0: -1 error do the following
  2.  
  3. sudo -s
  4. apt-get install build-essential
  5. wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2011-06-16.tar.bz2
  6. tar -jxf compat-wireless-2011-06-16.tar.bz2
  7. cd compat-wireless-2011-06-16
  8. wget http://patches.aircrack-ng.org/mac80211.compat08082009.wl_frag+ack_v1.patch
  9. patch -p1 < mac80211.compat08082009.wl_frag+ack_v1.patch
  10. wget http://patches.aircrack-ng.org/channel-negative-one-maxim.patch
  11. patch ./net/wireless/chan.c channel-negative-one-maxim.patch
  12. make
  13. make install
  14. modprobe rt2800usb
  15. echo 148F 5370 > /sys/bus/usb/drivers/rt2800usb/new_id
  16.  
  17. this was successfully done on ubuntu 11.10 with kernel 3.0.0-12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement