> 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