Re: need help with find-scanner

Martin Huber (hu@garfield.m.isar.de)
Sat, 22 Nov 1997 17:41:04 +0100 (MET)

>
> To make Oliver's find-scanner program useful on non-Linux platforms,
> I'd like to get a list of "reasonable" generic scsi device names for
> each platform we support. I already have what's appended to this
> line. Missing are entries for *BSD, HP-UX, Irix, Solaris, etc. If
> you use SANE on any of these OSes, please send me mail with a list of
> reasonable device names (preferably in the format shown below).
>
> Thanks!
>

I use sane with Solaris 2 (many thanks for providing sane).
It works on sparc or X86 with a HP ScanJet IIc (why is this not in
the list of supported devices?)

But, sorry, I use a generic scsi driver from Kevin Sheehan, which is
not free. So I don't know if this is of a great public use.
However, these definitions should apply, even if somebody writes a
free sg driver.
If you are interested, I will send you the patches I made to run sane
on Solaris (mostly #includes).

#elif defined(__sun__)
"/dev/scanner",
"/dev/sg/0", "/dev/sg/1", "/dev/sg/2", "/dev/sg/3",
"/dev/sg/4", "/dev/sg/5", "/dev/sg/6", "/dev/sg/7",
"/dev/sg/8", "/dev/sg/9",
"/dev/sg/a", "/dev/sg/b", "/dev/sg/c", "/dev/sg/d",
"/dev/sg/e", "/dev/sg/f",

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