> Hi, > > On Thu, Aug 22, 2002 at 04:04:18PM +0100, Andrea Rossetti wrote: > > I've downloaded the mustek_pp-11.alpha.tar.gz and I've applied it to > > the debianized source package sane-backends-1.0.7 previously patched > > with > > > > sane-backends_1.0.7-3.2.diff.gz > > with the script > > sane-backends_1.0.7-3.2.dsc (the standard debian procedure) > > > > Now my Mustek ScanExpress 600CP works correctly (also with "net" backend). GOOOOOODDD!!! :D > > > > The problem is this: > > > > I whould like to use sane also with gphoto2 but I'm not be able to > > find /etc/sane.d/gphoto2.conf to configure it. How can I create it? > > Copy it from the source code (e.g. apt-get source sane-backends). > However, that won't help much as the Debian package doesn't seem to be > compiled with gphoto2 support.
Excuse me... but... I've do it! apt-get source sane-backends cp mustek_pp-11.alpha.tar.gz ./sane-backends-1.0.7/ cd sane-backends-1.0.7 tar xvzf mustek_pp-11.alpha.tar.gz debian/rules binary cd .. dpkg -i \ libsane_1.0.7-3.2_i386.deb \ libsane-dev_1.0.7-3.2_i386.deb but I'm not be able to try out the gphoto2.conf file. Andrea.