On Wed, Jul 8, 2009 at 5:59 PM, Roberto Ibarra<[email protected]> wrote: > Sigo con problemas con la camara digital este es el error que me da al > conectar la camara Fuji FinePix S5800 > > Se ha producido un error en la biblioteca de entrada-salida ('No se pudo > reclamar el dispositivo USB'): Could not claim interface 0 (Operación no > permitida). Make sure no other program or kernel module (such as sdc2xx, > stv680, spca50x) is using the device and you have read/write access to the > device. > > cuando hago ~$ sudo tail -f /var/log/syslog > > el resultado al conectar la camara es: > > Jul 8 17:47:01 desktop-bob kernel: [131566.009776] usb 2-2: new full speed > USB device using uhci_hcd and address 19 > Jul 8 17:47:02 desktop-bob kernel: [131566.237285] usb 2-2: configuration > #1 chosen from 1 choice > Jul 8 17:47:02 desktop-bob kernel: [131566.259078] usb 2-2: New USB device > found, idVendor=04cb, idProduct=01d7 > Jul 8 17:47:02 desktop-bob kernel: [131566.259088] usb 2-2: New USB device > strings: Mfr=1, Product=2, SerialNumber=3 > Jul 8 17:47:02 desktop-bob kernel: [131566.259091] usb 2-2: Product: > Digital Camera > Jul 8 17:47:02 desktop-bob kernel: [131566.259095] usb 2-2: Manufacturer: > FUJIFILM > Jul 8 17:47:02 desktop-bob kernel: [131566.259099] usb 2-2: SerialNumber: > 4C3132372020080118A0D58SJ40707 > Jul 8 17:47:02 desktop-bob NetworkManager: <debug> [1247089622.063397] > nm_hal_device_added(): New device added (hal udi is > '/org/freedesktop/Hal/devices/usb_device_4cb_1d7_4C3132372020080118A0D58SJ40707'). > Jul 8 17:47:02 desktop-bob NetworkManager: <debug> [1247089622.149717] > nm_hal_device_added(): New device added (hal udi is > '/org/freedesktop/Hal/devices/usb_device_4cb_1d7_4C3132372020080118A0D58SJ40707_if0'). > Jul 8 17:47:02 desktop-bob NetworkManager: <debug> [1247089622.171041] > nm_hal_device_added(): New device added (hal udi is > '/org/freedesktop/Hal/devices/usb_device_4cb_1d7_4C3132372020080118A0D58SJ40707_usbraw'). > > > cuando llamo al F-Spot como usuario me devuelve el error > > b...@desktop-bob:~$ f-spot > [Info 17:52:06.527] Initializing DBus > [Info 17:52:06.672] Initializing Mono.Addins > [Info 17:52:06.942] Starting new FSpot server > > (f-spot:12767): GdkPixbuf-WARNING **: GdkPixbufLoader finalized without > calling gdk_pixbuf_loader_close() - this is not allowed. You must explicitly > end the data stream to the loader before dropping the last reference. > SALVAS - gnome-dev-harddisk - Mountpoint file:///media/1 True True Harddrive > Harddrive > item ImportCommand+SourceItem > Testing gphoto path = usb: > PortInfo Universal Serial Bus, usb: > _Error USBClaim: LibGPhoto2.GPhotoException: No se pudo reclamar el > dispositivo USB_ > 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] > > solo puedo descargar las fotos como root haciendo > > b...@desktop-bob:~$ sudo f-spot > ** No session dbus found. Starting one ** > [Info 17:50:12.724] Initializing DBus > [Info 17:50:12.890] Initializing Mono.Addins > [Info 17:50:13.263] Starting new FSpot server > > (f-spot:12754): GdkPixbuf-WARNING **: GdkPixbufLoader finalized without > calling gdk_pixbuf_loader_close() - this is not allowed. You must explicitly > end the data stream to the loader before dropping the last reference. > > No me da error y procede con la descarga al directorio /root/Photos/2009/07 > > Con estos datos, alguien puede ayudarme?? > > Gracias de antemano > > Saludos > Bob > > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact > [email protected] > >
Si solo lo puedes hacer como root, es porque tu usuario no pertenece al grupo permitido para eso. Si no me equivoco, debes agregar tu usuario al grupo plugdev como root: gpasswd -a usuario plugdev Un saludo -- Atte, Maximiliano Marin http://blog.maximilianomarin.com -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

