Canon EOS350D does not work: ---------------------------- This camera uses PTP to transfer images. As of this writing on monday 4th december 2005, gphoto2 in sarge does not support this camera. Solution: --------- Install newer libgphoto2 libraries on the system. This can easiest be accomplished by downloading source from www.gphoto.com, and then compile it yourself. If You attempt to install packages from testing (camera is supported here), You will be forced to update glibc, which means that large parts of Your system will now go to testing. Not an ideal solution. By compiling it yourself, You compile for the libraries in stable, and thus avoid migrating the whole system to stable. After compile add "/usr/local/lib" to "/etc/ld.so.conf" and run ldconfig. This is naturally done as root. Gotcha: ------- When the libgphoto2 package in stable are updated, it will NOT be used in the packages using libgphoto2, as they are using the libraries in "/usr/local/lib". To reestablish the use of supported packages, simply uninstall Your self-compiled libgphoto2 libraries and run ldconfig again. When libraries used in libgphoto2 are updated, You will probably need to recompile libgphoto2 for the new libraries. Usually this is only needed when doing major upgrades of libraries (major versions).