Skip to content

Instantly share code, notes, and snippets.

@kirilkirkov
Created August 31, 2015 14:24
Show Gist options
  • Save kirilkirkov/2ec13e7613b2905ed152 to your computer and use it in GitHub Desktop.
Save kirilkirkov/2ec13e7613b2905ed152 to your computer and use it in GitHub Desktop.
Ubuntu problem VirtualBox USB "Add device filter" doesnt work. Dont find any usb.
You probably have a permission issue. Add your user ID to group vboxusers with this command: sudo usermod -a -G vboxusers $USER, log off, log on and try again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment