Gentoo Archives: gentoo-user

From: Michael Sullivan <msulli1355@×××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] gphoto2 won't work
Date: Mon, 26 Apr 2010 16:42:17
Message-Id: 1272300096.13727.7.camel@camille.espersunited.com
1 I am trying to offload pictures from our digital camera (Kodeak
2 EasyShare CX7300) using the command gphoto2 -P [1]. This command has
3 worked for years to offload pictures from the camera. Now, this command
4 gives me the output:
5
6 *** Error ***
7 PTP Invalid Transaction ID
8
9 *** Error ***
10 An error occurred in the io-library ('Unspecified error'): No error
11 description available
12 *** Error (-1: 'Unspecified error') ***
13
14 For debugging messages, please use the --debug option.
15 Debugging messages may help finding a solution to your problem.
16 If you intend to send any error or debug messages to the gphoto
17 developer mailing list <gphoto-devel@×××××××××××××××××.net>, please run
18 gphoto2 as follows:
19
20 env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt -P [1]
21
22 Please make sure there is sufficient quoting around the arguments.
23
24
25 I ran the above suggested command and got the my-logfile.txt file, but I
26 can't make sense of it. It's a little too long to paste here. Has
27 anyone else had this problem? What additional steps should I go through
28 to find the solution to this problem. I found a whole bunch of hits on
29 Google, but they didn't make much sense, and the ones that did didn't
30 help. Here's some additional info:
31 michael@camille ~ $ sudo emerge -pv gphoto2 libgphoto2
32 Password:
33
34 These are the packages that would be merged, in order:
35
36 Calculating dependencies... done!
37 [ebuild R ] media-libs/libgphoto2-2.4.8 USE="doc examples exif hal
38 nls -bonjour" CAMERAS="-adc65 -agfa_cl20 -aox -barbie -canon -casio_qv
39 -clicksmart310 -digigr8 -digita -dimagev -dimera3500 -directory
40 -enigma13 -fuji -gsmart300 -hp215 -iclick -jamcam -jd11 -jl2005a
41 -kodak_dc120 -kodak_dc210 -kodak_dc240 -kodak_dc3200 -kodak_ez200
42 -konica -konica_qm150 -largan -lg_gsm -mars -mustek -panasonic_coolshot
43 -panasonic_dc1000 -panasonic_dc1580 -panasonic_l859 -pccam300 -pccam600
44 -polaroid_pdc320 -polaroid_pdc640 -polaroid_pdc700 -ptp2 -ricoh
45 -ricoh_g3 -samsung -sierra -sipix_blink -sipix_blink2 -sipix_web2 -smal
46 -sonix -sony_dscf1 -sony_dscf55 -soundvision -spca50x -sq905 -stv0674
47 -stv0680 -sx330z -template -topfield -toshiba_pdrm11" 0 kB
48 [ebuild R ] media-gfx/gphoto2-2.4.8 USE="exif ncurses nls readline
49 -aalib" 0 kB
50
51 Total: 2 packages (2 reinstalls), Size of downloads: 0 kB
52
53
54 Please help!