Update
ISO Image + VMware Install
To get this card to work the way i wanted i had to do the following
Code:
ifconfig wlan0 down
iwconfig wlan0 mode monitor
ifconfig wlan0 up
The reason why i dont use airmon-ng and create mon0 is because i couldnt change mon0's mac address so i just put wlan0 into monitor mode instead. Works better IMO anyway. My ISO Image doesnt have any iwpriv features, i could only change power when i used but what other problems that causes im not to sure.
Pre-Built VMware Image
As said in my first post
Code:
airmon-ng start wlan0
doesnt create the device mon0 it just puts wlan0 into monitor mode. Also it doesnt respond to i had to use
Code:
iwpriv wlan0 highpower 1
and then
Code:
iwconfig wlan0 txpower 27
to get a good signal.
Very weird how they respond differently, but it was still plug and play for me... you guys seem a bit more unlucky then i was.