Hi everyone, i use Kali linux 64-bit on a VMware, i have this problem with "airodump-ng mon0", when i pass this line:

Code:
CH  2 ][ Elapsed: 62 s ][ 2014-10-31 07:14                                    
                                                                               
 BSSID              PWR  Beacons    #Data, #/s  CH  MB   ENC  CIPHER AUTH ESSID
                                                                               
                                                                               
 BSSID              STATION            PWR   Rate    Lost    Frames  Probe
Ok, I want to say that i have no wireless extensions and i have a build in wireles card from a laptop ASUS K53S.
In first time when a typed "airmon-ng" i have no interface but i instaled "compat-wireless-2010-06-26-p"
Code:
root@kali:~# iwconfig
wlan1     IEEE 802.11abgn  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          
eth0      no wireless extensions.

lo        no wireless extensions.

wlan0     IEEE 802.11abgn  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          
hwsim0    no wireless extensions.
and now i have that:
Code:
# airmon-ng


Interface	Chipset		Driver

wlan1		Unknown 	mac80211_hwsim - [phy1]
wlan0		Unknown 	mac80211_hwsim - [phy0]
then i type
Code:
root@kali:~# airmon-ng start wlan0


Interface	Chipset		Driver

wlan1		Unknown 	mac80211_hwsim - [phy1]
wlan0		Unknown 	mac80211_hwsim - [phy0]
				(monitor mode enabled on mon0)

root@kali:~# airodump-ng mon0
And shows like first code.


What i have to do to work, or my wireless card is the problem ?