source: pst/scanning/sane.xml@ 5d1668d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5d1668d was 5d1668d, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML update for Chapter 42

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2319 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.8 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY sane-download-http "http://gd.tuwien.ac.at/api/sane/sane-backends-&sane-version;/sane-backends-&sane-version;.tar.gz">
7 <!ENTITY sane-download-ftp "ftp://ftp.sane-project.org/pub/sane/sane-backends-&sane-version;/sane-backends-&sane-version;.tar.gz">
8 <!ENTITY sane-size "3.1 MB">
9 <!ENTITY sane-buildsize "42 MB">
10 <!ENTITY sane-time "1.77 SBU">
11]>
12
13<sect1 id="sane" xreflabel="SANE-&sane-version;">
14<?dbhtml filename="sane.html"?>
15<title>SANE-&sane-version;</title>
16
17<sect2>
18<title>Introduction to <application><acronym>SANE</acronym></application></title>
19
20<para><acronym>SANE</acronym> is short for Scanner Access Now Easy.
21Scanner access, however, is far from easy, since every vendor has their own
22protocols. The only known protocol that should bring some unity into this
23chaos is the TWAIN interface, but this is too imprecise to
24allow a stable scanning framework. Therefore, <acronym>SANE</acronym> comes
25with its own protocol, so the vendor drivers can't be used.</para>
26
27<para><acronym>SANE</acronym> is split into back ends and front ends. The
28back ends are drivers for the supported scanners. The front ends are user
29interfaces to access the backends.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink
34url="&sane-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink
36url="&sane-download-ftp;"/></para></listitem>
37<listitem><para>Download size: &sane-size;</para></listitem>
38<listitem><para>Estimated Disk space required: &sane-buildsize;</para></listitem>
39<listitem><para>Estimated build time: &sane-time;</para></listitem></itemizedlist>
40</sect3>
41
42<sect3><title>Additional downloads</title>
43<itemizedlist spacing='compact'>
44<listitem><para>Front ends: <ulink
45url="ftp://ftp.sane-project.org/pub/sane/sane-frontends-1.0.12/sane-frontends-1.0.12.tar.gz"/></para></listitem>
46</itemizedlist>
47</sect3>
48
49<sect3><title><application><acronym>SANE</acronym></application> dependencies</title>
50<sect4><title>Optional</title>
51<para><xref linkend="libusb"/>,
52<ulink url="http://cyberelk.net/tim/libieee1284/">libieee1284</ulink>,
53<ulink url="http://www.gphoto.org/">gPhoto2</ulink>,
54X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), <xref linkend="GTK2"/> and <xref
55linkend="gimp"/></para></sect4>
56</sect3>
57
58</sect2>
59
60<sect2>
61<title>Installation of <application><acronym>SANE</acronym></application></title>
62
63<sect3><title>Preparing your system for scanner access</title>
64<para>To access your scanner, you will probably need the related kernel
65drivers. A <acronym>SCSI</acronym> scanner will need <acronym>SCSI</acronym>
66 drivers, a parallel port scanner needs parallel port support (you should use
67enhanced <acronym>EPP</acronym> modes) and an <acronym>USB</acronym> scanner
68will need the <acronym>USB</acronym> scanner module and a <acronym>SCSI
69</acronym> system for emulation. Be sure that you have got the necessary
70devices to access the drivers.</para>
71</sect3>
72
73<sect3><title>Installation of <application><acronym>SANE</acronym></application> backends</title>
74
75<para>Install <application><acronym>SANE</acronym></application> backends by
76running the following commands:</para>
77
78<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
79make &amp;&amp;
80make install</command></userinput></screen>
81
82</sect3>
83
84<sect3><title>Installation of <application><acronym>SANE</acronym></application> front ends</title>
85
86<para>To install <application><acronym>SANE</acronym></application> front ends, use the following
87commands:</para>
88
89<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
90make &amp;&amp;
91make install</command></userinput></screen>
92
93</sect3>
94
95</sect2>
96
97<sect2>
98<title>Installation command explanations</title>
99
100<para><parameter>--sysconfdir=/etc</parameter>: This switch installs the
101configuration files in <filename class="directory">/etc/sane.d</filename>
102instead of <filename class="directory">/usr/etc/sane.d</filename>.</para>
103
104</sect2>
105
106<sect2>
107<title>Contents</title>
108
109<sect3><title>Back ends:</title>
110<para>See <ulink url="http://www.sane-project.org/sane-supported-devices.html"/>
111for a list of available backends.</para>
112</sect3>
113
114<sect3><title>Front ends:</title>
115<para><command>scanimage</command>: Command line interface for
116scanning.</para>
117<para><command>xscanimage</command>: Graphical user interface for
118scanning.</para>
119<para><command>gimp-plugin</command>: xscanimage as
120<application><acronym>GIMP</acronym></application> plugin.</para>
121</sect3>
122
123</sect2>
124
125</sect1>
Note: See TracBrowser for help on using the repository browser.