On 5/28/05, Michael Sullivan <[EMAIL PROTECTED]> wrote:
> On Sat, 2005-05-28 at 12:42 -0700, Mark Knecht wrote:

> > I don't do anything really fancy with mine. I just access pictures via
> > Gnome's desktop interface and copy photos off.
> >
> > I had to set up USB disk stuff in my kernels. With that in place when
> > I connect the camera and look at dmesg I'll see the scsi device that
> > got attached. (Usually sdb for me.) I think mount the camera using
> > something like
> >
> > mount /dev/sdb1 /mnt/camera
> >
> > and at that point I'm good to go.
> >
> > Good luck,
> > Mark
> >
> 
> I looked through the output of dmesg but didn't see any references to a
> digital camera.  I'm not even sure the driver is loaded.  How do I load
> the driver?  It's located at:
> 
> /usr/lib/gphoto2/2.1.4/libgphoto2_sq905.so
> /usr/lib/gphoto2/2.1.4/libgphoto2_sq905.la
> /usr/lib/gphoto2/2.1.4/libgphoto2_sq905.a
> 

Sorry Micheal. I guess I wasn't very clear about that. If your kernel
supports USB mass storage and if your camera is recognized as a mass
storage device (as Neil points out not all are I guess) then you
should see a message in dmesg to the effect that a mass storage device
has been loaded. Search for

/dev/sd

and you would find /dev/sda1 or sdb3 or something like that.

Do check to make sure you have SCSI and USB mass storage supported in
your kernel or this most certainly will not work this way. Even then
it depends on your camera.

Good luck,
Mark

P.S. - I never got gphoto2 to recognize my camera either!

-- 
gentoo-user@gentoo.org mailing list

Reply via email to