[solved] usb contact with fuji camera not recognized

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
zdia
Posts: 20
Joined: 5. Jun 2011, 12:16

[solved] usb contact with fuji camera not recognized

Post by zdia »

I tried to connect my Fuji Finepix digital camera per USB to my Salix 13.37 but no device is recognized. If I connect my USB sticks Thunar is always showing the new device but in this case there is no message.

.hal-mtab is empty

ls -l /dev/usbdev*
crw------- 1 root root 189, 0 Okt 27 2011 /dev/usbdev1.1
crw------- 1 root root 189, 128 Okt 27 2011 /dev/usbdev2.1
crw------- 1 root root 189, 256 Okt 27 2011 /dev/usbdev3.1
crw------- 1 root root 189, 263 Okt 27 16:39 /dev/usbdev3.8
crw------- 1 root root 189, 384 Okt 27 2011 /dev/usbdev4.1
crw------- 1 root root 189, 512 Okt 27 2011 /dev/usbdev5.1
crw------- 1 root root 189, 640 Okt 27 2011 /dev/usbdev6.1
crw------- 1 root root 189, 641 Okt 27 2011 /dev/usbdev6.2
crw------- 1 root root 189, 768 Okt 27 2011 /dev/usbdev7.1
crw------- 1 root root 189, 896 Okt 27 2011 /dev/usbdev8.1

I think usbdev3.8 is the one I have attached. How to mount it?
Last edited by zdia on 26. Oct 2013, 09:42, edited 1 time in total.
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: usb contact with fuji camera not recognized

Post by gapan »

Could it be one of those cameras that require extra software to connect? Try with gthumb, gtkam, or even gphotofs.
Image
Image
User avatar
stillborn
Posts: 56
Joined: 30. Jul 2009, 10:06

Re: usb contact with fuji camera not recognized

Post by stillborn »

I have fuji finepix(don't remember the model) and it has PTP and USB mode, is your camera set to USB mode?
FIN
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: usb contact with fuji camera not recognized

Post by thenktor »

gapan wrote:Could it be one of those cameras that require extra software to connect? Try with gthumb, gtkam, or even gphotofs.
Or try digikam ;)

PS: gthumb does not work for my cam.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
zdia
Posts: 20
Joined: 5. Jun 2011, 12:16

Re: usb contact with fuji camera not recognized

Post by zdia »

Well, Salix or the drivers are not the cause for the issue. I tried to adapt my daughter's photo camera and the usb interface was accepted at once. Also gthumb had no problems to view her photos.

Whereas gtkam, forced to use a ptp usb cam for my finepix, showed the pictures but gave during the save action of a picture the error message: ptp i/o error. And because the camera is not loading the battery anymore so I suppose the cable is defect or the camera's usb interface. I will try to get a new cable.

Thanks for your comments!
zdia
Posts: 20
Joined: 5. Jun 2011, 12:16

Re: usb contact with fuji camera not recognized

Post by zdia »

gphoto2 solved the issue:

Code: Select all

gphoto2 --list-ports
will show the necessary infos:

Gefundene Geräte: 6
Pfad Beschreibung
------------------------------------------------------------------------
ptpip: PTP/IP Connection
serial:/dev/ttyS0 Serieller Port 0
serial:/dev/ttyS1 Serieller Port 1
serial:/dev/ttyS2 Serieller Port 2
serial:/dev/ttyS3 Serieller Port 3
usb:001,004 Universal Serial Bus

The command

Code: Select all

gphoto2 --list-files --port usb:001
will list the photos and then you get them grouped

Code: Select all

gphoto2  -p #start #end
or alltogether

Code: Select all

gphoto2 --get-all-files
Post Reply