Dear to all, 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 is grayed... if I give "nmcli device status" the row of connection is showed but the status is unavailable.
I have added Oracle VM VirtualBox Extension Pack. In the following image there are the settings
https://i.stack.imgur.com/xiswv.png
https://i.stack.imgur.com/52dy2.png
https://i.stack.imgur.com/MqNbC.png
https://i.stack.imgur.com/JJ5O5.png
following there are output of lsusb and nmcli
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
https://i.stack.imgur.com/n6udt.png
https://i.stack.imgur.com/7adGU.png
How can I fix this issue?
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 is grayed... if I give "nmcli device status" the row of connection is showed but the status is unavailable.
I have added Oracle VM VirtualBox Extension Pack. In the following image there are the settings
https://i.stack.imgur.com/xiswv.png
https://i.stack.imgur.com/52dy2.png
https://i.stack.imgur.com/MqNbC.png
https://i.stack.imgur.com/JJ5O5.png
following there are output of lsusb and nmcli
Code:
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
https://i.stack.imgur.com/n6udt.png
https://i.stack.imgur.com/7adGU.png
How can I fix this issue?