USB Settings

The USB section in a virtual machine's Settings window enables you to configure 's sophisticated USB support.

can enable virtual machines to access the USB devices on your host directly. To achieve this, presents the guest OS with a virtual USB controller.

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 Known Limitations.

also enables your guests to connect to remote USB devices by use of the VirtualBox Remote Desktop Extension (VRDE). See Remote USB.

Enable USB for a VM
  1. Ensure the VM is not running.
  2. Select the VM in the machine list, and then click Settings.
  3. On the USB tab, select Enable USB Controller and choose the USB Controller you need for your guest OS. In most cases this will be xHCI. Only use OHCI or EHCI if your guest OS does not support xHCI. For some legacy Windows guests you'll need to install third party drivers for xHCI support.

    • OHCI supports USB 1.1
    • EHCI supports USB 2.0. This also enables OHCI.
    • xHCI supports all USB speeds up to USB 3.0

  4. Specify which devices can be attached to the guest by adding USB Device Filters. USB devices with a matching filter will be automatically passed to the guest once they are attached to the host. USB devices without a matching filter can be passed manually to the guest, for example by using the Devices, USB menu.
    • Click the USB filter button to create a new filter with blank fields, and then complete the fields.
    • Or, click the Add USB filter button to create a filter with the fields completed for the selected USB device.

    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, 046d:c016 stands for Logitech as a vendor, and the M-UV69a Optical Wheel Mouse product.

      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 lsusb command.

    • 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.

  5. On a Windows host, you will need to unplug and reconnect a USB device to use it after creating a filter for it.

  6. Ensure the filters you need immediately are selected in the list. Selected filters will be attached automatically when the VM starts.