old-www/HOWTO/Scanner-HOWTO/index.html

417 lines
5.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>The Scanner HOWTO</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="NEXT"
TITLE="Introduction"
HREF="intro.html"></HEAD
><BODY
CLASS="ARTICLE"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="ARTICLE"
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="TITLE"
><A
NAME="AEN2"
></A
>The Scanner HOWTO</H1
><H3
CLASS="AUTHOR"
><A
NAME="AEN4"
>Howard Shane</A
></H3
><DIV
CLASS="AFFILIATION"
><DIV
CLASS="ADDRESS"
><P
CLASS="ADDRESS"
><TT
CLASS="EMAIL"
>&#60;<A
HREF="mailto:hshane[AT]austin.rr.com"
>hshane[AT]austin.rr.com</A
>&#62;</TT
></P
></DIV
></DIV
><DIV
CLASS="REVHISTORY"
><TABLE
WIDTH="100%"
BORDER="0"
><TR
><TH
ALIGN="LEFT"
VALIGN="TOP"
COLSPAN="3"
><B
>Revision History</B
></TH
></TR
><TR
><TD
ALIGN="LEFT"
>Revision 1.1</TD
><TD
ALIGN="LEFT"
>2004-05-16</TD
><TD
ALIGN="LEFT"
>Revised by: jhs</TD
></TR
><TR
><TD
ALIGN="LEFT"
COLSPAN="3"
>Libusb and kernel 2.6-series updates, clarifications</TD
></TR
><TR
><TD
ALIGN="LEFT"
>Revision 1.05</TD
><TD
ALIGN="LEFT"
>2004-01-15</TD
><TD
ALIGN="LEFT"
>Revised by: jhs</TD
></TR
><TR
><TD
ALIGN="LEFT"
COLSPAN="3"
>Miscellaneous errata and updates</TD
></TR
><TR
><TD
ALIGN="LEFT"
>Revision 1.0</TD
><TD
ALIGN="LEFT"
>2003-08-19</TD
><TD
ALIGN="LEFT"
>Revised by: tm</TD
></TR
><TR
><TD
ALIGN="LEFT"
COLSPAN="3"
>Initial release, reviewed by LDP</TD
></TR
><TR
><TD
ALIGN="LEFT"
>Revision 0.04</TD
><TD
ALIGN="LEFT"
>07-03</TD
><TD
ALIGN="LEFT"
>Revised by: jhs</TD
></TR
><TR
><TD
ALIGN="LEFT"
COLSPAN="3"
>Clarified, revised and edited after inviting feedback from participants of the SANE-devel mailing list</TD
></TR
><TR
><TD
ALIGN="LEFT"
>Revision 0.01</TD
><TD
ALIGN="LEFT"
>06-03</TD
><TD
ALIGN="LEFT"
>Revised by: jhs</TD
></TR
><TR
><TD
ALIGN="LEFT"
COLSPAN="3"
>Completed draft.</TD
></TR
></TABLE
></DIV
><DIV
><DIV
CLASS="ABSTRACT"
><A
NAME="AEN36"
></A
><P
></P
><P
>This document was written to document the steps necessary for access and use of a photographic scanner device on a system running Linux. </P
><P
></P
></DIV
></DIV
><HR></DIV
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
>1. <A
HREF="intro.html"
>Introduction</A
></DT
><DD
><DL
><DT
>1.1. <A
HREF="intro.html#COPYRIGHT"
>Copyright Information</A
></DT
><DT
>1.2. <A
HREF="intro.html#DISCLAIMER"
>Disclaimer</A
></DT
><DT
>1.3. <A
HREF="intro.html#NEWVERSIONS"
>New Versions</A
></DT
><DT
>1.4. <A
HREF="intro.html#CREDITS"
>Credits</A
></DT
><DT
>1.5. <A
HREF="intro.html#FEEDBACK"
>Feedback</A
></DT
><DT
>1.6. <A
HREF="intro.html#CONVENTIONS"
>Conventions Used in this Document</A
></DT
></DL
></DD
><DT
>2. <A
HREF="interfaces.html"
>General Support and Interface Type</A
></DT
><DD
><DL
><DT
>2.1. <A
HREF="interfaces.html#SCSI-TYPE"
>SCSI Scanners</A
></DT
><DT
>2.2. <A
HREF="interfaces.html#USB-TYPE"
>USB Scanners</A
></DT
><DT
>2.3. <A
HREF="interfaces.html#PARPORT-TYPE"
>Parallel Port Scanners</A
></DT
><DT
>2.4. <A
HREF="interfaces.html#IEEE1394"
>IEEE 1394 (<SPAN
CLASS="TRADEMARK"
>Firewire</SPAN
>&#8482;, <SPAN
CLASS="TRADEMARK"
>i.Link</SPAN
>&#8482;)</A
></DT
><DT
>2.5. <A
HREF="interfaces.html#OSSUPPORT"
>Operating System Support</A
></DT
><DT
>2.6. <A
HREF="interfaces.html#LIBUSB"
>USB Scanners and Libusb</A
></DT
><DT
>2.7. <A
HREF="interfaces.html#KERNEL"
>Linux Kernel Support of your Scanner Device</A
></DT
><DT
>2.8. <A
HREF="interfaces.html#PARPORT-GENERAL"
>Parallel Port Scanners</A
></DT
></DL
></DD
><DT
>3. <A
HREF="dev-intro.html"
>Making and Accessing the Scanner Devices</A
></DT
><DD
><DL
><DT
>3.1. <A
HREF="dev-intro.html#DEVFSD"
>Device Filesystem and Udev</A
></DT
><DT
>3.2. <A
HREF="dev-intro.html#DEV-MANUAL"
>Creating Devices Manually</A
></DT
><DT
>3.3. <A
HREF="dev-intro.html#PERMISSIONS"
>Groups and Permissions</A
></DT
></DL
></DD
><DT
>4. <A
HREF="sane.html"
>SANE</A
></DT
><DD
><DL
><DT
>4.1. <A
HREF="sane.html#GETTING-SANE"
>Getting SANE</A
></DT
><DT
>4.2. <A
HREF="sane.html#CONFIG-SANE"
>Configuring SANE</A
></DT
></DL
></DD
><DT
>5. <A
HREF="testing.html"
>Testing Your Scanner</A
></DT
><DT
>6. <A
HREF="frontends.html"
>SANE Frontends</A
></DT
><DT
>7. <A
HREF="troubleshooting.html"
>Troubleshooting</A
></DT
><DD
><DL
><DT
>7.1. <A
HREF="troubleshooting.html#INITIAL-HINTS"
>Help, my scanner cannot be found by scanimage or xsane!</A
></DT
><DT
>7.2. <A
HREF="troubleshooting.html#USB-HARD"
>Help, I'm not sure my USB hardware is working!</A
></DT
><DT
>7.3. <A
HREF="troubleshooting.html#BACKEND-CONFIG"
>Help, scanimage or the frontend I am using identifies the wrong device!</A
></DT
><DT
>7.4. <A
HREF="troubleshooting.html#PARPORT-ROOT"
>Help, I can only access my parallel-port scanner as root!</A
></DT
><DT
>7.5. <A
HREF="troubleshooting.html#LISTS"
>Help, I have an <SPAN
CLASS="TRADEMARK"
>Acme Whizzbang</SPAN
>&#8482; or other model scanner and you haven't addressed my particular problem!</A
></DT
></DL
></DD
><DT
>8. <A
HREF="gfdpl.html"
>Gnu Free Documentation License</A
></DT
></DL
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="intro.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Introduction</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>