by danang.wijanarko@gmail.com
When you've done installing VirtualBox, and you will see that finally the USB device is listed, but now you can not access it, so how to doit ?
Don't forget to add the user to vboxusers group.
Debian manage to have the device permission and grouping a litle bit different, so here what you'd like to go.
Edit /etc/fstab and add:
...
none /proc/bus/usb usbfs devgid=<XXX>,devmode=664 0 0
...
Change <XXX> to be a group you are a member of, vboxusers is a natural choice (cat /etc/group | grep vboxusers) use the number there).
- d