[sane-devel] scanimage cannot see Umax Astra 2100S scanner.
Robert M. Riches Jr.
rm.riches at verizon.net
Fri Feb 13 14:01:30 GMT 2004
> From: abel deuring <a.deuring at satzbau-gmbh.de>
> Date: Fri, 13 Feb 2004 12:31:40 +0100
>
>
> The '>' redirection catches data sent to stdout, while the debug
> messages are sent to stderr. You can redirect stderr into a file using
> '2>' instead of '>', i.e.:
>
> SANE_DEBUG_UMAX=255 SANE_DEBUG_SANEI_SCSI=255 scanimage -d
> umax:/dev/scanner 2> debug.txt
The above is shell-specific to Born-shell and its
derivatives. For C-shell, it would be
SANE_DEBUG_UMAX=255 SANE_DEBUG_SANEI_SCSI=255 scanimage -d
umax:/dev/scanner >& debug.txt
Good luck.
Robert Riches
spamtrap42 at verizon.net
(Yes, that is one of my email addresses.)
More information about the sane-devel
mailing list