On Wednesday 28 September 2005 09:49, Stephan wrote: > However under remote scanning saned still locks up after what sounds like > "a) motor initialization and b)turning the lamp on". >
I've found some previous reports of saned having timing issues. http://lists.alioth.debian.org/pipermail/sane-devel/2003-May/007640.html This seems to be the problem I'm having since the following test works perfectly: #scanimage -x 150 -y 180 -d net:localhost --format pnm > /tmp/outfile.pnm ... but locks-up/hangs saned when doing from a remote host: #scanimage -x 150 -y 180 -d net:192.168.0.20 \ >--format pnm > /tmp/outfile_150.pnm I'm using the Plustek USB backend with Canon CanoScan LiDE25. Cheers Stephan