>
> Hi, tried the above with kodak instead of fuji and now get seg fault in
> gtkam. How do you know that it is sda1 for the device?  and what kind of
> script to copy files from camera to directory.   Still floundering,
>

Hi,

The description of the mass storage driver says: "All you really have to do 
is compile in USB support and this driver. Then mount /dev/sdaXX with -t 
vfat. You just have to copy/delete the files.". Therefore I tried /dev/sda1 
and it worked right away.

The script I use is quite simple. Find out if the camera is connected and 
copy the files to a certain directory:
-----------------------------------------------
#!/bin/bash
if [ -d /mnt/fuji/dcim ]; then
        echo Transferring files
        cp -v /mnt/fuji/dcim/100_fuji/* ~/foto/camera
else
        echo Camera not connected!
fi
-----------------------------------------------

Did look at the Linux Hardware Database (lhd.datapower.com)? I learned there
you do not need the usb-storage driver for your camera (DC3400) but  
"sane-dcc25.5 : Kodak DC20/25 digital camera SANE..."
Description:
The sane-dc25 library implements a SANE (Scanner Access Now Easy) backend 
that provides access to Kodak DC20 and DC25 cameras. At present, only the 
DC25 has been tested, but since the code is based on a DC20 interface 
program, it is likely to work for that model also.

I can't explain the segfault because I don't use gtkam. I use GQview to view 
my pictures.

Hope this helps a little.

Greetings
Ton


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to