Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phackwer/e9fe77dc3a626eda6e0d18c7d6cfdabe to your computer and use it in GitHub Desktop.
Save phackwer/e9fe77dc3a626eda6e0d18c7d6cfdabe to your computer and use it in GitHub Desktop.
In Ubuntu 16.04 LTS, after the initial install with
sudo apt install virtualbox virtualbox-guest-additions-iso virtualbox-ext-pack
I also had to:
sudo usermod -a -G vboxusers $USER
Then I could enable USB 2/3 support in the machine settings.
What the virtualbox-ext-pack actually does, is download the required files from http://download.virtualbox.org/virtualbox and prompt you to accept the license before installing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment