No USB devices in VirtualBox in Ubuntu Linux?
Problem
In VirtualBox in Ubuntu, USB devices are not displayed and thus cannot be included in the virtual machine.
Solution
In order to use the USB devices, the current user must be added to the “vboxusers” group:
sudo adduser $USER vboxusers
After a reboot, the USB devices should then be usable.