Added information for USB scanners.

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2001-08-11 13:25:06 +00:00
rodzic 84a429d184
commit 8e6d97f814
1 zmienionych plików z 11 dodań i 8 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
.TH sane 7 "16 May 2001" .TH sane 7 "11 Aug 2001"
.IX sane .IX sane
.SH NAME .SH NAME
@ -94,6 +94,8 @@ compiling and installing SANE.
.TP .TP
.B SCSI configuration .B SCSI configuration
For information about various systems and SCSI controllers see sane-scsi(5). For information about various systems and SCSI controllers see sane-scsi(5).
.B USB configuration
For information about USB configuration see sane-usb(5).
.SH FRONTENDS AND MISCELLANEOUS PROGRAMS .SH FRONTENDS AND MISCELLANEOUS PROGRAMS
.TP 2 .TP 2
@ -106,8 +108,8 @@ network daemon that allows remote clients to access image acquisition devices
available on the local host. See saned(1). available on the local host. See saned(1).
.TP .TP
.B sane-find-scanner .B sane-find-scanner
sane-find-scanner is a command-line tool to find SCSI scanners and determine sane-find-scanner is a command-line tool to find SCSI and some USB scanners
their Unix device files. See sane-find-scanner(1). and determine their Unix device files. See sane-find-scanner(1).
.P .P
Also, have a look at the sane-frontends package (including xscanimage and xcam) Also, have a look at the sane-frontends package (including xscanimage and xcam)
and the frontend information page at and the frontend information page at
@ -298,7 +300,8 @@ backend. Hence it is probably a good idea to start with reading sane-dll(5).
The top-level backend is determined by the libsane.* symlinks in The top-level backend is determined by the libsane.* symlinks in
@LIBDIR@. @LIBDIR@.
.P .P
For SCSI scanners reading of sane-scsi(5) is recommended. For SCSI scanners reading of sane-scsi(5) is recommended. For USB scanners,
sane-usb(5) may help.
.P .P
If you encounter any problems with getting your device(s) recognized, try If you encounter any problems with getting your device(s) recognized, try
setting the various environment variables that are available to assist in setting the various environment variables that are available to assist in
@ -315,10 +318,10 @@ If this works, you could try to acquire an image with:
.IP .IP
scanimage -d mustek:/dev/scanner >t.pnm scanimage -d mustek:/dev/scanner >t.pnm
.PP .PP
If you are not sure what generic SCSI device your scanner is connected to, try If you are not sure what generic SCSI or USB device your scanner is connected
the command sane-find-scanner. Usually, It's sufficient to invoke the program to, try the command sane-find-scanner. Usually, It's sufficient to invoke the
without any arguments. Invoking this command should produce output similar to program without any arguments. Invoking this command should produce output
this: similar to this:
.IP .IP
$\ sane-find-scanner $\ sane-find-scanner
.IP .IP