------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=125696 ------- Additional Comments From verduin ameritech net 2007-02-08 21:25 ------- I confirm this with FC-6 and Olympus 3030 hardware today, also gphoto2 result. My FC-6 is a fresh install with all updates per two days ago. See comment #33 / all revs are later than those listed. Add digiKam is R0.9.0(Using KDE 3.5.5-...fc6), gphoto2 is R2.3.1 Analysis: With digiKam -- The camera connect request First opens a camera window - then opens a fatal error window. "Failed to connect to the camera. ..." With gphoto2 --list ports Two ports found prior to camera - ptpip:, and usb: Two more found after camera "ON" - usb:001,004, usb:002,003 With gphoto --auto-detect Olympus C-2100UZ found (wrong!? Olympus-3030Z also exists in .fdi) May not matter? from inspection of .fdi, 2100UZ and 3030Z seem similar... Forcing use of C-3030Z yields same result. Two ports listed - usb:, usb:001,005 I suspect first (without x,y) entry may be incorrect...? NOTE! from /proc/bus/usb directory listing usb:001,005 does exist with OK UID & permissions usb:002,003 does exist with only root perms usb:001,004 does not exist (see --list ports above) With gphoto2 -a On the surface the output seems normal and correct With gphoto2 ... -l Fatal error: "Could not release interface 0 (Invalid argument)." I have debug trace available -- if useful eamil me for attachment... Error began with this: "...gphoto2-port(0): Could not query kernel driver of device" NOTE: My FC-5 had lesser problem - only root could use USB camera interface. Today the issue is a more total failure, probably with HAL and setting USB drivers. I find nothing to adjust nor a workaround. Advise if I can can further test. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Michal Kolodziejczyk-3
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=125696 ------- Additional Comments From norbert.pfistner gmx de 2007-02-14 16:08 ------- After fiddling around with gphoto2 I finally got my Canon EOS 350D working (again): 1) I had to add users to group plugdev (group camera is not used any more). Well so far simply some permissions. 2) I had to use CANON EOS 350D without(!) PTP mode despite the camera itself is still set to PTP connection (PC connection does not work!). Funny, isn't it? So at least my bugreport should better be posted to the gphoto dev. Just for information: digikam 2:0.8.2-4 libgphoto2-2 2.2.1-12 libgphoto2-2-dev 2.2.1-12 gphoto2 2.2.0-3 on debian testing Norbert Pfistner _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Michal Kolodziejczyk-3
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=125696 ------- Additional Comments From msp debian org 2007-06-19 18:43 ------- Ubuntu are claiming they have been able to fix this issue due to the way Kubuntu KDE finds the gphoto libs.. I can confirm this issue is not fixed in Debian with KDE 3.5.7 and digikam 0.9.2 final. Thus Debian is continuing to ship with a dependency on libgphoto2-2-dev. I have asked the Ubuntu guys, what changes they made to kdelibs... Mark _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Michal Kolodziejczyk-3
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=125696 ------- Additional Comments From msp debian org 2007-07-08 22:57 ------- Created an attachment (id=21091) --> (http://bugs.kde.org/attachment.cgi?id=21091&action=view) The Camera dialog with libgphoto2-2-dev installed _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Michal Kolodziejczyk-3
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=125696 ------- Additional Comments From msp debian org 2007-07-08 22:57 ------- Created an attachment (id=21092) --> (http://bugs.kde.org/attachment.cgi?id=21092&action=view) Camera dialog without libgphoto2-2-dev _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Michal Kolodziejczyk-3
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=125696 ------- Additional Comments From kde-bugzilla thequod de 2007-10-04 03:29 ------- The Ubuntu bug report is at https://launchpad.net/bugs/145239 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Michal Kolodziejczyk-3
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=125696 ------- Additional Comments From msp debian org 2007-11-13 08:03 ------- Thanks to pusling this seems to fix: --- kdelibs-3.5.8.dfsg.1.orig/libltdl/ltdl.c +++ kdelibs-3.5.8.dfsg.1/libltdl/ltdl.c @ -184,6 +184,7 @ #define LT_DLSTRERROR(name) lt_dlerror_strings[LT_CONC(LT_ERROR_,name)] static const char objdir[] = LTDL_OBJDIR; +#define LTDL_SHLIB_EXT ".so" #ifdef LTDL_SHLIB_EXT static const char shlib_ext[] = LTDL_SHLIB_EXT; #endif _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Michal Kolodziejczyk-3
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=125696 caulier.gilles gmail com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |montel kde org ------- Additional Comments From caulier.gilles gmail com 2007-11-13 08:11 ------- Mark, What's this patch. Where it is applied exactly ??? Sound like a file from KDE core library... Right ??? Laurent, Please, please, please take a look and fix it in svn... (:=))) Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Michal Kolodziejczyk-3
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=125696 ------- Additional Comments From msp debian org 2007-11-15 08:47 ------- This is what pusling has done with Debian kdelibs: kdelibs (4:3.5.8.dfsg.1-4) unstable; urgency=low * Add a patch to allow to dlopen .so files and not only .la files. Now kamera, digikam and others doesn't need to depend on -dev packages. -- Sune Vuorela <debian pusling com> Mon, 12 Nov 2007 13:00:41 +0100 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Michal Kolodziejczyk-3
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=125696 ------- Additional Comments From caulier.gilles gmail com 2007-11-15 09:39 ------- Mark, Thanks a lots for this patch. This is what i suspected but never find it... So, the problem come from KDELibs. This one need to be patched in svn to close this file definitively... Angelo, For Mandriva package, i recommend you to patch kdelibs temporally, as Debian team... Gilles Caulier _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Michal Kolodziejczyk-3
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=125696 caulier.gilles gmail com changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Camera GUI |general Product|digikam |kdelibs Version|0.8.1 |3.5 ------- Additional Comments From caulier.gilles gmail com 2007-11-15 09:46 ------- To KDE-Libs team : I re-affect this file to your part. The solution to solve it is described by Debian team in #41 and #43. Patch is really simple and easy to test. Please take a look. Thanks in advance... Gilles Caulier _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Michal Kolodziejczyk-3
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=125696 caulier.gilles gmail com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|digikam-devel kde org |kdelibs-bugs kde org _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |