From: Paul Hartman <paul.hartman+gentoo@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Digikam issue
Date: Fri, 28 May 2010 10:42:01 -0500 [thread overview]
Message-ID: <AANLkTimpR_ORM_QD2mP6lYx0BAymSoiSJfVvgCygQzzP@mail.gmail.com> (raw)
In-Reply-To: <4BFEBB2A.1070503@gmail.com>
On Thu, May 27, 2010 at 1:34 PM, CJoeB <colleen.beamer@gmail.com> wrote:
> Hi,
>
> First, I have searched the archives and didn't find anything that seemed
> to help.
>
> The main issue here is with digikam. I used to have it working, but
> some upgrade or other seemed to screw things up.
>
> Digikam loads just fine. It recognizes and displays the pictures in the
> folders on my hard drive. When my camera is plugged in and I select
> "Import --> Camera", my camera appears in the list (not the specific
> model, but it recognizes that it is a Canon). However, the images on
> the camera are not displayed. I tried entering the camera manually.
> Doing this, it wants a mount point which defaults to /mnt/camera. If I
> then select "Import-->Camera", I get the message "Failed to connect to
> camera". The correct mount point was created. BTW, I AM a member of
> the plugdev group.
Since you didn't say which model of camera you have, I can only guess.
I have a Canon SD550 and it cannot be mounted as a mass storage
device. It uses the PTP2 protocol. For a camera like mine my advice
would be:
In /etc/make.conf be sure you've defined CAMERAS with the drivers
needed for your camera. My Canon SD550 uses the ptp2 driver, so my
make.conf has:
CAMERAS="ptp2"
(to see a list of possible values, run "emerge -vp libgphoto2" and
look at theoutput)
If you didn't have it set, re-emerge libgphoto2 after changing it:
emerge --oneshot libgphoto2
If that wasn't it, try to run digikam as root. If it works as root,
it's probably a UDEV permissions issue. Find your camera/driver in
/etc/udev/rules.d/70-libgphoto2.rules and edit the permissions so that
your user can access it.
If THAT doesn't work, try to use gphoto2 in a shell and see what it
detects (or if it detects anything). This will give you better
visibility about any error messages it may have. It will show detected
cameras by doing this:
gphoto2 --auto-detect
If it sees your camera, try the other commands for listing and
downloading images from it.
prev parent reply other threads:[~2010-05-28 15:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-27 18:34 [gentoo-user] Digikam issue CJoeB
2010-05-27 19:33 ` Dale
2010-05-27 20:13 ` CJoeB
2010-05-27 23:45 ` [gentoo-user] " walt
2010-05-28 2:45 ` [gentoo-user] " Bogo Mipps
2010-05-28 3:57 ` Dale
2010-05-28 15:42 ` Paul Hartman [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AANLkTimpR_ORM_QD2mP6lYx0BAymSoiSJfVvgCygQzzP@mail.gmail.com \
--to=paul.hartman+gentoo@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox