Hy All!

I would like to analyze communication between some Zigbee devices, therefore I bought a CC2531 Zigbee emulator/sniffer with CC Debugger from Aliexpress (CC2531 Zigbee Emulator CC-Debugger USB Programmer CC2540 CC2531 Sniffer with antenna Bluetooth Module Connector Downloader Cable).

I connected it to my notebook on USB port. The Kali linux found it, but i can not use it because the driver was not loading.

Can someone help for me, that what kind of driver i need to install?

Thank you in advance for your help.
Other Informations:
I use 2019.1 version of Kali linux in virtual machine.

dmesg output:

[ 31.079930] fuse init (API version 7.27)
[ 325.912832] usb 1-2: new full-speed USB device number 3 using ohci-pci
[ 326.448788] usb 1-2: New USB device found, idVendor=0451, idProduct=16ae, bcdDevice=47.21
[ 326.448790] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 326.448792] usb 1-2: Product: CC2531 USB Dongle
[ 326.448793] usb 1-2: Manufacturer: Texas Instruments

lsusb output:

Bus 001 Device 003: ID 0451:16ae Texas Instruments, Inc.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 32
idVendor 0x0451 Texas Instruments, Inc.
idProduct 0x16ae
bcdDevice 47.21
iManufacturer 1 Texas Instruments
iProduct 2 CC2531 USB Dongle
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 100mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 5
Device Status: 0x0000
(Bus Powered)

usb-devices output:

T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=02 Dev#= 3 Spd=12 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=32 #Cfgs= 1
P: Vendor=0451 ProdID=16ae Rev=47.21
S: Manufacturer=Texas Instruments
S: Product=CC2531 USB Dongle
C: #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)

zbid output:

Traceback (most recent call last):
File "/usr/bin/zbid", line 11, in <module>
show_dev()
File "/usr/bin/zbid", line 5, in show_dev
kb = KillerBee()
File "/usr/lib/python2.7/dist-packages/killerbee/__init__.py", line 150, in __init__
raise Exception('No interface found')
Exception: No interface found