I have the following scenario: I have as host operating system windows 10 x64 and as guest operating system linux ubuntu 21.10 in virtual machine. I want use a usb/ethernet adapter 3.0 type c in linux o.s. and also add a vlan interface. when I try to make virtual machine with vmware workstation the usb device isn't found with "lsusb" command, while with virtualbox usb device is founded but connection in grayed... if I give "nmcli device status" the row of connection is showed but the status is unavailable. How can I fix this issue?
edit: the adapter no more work also with virtualbox machine and I have added Oracle VM VirtualBox Extension Pack. In the following image there are the settings
nmcli doen't no more show the interface unavailable and lsusb no more show the usb device
edit 2: I don't know how but I have seen usb from guest system... following there are output of lsusb and nmcli
fra@fra-Linux:~/Scrivania$ sudo lsusb
[sudo] password di fra:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
fra@fra-Linux:~/Scrivania$ sudo lsusb
Bus 002 Device 002: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
fra@fra-Linux:~/Scrivania$ nmcli device status
DEVICE TYPE STATE CONNECTION
enp0s3 ethernet collegato Connessione via cavo 1
enx000ec6556c66 ethernet non disponibile --
enx000ec6556.83 vlan non disponibile --
lo loopback non gestito --
fra@fra-Linux:~/Scrivania$ state "non disponibile" means "unavailable" or "not available"
state "collegato" means "linked"
state "non gestito" means "not managed"
in the prompt "Scrivania" means desktop
in the following 2 screenshot you can view that connessione ethernet 1 isn't showed to desktop applet
6 Reset to default