The USB section in a virtual machine's Settings window enables you to configure
As soon as the guest system starts using a USB device, it will be disconnected from the
host without a proper shutdown. This may cause data loss.
Oracle Solaris hosts have a few known limitations regarding USB support. See
Give the filter a name, for later reference, and specify the filter criteria. The more criteria you specify, the more precisely devices will be selected. For instance, if you specify only a vendor ID of 046d, all devices produced by Logitech will be available to the guest. If you fill in all fields, on the other hand, the filter will only apply to a particular device model from a particular vendor, and not even to other devices of the same type with a different revision and serial number.
The following criteria are available:
Vendor and Product ID. With USB, each vendor of USB
products carries an identification number that is unique world-wide, called the
vendor ID. Similarly, each line of products is assigned a product ID
number. Both numbers are commonly written in hexadecimal, and a colon separates the
vendor from the product ID. For example,
Alternatively, you can also specify Manufacturer and Product by name.
To list all the USB devices that are connected to your host machine with their respective vendor IDs and product IDs, use the following command:
VBoxManage list usbhost
On Windows, you can also see all USB devices that are attached to your system in the
Device Manager. On Linux, you can use the
Serial Number. While vendor ID and product ID are quite specific to identify USB devices, if you have two identical devices of the same brand and product line, you will also need their serial numbers to filter them out correctly.
Remote. This setting specifies whether the device will be local only, remote only, such as over VRDP, or either.
As an example, you could create a new USB filter and specify a vendor ID of 046d for Logitech, Inc, a manufacturer index of 1, and not remote. Then any USB devices on the host system produced by Logitech, Inc with a manufacturer index of 1 will be visible to the guest system.
Several filters can select a single device. For example, a filter which selects all Logitech devices, and one which selects a particular webcam.
On a Windows host, you will need to unplug and reconnect a USB device to use it after creating a filter for it.
Ensure the filters you need immediately are selected in the list. Selected filters will be attached automatically when the VM starts.