Apologies for not doing enough research first. I found the solution, listed below.
On 2/6/07, Todd Slater <[EMAIL PROTECTED]> wrote: > Hi Hubert, > > On 2/5/07, Hubert Figuiere <[EMAIL PROTECTED]> wrote: > > Todd Slater wrote: > > > 0.3.2 built from source on Ubuntu Edgy. > > > > > > Received error "Could not claim the USB device" while connecting to > > > camera. > > > > > > Testing gphoto path = usb: > > > PortInfo Universal Serial Bus, usb: > > > Error USBClaim: LibGPhoto2.GPhotoException: Could not claim the USB device > > > at LibGPhoto2.Error.CheckError (ErrorCode error) [0x00000] > > > at LibGPhoto2.Camera.Init (LibGPhoto2.Context context) [0x00000] > > > at GPhotoCamera.InitializeCamera () [0x00000] > > > at MainWindow.ImportCamera (System.String camera_device) [0x00000] > > > > > > This was fine when I used Dapper. > > > > Does it work in gphoto2 command-line? Since you changed distro, lot of > > things have changed. > > Here's what I ran from the command line: > > env LANG=C gphoto2 --debug --auto-detect --summary --debug <snip> via https://launchpad.net/ubuntu/+source/libgphoto2/+bug/64146 For the lazy: lsusb to get the device name/id, e.g.: Bus 001 Device 010: ID 040a:05a2 Kodak Co. Add to /etc/udev/rules.d/45-libgphoto2.rules a line with that info, e.g.: SYSFS{idVendor}=="040a", SYSFS{idProduct}=="05a2", MODE="0660", GROUP="plugdev" Restart udev (/etc/init.d/udev restart). Works! Who says Ubuntu ain't for humans? ;) Todd _______________________________________________ F-spot-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/f-spot-list
