Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gvfs, cameras, and me
Date: Mon, 20 Dec 2010 15:55:23
Message-Id: AANLkTikTfi1RauJdPRjYbBzBC6gZcdJKfxdzuL13qdpt@mail.gmail.com
In Reply to: [gentoo-user] gvfs, cameras, and me by Andy Wilkinson
1 On Sun, Dec 19, 2010 at 11:25 PM, Andy Wilkinson <drukargin@×××××.com> wrote:
2 > So, the only issue that I consistently have in Gentoo anymore is that there
3 > exist periods of time (probably coincident with gphoto2 or gvfs upgrades)
4 > wherein I can't automount my PTP digital camera (a Nikon D60, if it's
5 > relevant) and use gthumb to import my photos.  I'm able to use gphoto2 to do
6 > so just fine, and so I do, but it bothers me that the way I'd prefer to do
7 > things doesn't work the way I'd like it to.  Currently I'm in a "doesn't
8 > work" phase, as you may have surmised.
9 >
10 > To make matters worse, when gvfs/nautilus doesn't see the camera at all, I
11 > have no idea at all how to find out what messages might have been sent
12 > where, or why gvfs might not be seeing it, or what-have-you.  None of the
13 > usual suspects (dmesg, /var/log/messages, ~/.xsession-errors) have anything
14 > useful.  dmesg does at least tell me that I'm seeing the USB device
15 > properly.
16 >
17 > Is there a tried-and-true method of at least troubleshooting this sort of
18 > issue, or am I stuck throwing darts at the different gphoto2 and gvfs builds
19 > in portage?
20
21 Hi,
22
23 Probably more important is libgphoto2 instead of gphoto2 standalone
24 package. libgphoto2 includes the udev rules for digital cameras, for
25 example. (You might need to change the default mode that they set.)
26 Your user needs to be in the plugdev group, too.
27
28 Does it work as root? If so then maybe it's a permission issue.
29
30 I don't use any of the software you've mentioned except for gphoto2,
31 so I'm not sure how they work but you can do the usual monitoring udev
32 (using udevadm) and dbus (using dbus-monitor) etc. to see what's going
33 on. Maybe there'll be some error or something will stand out as being
34 obviously wrong.

Replies

Subject Author
Re: [gentoo-user] gvfs, cameras, and me Andy Wilkinson <drukargin@×××××.com>