THIS COMES STRAIGHT OUT OF THIS THREAD:
http://forums.remote-exploit.org/sho...highlight=rt73)
ORIGINALLY FROM SHAMANVIRTUEL
First of all, you need to download this:
http://homepages.tu-darmstadt.de/~p_larbig/wlan/rt73-k2wrlz-2.0.1.tar.bz2
(just save to root)
(this comes from shamanvirtuel's thread: http://forums.remote-exploit.org/sho...highlight=rt73 )
Code:
-Shutdown WUSB54GC:
ifconfig rausb0 down
-Uninstall drivers:
rmmod rt73
-Extract new drivers to root:
tar -xvjf rt73-k2wrlz-2.0.1.tar.bz2
-cd to driver dir + install it:
cd rt73-k2wrlz-2.0.1
cd Module
make
make install
modprobe rt73
-ready to go:
ifconfig rausb0 up
iwconfig rausb0 mode monitor channel xx rate 1M
-now try to capture packets:
airmon-ng stop rausb0
macchanger -m xx:xx:xx:xx:xx:xx
airmon-ng start rausb0
airodump-ng rausb0
etc.....



