Friday, May 17, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 7485  / 2 Years ago, fri, february 25, 2022, 4:54:28

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?


More From » virtualbox

 Answers
6

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.


[#12068] Friday, February 25, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
erettor

Total Points: 303
Total Questions: 121
Total Answers: 103

Location: Colombia
Member since Mon, May 2, 2022
2 Years ago
;