Re: UMAX Atra 610S

Matthias Kleinschmidt (matthias@fmc-container.mach.uni-karlsruhe.de)
Thu, 29 Jan 1998 12:46:56 +0100 (CET)

In article <Pine.LNX.3.95.980128230147.14589G-100000@freeside.ultraviolet.org> you wrote:

> However, when I run scanimage:

> [treed@freeside frontend]# ./scanimage
> scanimage: sane_start: Invalid argument

> And when I run xscanimage I get "Invalid argument" in little window near
> the bottom. I'm not providing any arguments. I looked at --help and tried:

> [treed@freeside frontend]# ./scanimage -d /dev/sgd
> scanimage: open of device /dev/sgd failed: Invalid argument

> No go. What am I missing?

That is a Problem in sane 0.69. It should be fixed in sane 0.70.
If not, try what Oliver wrote a few days earlier:

edit sane-0.69/backends/umax-scsi.c

serach for umax_do_inquiry

some lines down, there is a line:
size = get_inquiry_additional_length(us->buffer) + 4;

change "4" to "5",
then do:
touch umax.c
make
and as root
make install

After the change sane 0.69 worked with my Astra 600S.

Ciao
Matthias

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com