Greetings: Using current code from github, I am trying out a new scanner. It works without arguments, but only in the lowest quality. If I add arguments (it doesn't seem to matter which ones) I get this error (the same every time):
$ local/bin/scanimage --device 'genesys:libusb:003:039' --mode lineart --resolution 300 > /tmp/first.pnm scanimage: sane_start: Invalid argument I tried turning on debug to find out what is happening and found that everything works perfectly if I enable massive debugging: $ SANE_DEBUG_GENESYS=255 SANE_DEBUG_GENESYS_LOW=255 \ local/bin/scanimage --device 'genesys:libusb:003:039' --mode lineart --resolution 300 > /tmp/first.pnm 2>/tmp/debug This gives me a decent quality scan and a 700k debug file. Can anyone suggest how to specify arguments without debug? Thanks, -- Mark -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject "unsubscribe your_password" to sane-devel-requ...@lists.alioth.debian.org