Make: Linksys WUSB54GC
Chipset: Ralink 2573 USB
Driver: rt73usb
Injection: Yes
Method: Worked out of the box
Code:
root@bt:~# ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 00:18:f8:a4:9e:xx
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
root@bt:~# iwconfig wlan0
wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
root@bt:~# lsusb
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 13b1:0020 Linksys WUSB54GC 802.11g Adapter [ralink rt73]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@bt:~# ls -l /sys/class/net/wlan0/device/driver
lrwxrwxrwx 1 root root 0 2011-10-11 15:40 /sys/class/net/wlan0/device/driver -> ../../../../../../bus/usb/drivers/rt73usb
root@bt:~# lsmod | grep -i rt73usb
rt73usb 23499 0
crc_itu_t 1319 1 rt73usb
rt2x00usb 9319 1 rt73usb
rt2x00lib 33886 2 rt73usb,rt2x00usb
root@bt:~# airmon-ng
Interface Chipset Driver
wlan0 Ralink 2573 USB rt73usb - [phy0]
root@bt:~# airmon-ng start wlan0 13
Found 3 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!
PID Name
768 NetworkManager
1029 wpa_supplicant
1042 dhclient
Interface Chipset Driver
wlan0 Ralink 2573 USB rt73usb - [phy5]
(monitor mode enabled on mon0)
root@bt:~# aireplay-ng -9 mon0
00:02:53 Trying broadcast probe requests...
00:02:53 Injection is working!
00:02:55 Found 1 AP
00:02:55 Trying directed probe requests...
00:02:55 00:19:5B:E7:52:xx - channel: 13 - 'SSID'
00:02:55 Ping (min/avg/max): 2.346ms/5.664ms/10.617ms Power: -66.40
00:02:55 30/30: 100%
root@bt:~#