Accessing USB devices in VirtualBox

Asked by Denis Hipsey

I am happily using VirtualBox, but cannot access USB devices. I have been unsuccessfully looking for appropriate files whose group I can change to "vboxusers". Guidance would be appreciated.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu virtualbox-ose Edit question
Assignee:
No assignee Edit question
Solved by:
Denis Hipsey
Solved:
Last query:
Last reply:
Revision history for this message
oeolartep (oeolartep) said :
#1

This solution worked for me :

Edit (as root) /etc/udev/rules.d/40-permissions.rules (I use vim, you can use nano, gedit or whatever)

Change this line :

SUBSYSTEM=="usb_device", MODE="0664"

To :

SUBSYSTEM=="usb_device", MODE="0666"

For further advice see : http://www.virtualbox.org/download/UserManual.pdf

See section 10 "Troubleshooting" there is a section on USB devices.

reference:
http://ubuntuforums.org/showthread.php?p=2507870

Revision history for this message
oeolartep (oeolartep) said :
#2

Be sure that you have installed "guest additions" in your guest machine.

Revision history for this message
Denis Hipsey (dhipsey) said :
#3

Thanks Omar. I will go from there.

Revision history for this message
UbuntuAma (ama-bone) said :
#4

You do not have the necessary permissions to save the file. Please, check that you typed the location correctly and try agai
got that in the end