You can order a Alfa AWUS036H 1000mW USB for $30, I purchased one a month ago and never looked back. I get up to 25 AP's with it and I'm able to inject packets into about 18 of them. Here's a full list of the supported wireless devices

Originally Posted by
ashu2188
It does support internal cards..
I will try that and let you knw the results.
shutdown ur BT and then go to settings of that VM machine and enable usb. It ll do the job
iwconfig shows me wlano but with power off and all such options... will be posting the detail of iwconfig asap.
my wlan card is of intel iwl3945abg.
My laptop model is HP dv2500 series.
warlier it was working fine with same wlan card... Buying usb adapter is another solution but i want to work on this..
Try running this is a terminal and post the output of it
Also try
Code:
ifconfig wlan0 down
ifconfig wlan0 up
If you get SIOCSIFFLAGS: Unknown error 132 when putting the interface up try the following:
Code:
rmmod ath5k
rfkill block all
rfkill unblock all
modprobe ath5k
rfkill unblock all
ifconfig wlan0 up
If you still are having trouble with putting the interface up you can try this:
1. Download and extract http://intellinuxwireless.org/iwlwif...-15.32.2.9.tgz
2. Follow the instructions provided in the readme (copy the binary to /lib/firmware)
Or:
Code:
cp /lib/firmware-2.6.34/iwlwifi-3945-2.ucode /lib/firmware-2.6.35.8/iwlwifi-3945-2.ucode
If it's still not working post the output of this:
Code:
tail /var/log/dmesg
I'd also recommend taking a look at this thread even though it's BT4 it still might help.