On 29/01/12 12:22, H.S. wrote: > On 28/01/12 08:18 PM, Scott Ferguson wrote: >> grep -e usb /etc/fstab > > > $ grep -e usb /etc/fstab > # none /proc/bus/usb usbfs devgid=122,devmode=664 0 0 > > Also: > $ groups > hs adm cdrom floppy sudo audio dip video plugdev netdev bluetooth > scanner powerdev pulse pulse-access vboxusers >
I haven't had any issues with USB on Windoof 7 - but I'm not running TomTom. My fstab is a little different:- $ grep -e usb /etc/fstab none /proc/bus/usb usbfs devgid=110,devmode=664,nodev,noexec,nosuid 0 0 NOTE: that it's not commented out, and the devgid is different. Check that you have the correct devgid:- $ grep vboxusers /etc/group | sed 's/vboxusers:x:\(.*\):.*/\1/' I get occasional warnings related to USB about lack of space when starting a VirtualBox machine, which is fixed with:- # dpkg-reconfigure virtualbox-4.1 Also check that you have the latest VirtualBox guest extensions installed. If all that fails - test some other USB devices before trying the VirtualBox forums. Cheers -- Iceweasel/Firefox extensions for finding answers to Debian questions:- https://addons.mozilla.org/en-US/firefox/collections/Scott_Ferguson/debian/ NOTE: new update available for Debian Buttons (New button for querying Debian Developer Package):- https://addons.mozilla.org/en-US/firefox/addon/debian-buttons/ -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4f24a68d.5000...@gmail.com