On Tue, Jan 01, 2002 at 03:16:34PM -0600, Neil Hodge wrote: > All: > > I am having a small problem getting a userspace usb driver to work. As > myself, it gives me a "device not found" error. When I su to root, it > works fine. I could add a setuid to the code, but I would rather not. > Am I configured incorrectly (i.e., should the "average" user be able to > access usb devices), or is there any other solution to this besides > setuid? Thanks.
You can mount the usbdevfs file system with different user permissions. See the mount manpage for more information. thanks, greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
