On Sun, 25 Sep 2005 18:49:30 +0200 Antoine Jacoutot <[EMAIL PROTECTED]> wrote:
> Hi, > > Here is a new version of my sane-backends port. > I would appreciate anyone with a umax1220u style scanner to try this > port and see if it works with their scanner. > > Unavailable backends (like qcam...) are now disabled in dll.conf to > disable related errors in DEBUG mode. > > Tested under macppc. > Thanks. > > Antoine works fine under i386: # dmesg | grep scann uscanner0 at uhub2 port 2 uscanner0: Mustek Systems 1200 CU Plus, rev 1.00/1.00, addr 3 # scanimage -L device `mustek_usb:/dev/uscanner0' is a Mustek 1200 CU Plus flatbed scanner # scanimage --format tiff --resolution 600 --mode Color >image.tiff btw. i've done the following to let it run on the server: * add ip of clients to /etc/sane.d/saned.conf * add following line to /etc/services: sane 6566/tcp # saned * add following line to /etc/inetd.conf: sane stream tcp nowait root /usr/local/sbin/saned saned * then run: # kill -HUP `cat /var/run/inetd.pid` * set INETD=YES in /etc/rc.conf.local * add on the client the server to the file net.conf and enable net in dll.conf i use your xsane port on the clients (ppc/i386). very nice work, thanks :) i hope this sane-stuff will be commited soon. greets umaxx