I had to run these commands to get mine working in vmware. first make sure it is enabled (VM > Removable Devices > connect the alpha)
ifconifig to check devices
lsusb to check if usb is connected
airmon-ng to see interface
modprobe rtl8187
dmesg |tail -20 to see if driver is turned on, it will probably say radio off
to turn on:
root@bt:~# rmmod rtl8187
root@bt:~# rfkill block all
root@bt:~# rfkill unblock all
root@bt:~# modprobe rtl8187
root@bt:~# rfkill unblock all
root@bt:~# ifconfig wlan1 up (or wlan0 if that's the case)


