Hi, I'm very new in linux, just decided to learn about pentests, security, etc. I followed some tutorials on youtube and google, but I stuck on 'airodump-ng' step, showing no results. I spent days trying to find a solution so I gave up searching and came here to ask for some help.

Following the 'How To Make A Valid Thread', here are some information...

My notebook is a Dell I14-3443-A4 running windows 10. Using the last Kali Linux for VMware (Kali-Linux-2016.1-vm-amd64), last version of VMware either. My device is TP-LINK TL-WN321G V4 (I didnt find on the internet the linux driver for this version 4)

Some commands...

iwconfig
Code:
root@kali:~# iwconfig
eth0      no wireless extensions.

wlan0     IEEE 802.11bg  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
          
lo        no wireless extensions.
airmon-ng
Code:
root@kali:~# airmon-ng

PHY	Interface	Driver		Chipset

phy0	wlan0		rt2800usb	Ralink Technology, Corp. RT2070
airmon-ng start wlan0
Code:
root@kali:~# airmon-ng start wlan0

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 run 'airmon-ng check kill'

  PID Name
  747 NetworkManager
  861 wpa_supplicant
  862 dhclient

PHY	Interface	Driver		Chipset

phy0	wlan0		rt2800usb	Ralink Technology, Corp. RT2070

		(mac80211 monitor mode vif enabled for [phy0]wlan0 on [phy0]wlan0mon)
		(mac80211 station mode vif disabled for [phy0]wlan0)
dmesg | tails
Code:
root@kali:~# dmesg | tail
[  453.921310] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x101c with error -110
[  454.024621] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x1004 with error -110
[  454.128539] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x1004 with error -110
[  454.232101] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x0438 with error -110
[  454.335675] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x0438 with error -110
[  455.169343] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x101c with error -110
[  455.273369] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x101c with error -110
[  455.376084] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x101c with error -110
[  455.480194] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x101c with error -110
[  455.583982] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x101c with error -110
I really tried a lot of suggestions found in some similar threads found on google, but no results

Thanks for any help