07-25-2015, 11:13 AM
[size=1em]Whenever I've set-up Oracle Virtualbox to test guest operating systems, there seems to be a problem with enabling the computer's USB 2.0 (in VBox version 4) or USB 3.0 ports (version 5), so that the attached devices communicate with the guest OS. I found a neat remedy at http://askubuntu.com/questions/25596/how...virtualbox that I'd like to share, which worked for me...
[/size][size=1em]
Essentially you need to be in a vboxusers group. Open the terminal and type in the following:
[/size][size=1em]
(I think -a -G can alternatively be typed as -aG though I haven't tried this)[/size][size=1em]
You need to reboot or logout/login for group membership to take effect.
[/size][size=1em][/size]
When you have shutdown your virtual OS, go to Settings, within Oracle VM VirtualBox Manager, then down to USB, select this, and then click on the blue icon of a USB plug with a green cross on it on the right hand side of this window. Attach various USB devices and click the green cross each time, so that the devices appear in a list under USB Device Filters (with a tick next to each one). Don't forget to click 'OK button' at the bottom-right so that the changes take effect.[size=1em]
[/size][size=1em]
Regards
Mike[/size]
[/size][size=1em]
Essentially you need to be in a vboxusers group. Open the terminal and type in the following:
[/size]
Code:
sudo usermod -a -G vboxusers <username>
(I think -a -G can alternatively be typed as -aG though I haven't tried this)[/size][size=1em]
You need to reboot or logout/login for group membership to take effect.
[/size][size=1em][/size]
When you have shutdown your virtual OS, go to Settings, within Oracle VM VirtualBox Manager, then down to USB, select this, and then click on the blue icon of a USB plug with a green cross on it on the right hand side of this window. Attach various USB devices and click the green cross each time, so that the devices appear in a list under USB Device Filters (with a tick next to each one). Don't forget to click 'OK button' at the bottom-right so that the changes take effect.[size=1em]
[/size][size=1em]
Regards
Mike[/size]