VirtualBox failed to access the USB subsystem

Asked By 20 points N/A Posted on -
qa-featured

Hello,

I am using Thunderbird and trying to access USB devices using VirtualBox but I am receiving the following error message. You can see the attached image and find out the relevant solution to fix this problem. Any assistance would be greatly appreciated. Thanks for any help.

VirtualBox-Warning

Failed to access the USB subsystem.

VirtualBox is not currently allowed to access USB devices. You can change this by adding your user to the `vboxusers’ group. Please see the user manual for a more detailed explanation.

SHARE
Answered By 0 points N/A #171239

VirtualBox failed to access the USB subsystem

qa-featured

Hello Derek,

Good Day!

By using

Usermod -Gvboxusers

is not advisable because it will delete your user from several groups except vboxusers. You are required to use

usermod -a -G vboxusers

If you are encounter an error that says cannot lock or group, you may use sudo to perform the command.

Hope this may helped you.

Regards,

Quinn Poon

Related Questions