Brad: Thanks for the response. The information you mentioned is as follows:
1. Creative Labs Nomad IIMG mp3 player. It's entry in the devices files is as follows: T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 8 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=ff(vend.) Sub=00 Prot=ff MxPS=16 #Cfgs= 1 P: Vendor=041e ProdID=4004 Rev= 1.00 C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 2mA I: If#= 0 Alt= 0 #EPs= 4 Cls=ff(vend.) Sub=00 Prot=ff Driver=(none) E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl= 10ms E: Ad=01(O) Atr=03(Int.) MxPS= 16 Ivl= 10ms E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms NOTE: This player has built in memory as well as a smartmedia slot. 2. I am using a user space driver, available at http://sourceforge.net/projects/nomadii/ My setup is as follows: RH72 kernel 2.4.9-21 3. I'm not quite sure what you you mean by the "device node". 4. Description: For ANY operation as non-root, I get the following response: Error: NomadII couldn't be opened! This is a result of the following code failing when I am non-root, and working fine as root: if (ioctl(nomadII.fd, USBDEVFS_CLAIMINTERFACE, &interface) == -1) return -1; Any hints? Thanks. Neil Hodge On Sat, 2002-02-16 at 02:13, Brad Hards wrote: > On Sat, 16 Feb 2002 00:10, Neil Hodge wrote: > > All: > > > > Whenever I try to a USB device as anyone but root, it fails. How do I > > set up the proper permissions so that all users can use USB. Thanks. > It should be setup in a "usably secure" state in your distro, and you probably > shouldn't stuff around with it. For example, not being able to change the > configuration on a USB network interface as anyone except root is definately > a good idea. > > If you have a particular problem with a particular device, and you want help, > try posting: > 1. The name of the device, and its type, and the entry it produces in > /proc/bus/usb/devices > 2. The driver you are using, and the kernel version. > 3. The properties on the device node (if applicable) that you are trying to > use. > 4. The operation that you are trying to perform, and the errors that you get. > > Brad > > > _______________________________________________ > [EMAIL PROTECTED] > To unsubscribe, use the last form field at: > https://lists.sourceforge.net/lists/listinfo/linux-usb-users _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
