by QuantumKnot on February 11th, 2008, 9:46 am
From
http://www.spodesabode.com/discussion/3 ... ra-8-host/First we add a new group called "usb" and add ourselves to it. I did this by adding the following line to /etc/group, where "spode" is my username.
- Code: Select all
usb:x:503:spode
You could of course use the command line tools to add a group, but this is just as easy and I can make sure the group has the right group id - I used 503, but make sure you don't have another group with that ID.
Then I added the following line to /etc/fstab
- Code: Select all
none /sys/bus/usb/drivers usbfs devgid=503,devmode=664 0 0
Then I simply reboot the computer, (or log out and run mount -a). And now USB works a charm!