Created
April 25, 2020 14:29
-
-
Save phackwer/e9fe77dc3a626eda6e0d18c7d6cfdabe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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