3

I'm using Ubuntu 16.04 and I'm new to both Ubuntu and VirtualBox. I've already enabled USB controller for Windows 10 virtual machine, But no devices are available when I click to "add USB filter button". So what should I do now?

Aditya
  • 73

2 Answers2

7

You must add your user the vboxusers group by doing:

sudo usermod -G vboxusers -a <username>

Or by edditing the /etc/group file with nano, or vim, and adding your user name in front of vboxusers:

Remember, you must do this in the host, not in the guest. Then logout and login again, or reboot your computer.

Aditya suggest: The extension pack could be required,

see the comments for details.

GTRONICK
  • 4,344
0
  1. sudo apt install virtualbox virtualbox-guest-additions-iso (hit enter button)
  2. Type your password in the blank space
  3. sudo usermod -a -G vboxusers $ USER
  4. sudo apt install virtualbox-ext-pack
  5. sudo usermod -G vboxusers -a (your host computer name as nick, Peter etc whatever without brackets) Finally reboot your PC and check it finds USB drivers.