GP32 Gprun/linux


rcx21000

Well-Known Member
Joined
Mar 26, 2003
Messages
1,624
Age
54
Website
Visit site
GpLink and GpRun both give me this error whenever I try to connect with the GP32 w/ linux:

could not claim interface 1: Operation not permitted
ERROR in usb_claim_interface
Count not connect to GP32, exiting.

GP32 is connected, and multifw's pclink is running. I tired plugging in the cabe in before & after I run it. GpLink worked once before, but it's not working now :blink: Only thing that I have done since that and now is recompiled the kernel with more USB support options to get my digi cam to work, and I'm sure that I didn't uncheck anything.

Am I doing something dumb?
 
you need to check the permissions for usbdevfs stuff..
or, make gplink/gprun suid root..
The latter is the simple/ugly way of solving your problem.

---
mithris
 
In your fstab you have to make sure it says this:
none /proc/bus/usb usbdevfs devmode=0666 0 0

Nice to see other linux users btw. Linux r0x0rs
 
Back
Top