Olympus C3030Z USB support * Kernel with USB support : ------------------------- 1. Install a kernel version 2.4.0-test3 or later. or 2. If you're running a 2.2 kernel, install the USB backport (http://www.suse.cz/development/usb-backport/). Actual version is usb-2.4.0-test2-pre2-for-2.2.16-v3.diff.gz. And apply the patch usb-2.4.0-test2-pre2.clear_halt_devio.diff. Compile and install the kernel. * CVS libusb : ------------ 1. cvs -d:pserver:anonymous@cvs.libusb.sourceforge.net:/cvsroot/libusb login (enter an empty password) 2. cvs -d:pserver:anonymous@cvs.libusb.sourceforge.net:/cvsroot/libusb -z3 co libusb 3. Compile and install libusb : cd libusb ./autogen.sh --prefix=... make make install * CVS libgpio : ------------- 1. cvs -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome login (enter an empty password) 2. cvs -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome -z3 co libgpio 3. Apply the patch libgpio-20000722.diff 3. Compile and install libgpio : cd libgpio ./autogen.sh --prefix=... make make install * CVS gphoto : ------------ 1. cvs -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome -z3 co -rgphoto_0_5_dev gphoto 2. Apply the patch gphoto-20000722.diff 3. Compile and install gphoto : cd gphoto ./autogen.ah --prefix=... make make install * Configuration : --------------- You can set the configuration manually by editing the file ~/.gphoto/gphotorc (0 means serial, 2 means USB) : /dev/ttyS1 Olympus C-3030Z 2 News : several patches are now available to libgpio and gphoto. Apply them in order : libgpio-20000820.usb_clear_halt.diff change in usb_clear_halt() libgpio-20000820.debug.diff debug information gphoto-20000820-compilfixes.diff compil warning fixes gphoto-20000820.compat-libgpio.diff libgpio changes gphoto-20000820.progressbar.diff more fluant progressbar gphoto-20000820.timezone.diff timezone fix (C3030Z) gphoto-20000820.rescale-in-window.diff rescale images in windows gphoto-20000820.rescale-in-gallery.diff rescale images in galleries gphoto-20000820.canvas.diff preliminary canvas support Fabrice.Bellet@creatis.insa-lyon.fr Last modification : Sun Aug 20 20:22:57 CEST 2000