source: pst/scanning/sane.xml@ c6f0a51

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 c6f0a51 was c6f0a51, checked in by Fernando de Oliveira <fernando@…>, 11 years ago

typo

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

  • Property mode set to 100644
File size: 20.7 KB
RevLine 
[2096355]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[5d1668d]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[f051506c]6
[2b3ffa0]7 <!-- <!ENTITY sane-be-download-http "http://alioth.debian.org/frs/?group_id=30186"> -->
8 <!ENTITY sane-be-download-http " ">
9 <!ENTITY sane-be-download-ftp "ftp://ftp2.sane-project.org/pub/sane/sane-backends-&sane-version;.tar.gz">
[d92b93c]10 <!--<!ENTITY sane-be-download-ftp "&gentoo-ftp-repo;/sane-backends-&sane-version;.tar.gz">-->
[2b3ffa0]11 <!ENTITY sane-be-md5sum "979c9dbb23920d04e322be23122c7de7">
[d92b93c]12 <!ENTITY sane-be-size "5.1 MB">
13 <!ENTITY sane-be-buildsize "120 MB">
[272d904]14 <!ENTITY sane-be-time "1.2 SBU">
[f051506c]15
[f4316cd]16 <!ENTITY sane-fe-download-http "http://alioth.debian.org/frs/download.php/file/1140/sane-frontends-&sane-fe-version;.tar.gz">
17 <!ENTITY sane-fe-download-ftp "ftp://ftp2.sane-project.org/pub/sane/sane-frontends-&sane-fe-version;.tar.gz">
[989db39]18 <!ENTITY sane-fe-md5sum "c63bf7b0bb5f530cf3c08715db721cd3">
19 <!ENTITY sane-fe-size "231 KB">
20 <!ENTITY sane-fe-buildsize "3.0 MB">
21 <!ENTITY sane-fe-time "less than 0.1 SBU">
[5d1668d]22]>
23
[8ba1563]24<sect1 id="sane" xreflabel="SANE-&sane-version;">
[2096355]25 <?dbhtml filename="sane.html"?>
26
27 <sect1info>
28 <othername>$LastChangedBy$</othername>
29 <date>$Date$</date>
30 </sect1info>
31
32 <title>SANE-&sane-version;</title>
33
34 <indexterm zone="sane">
35 <primary sortas="a-SANE">SANE</primary>
36 </indexterm>
37
38 <sect2 role="package">
39 <title>Introduction to SANE</title>
40
41 <para><application>SANE</application> is short for Scanner Access Now Easy.
[2b3ffa0]42 Scanner access; however, is far from easy, since every vendor has their own
[2096355]43 protocols. The only known protocol that should bring some unity into this
44 chaos is the TWAIN interface, but this is too imprecise to allow a stable
[989db39]45 scanning framework. Therefore, <application>SANE</application> comes with
46 its own protocol, and the vendor drivers can't be used.</para>
[2096355]47
[989db39]48 <para><application>SANE</application> is split into back ends and front
49 ends. The back ends are drivers for the supported scanners and cameras. The
50 front ends are user interfaces to access the backends.</para>
[2096355]51
[17273d0]52 &lfs73_checked;
[d92b93c]53
[2b3ffa0]54 <!-- This note is not applicable. First, there is no issue downloading the
55 ftp://ftp2.sane-project.org/pub/sane/sane-backends-1.0.23.tar.gz
56 tarball with wget. Next, the combined tarball exists on the SANE FTP
57 site, but the MD5sum is wrong. We can simply point the download to
58 the SANE FTP site and create our own MD5sum (as we do on many packages).
59
[d92b93c]60 <note><para>The upstream web site uses a self signed security
[2b3ffa0]61 certificate. If using <command>wget</command>, the option -no-check-certificate
[d92b93c]62 needs to be added.</para>
63
64 <para>The md5sum of the backend file does not match unless the three parts
65 of the divided tarball on the upstream server,
66 sane-backends-1.0.23.tar.gz.[1-3], are combined. A combined tarball with
67 the correct md5sum is located at <ulink
68 url="http://anduin.linuxfromscratch.org/sources/other/sane-backends-1.0.23.tar.gz">http://anduin.linuxfromscratch.org/sources/other/sane-backends-1.0.23.tar.gz</ulink>.</para></note>
[2b3ffa0]69 -->
[272d904]70
[2096355]71 <bridgehead renderas="sect3">Back Ends Package Information</bridgehead>
72 <itemizedlist spacing='compact'>
73 <listitem>
74 <para>Download (HTTP): <ulink url="&sane-be-download-http;"/></para>
75 </listitem>
76 <listitem>
77 <para>Download (FTP): <ulink url="&sane-be-download-ftp;"/></para>
78 </listitem>
79 <listitem>
80 <para>Download MD5 sum: &sane-be-md5sum;</para>
81 </listitem>
82 <listitem>
83 <para>Download size: &sane-be-size;</para>
84 </listitem>
85 <listitem>
86 <para>Estimated disk space required: &sane-be-buildsize;</para>
87 </listitem>
88 <listitem>
89 <para>Estimated build time: &sane-be-time;</para>
90 </listitem>
91 </itemizedlist>
92
93 <bridgehead renderas="sect3">Front Ends Package Information</bridgehead>
94 <itemizedlist spacing='compact'>
95 <listitem>
96 <para>Download (HTTP): <ulink url="&sane-fe-download-http;"/></para>
97 </listitem>
98 <listitem>
99 <para>Download (FTP): <ulink url="&sane-fe-download-ftp;"/></para>
100 </listitem>
101 <listitem>
102 <para>Downlaod MD5 sum: &sane-fe-md5sum;</para>
103 </listitem>
104 <listitem>
105 <para>Download size: &sane-fe-size;</para>
106 </listitem>
107 <listitem>
108 <para>Estimated disk space required: &sane-fe-buildsize;</para>
109 </listitem>
110 <listitem>
111 <para>Estimated build time: &sane-fe-time;</para>
112 </listitem>
113 </itemizedlist>
[d92b93c]114<!--
[272d904]115 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
116 <itemizedlist spacing="compact">
117 <listitem>
118 <para>Required patch:
119 <ulink url="&patch-root;/sane-backends-&sane-version;-v4l-1.patch"/>
120 </para>
121 </listitem>
122 </itemizedlist>
[d92b93c]123-->
[2096355]124 <bridgehead renderas="sect3">SANE Dependencies</bridgehead>
125
126 <bridgehead renderas="sect4">Optional (Back Ends)</bridgehead>
[272d904]127 <para role="optional">
[2b3ffa0]128 <xref linkend="avahi"/>,
129 <xref linkend="cups"/>,
[272d904]130 <xref linkend="libjpeg"/>,
131 <xref linkend="libtiff"/>,
[2b3ffa0]132 <xref linkend="libusb"/>,
133 <ulink url="http://www.net-snmp.org/">Net-SNMP</ulink>,
[272d904]134 <ulink url="http://cyberelk.net/tim/libieee1284/">libieee1284</ulink>,
[2b3ffa0]135 <ulink url="http://www.gphoto.org/">libgphoto2</ulink>,
136 <ulink url="http://linuxtv.org/downloads/v4l-utils/">Video4Linux</ulink>, and
[272d904]137 <xref linkend="texlive"/>
138 </para>
[2096355]139
140 <bridgehead renderas="sect4">Optional (Front Ends)</bridgehead>
[272d904]141 <para role="optional">
142 <xref linkend="x-window-system"/>,
143 <xref linkend="gtk2"/>, and
144 <xref linkend="gimp"/>
145 </para>
[2096355]146
[977061b0]147 <para condition="html" role="usernotes">User Notes:
148 <ulink url="&blfs-wiki;/sane"/></para>
149
[2096355]150 </sect2>
151
152 <sect2 role="kernel" id='sane-kernel'>
153 <title>Kernel Configuration</title>
154
155 <indexterm zone="sane sane-kernel">
156 <primary sortas="d-Scanning-devices">Scanning devices</primary>
157 </indexterm>
158
159 <para>To access your scanner, you will probably need the related kernel
[989db39]160 drivers and/or additional support packages. A SCSI scanner will need SCSI
161 drivers, a parallel port scanner needs parallel port support (you should
162 use enhanced EPP modes) and perhaps <ulink
[2b3ffa0]163 url="http://cyberelk.net/tim/libieee1284/">libieee1284</ulink>, and a USB
[989db39]164 scanner will need the <xref linkend="libusb"/> package. Ensure you have
165 the necessary drivers properly configured to access the devices.</para>
[2096355]166
167 </sect2>
168
169 <sect2 role="installation">
170 <title>Installation of SANE</title>
171
172 <sect3>
173 <title>Installation of SANE Back Ends</title>
174
[2b3ffa0]175 <note>
176 <para>
177 You may safely disregard any messages printed on the screen when you
178 unpack the tarball.
179 </para>
180 </note>
181
[c67fd68c]182 <para>The <application>SANE</application> daemon should run with its own
[a52e5394]183 group. Create this group by issuing the following commands as the
[c67fd68c]184 <systemitem class="username">root</systemitem> user:</para>
185
[7ebb931]186<screen><userinput>groupadd -g 70 scanner</userinput></screen>
[c67fd68c]187
[2b3ffa0]188 <note>
189 <para>
190 The user building <application>SANE</application>-backends should be
191 a member of the <systemitem class="groupname">scanner</systemitem>
192 group before proceeding. After you have added the user building the
193 package to the <systemitem class="groupname">scanner</systemitem>
194 group, issue the following command to create a new shell:
195 </para>
196
197<screen><userinput>su $(whoami)</userinput></screen>
198
199 <para>
200 Check the output of the <userinput>groups</userinput> command and
201 ensure the user is a member of the
202 <systemitem class="groupname">scanner</systemitem> group.
203 </para>
204 </note>
[272d904]205
[2096355]206 <para>Install <application>SANE</application>-backends by
207 running the following commands:</para>
208
[2b3ffa0]209 <!-- Not sure why this was there as it works if TeX is installed
210 and it doesn't try to use it if TeX is not installed
211 -disable-latex &amp;&amp; -->
[2096355]212
[2b3ffa0]213<screen><userinput>./configure --prefix=/usr \
214 --sysconfdir=/etc \
215 --localstatedir=/var \
216 --with-docdir=/usr/share/doc/sane-backend-1.0.23 \
217 --with-group=scanner &amp;&amp;
218make &amp;&amp;
219exit</userinput></screen>
220
221 <para>To test the results, issue: <command>make check</command>.</para>
[9ea2f70]222
[2096355]223 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
224
[2b3ffa0]225<screen role="root"><userinput>make install &amp;&amp;
226install -m 644 -v tools/udev/libsane.rules \
227 /etc/udev/rules.d/65-scanner.rules &amp;&amp;
228chgrp -v scanner /var/lock/sane</userinput></screen>
[2096355]229
230 </sect3>
231
232 <sect3>
233 <title>Installation of SANE Front Ends</title>
234
235 <para>The <application>SANE</application>-frontends package
236 includes the graphical frontends <command>xscanimage</command> and
237 <command>xcam</command>, and a command-line frontend
238 <command>scanadf</command>. You don't need this package if you intend
239 to use one of the more advanced graphical frontends like
240 <xref linkend="xsane"/>. For a list of frontend packages, see
241 <ulink url="http://www.sane-project.org/sane-frontends.html"/>.</para>
242
243 <para>To install <application>SANE</application>-frontends,
244 use the following commands:</para>
245
[272d904]246<screen><userinput>sed -i -e "/SANE_CAP_ALWAYS_SETTABLE/d" src/gtkglue.c &amp;&amp;
247./configure --prefix=/usr &amp;&amp;
[2096355]248make</userinput></screen>
249
[989db39]250 <para>This package does not come with a test suite.</para>
251
[2096355]252 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
253
[a52e5394]254<screen role="root"><userinput>make install &amp;&amp;
[989db39]255install -v -m644 doc/sane.png xscanimage-icon-48x48-2.png \
256 /usr/share/sane</userinput></screen>
[2096355]257
[989db39]258 <para>If <application>GIMP</application> was linked into the build and
259 you wish <application>GIMP</application> to use
[2096355]260 <command>xscanimage</command> as a scanning plugin, issue the following
261 command as the <systemitem class="username">root</systemitem> user:</para>
262
[989db39]263<screen role="root"><userinput>ln -v -s ../../../../bin/xscanimage /usr/lib/gimp/2.0/plug-ins</userinput></screen>
[2096355]264
[4d6023d2]265 <note>
266 <para>
[c6f0a51]267 If the plugin <command>xscanimage</command> is disabled in
268 <application>GIMP</application>'s menu, in order to enable it,
269 "create" a blank image using the menu or Ctrl-N. After that, it is
270 enabled.
[4d6023d2]271 </para>
272 </note>
273
[2096355]274 </sect3>
275
276 </sect2>
277
278 <sect2 role="commands">
279 <title>Command Explanations</title>
280
281 <para><parameter>--sysconfdir=/etc</parameter>: This switch installs the
282 configuration files in <filename class="directory">/etc/sane.d</filename>
283 instead of <filename class="directory">/usr/etc/sane.d</filename>.</para>
284
[2b3ffa0]285 <para><parameter>--with-group=scanner</parameter>: This parameter causes
286 the directory created for the locking files to be group owned by the
287 <systemitem class="groupname">scanner</systemitem> group instead of the
288 default <systemitem class="groupname">uucp</systemitem> group.</para>
289
290 <para><command>exit</command>: This command is used to exit the shell
291 created by the <command>su</command> command.</para>
[2096355]292 </sect2>
293
294 <sect2 role="configuration">
295 <title>Configuring SANE</title>
296
297 <sect3 id="sane-config">
298 <title>Config Files</title>
299
300 <para><filename>/etc/sane.d/*.conf</filename></para>
301
302 <indexterm zone="sane sane-config">
303 <primary sortas="e-etc-sane.d-conf">/etc/sane.d/*.conf</primary>
304 </indexterm>
305
306 </sect3>
307
308 <sect3>
309 <title>Configuration Information</title>
310
311 <sect4>
312 <title>Backend Configuration</title>
313
314 <para>The backend configuration files are located in
315 <filename class='directory'>/etc/sane.d</filename>. Information
316 for configuring the various backends can be found by using the man(5)
317 page for the desired backend. Run
[977061b0]318 <command>man sane-<replaceable>&lt;backend&gt;</replaceable></command>,
[2096355]319 substituting the desired backend.</para>
320
[d47868a]321 <para>Add any desired users to the <systemitem
322 class="groupname">scanner</systemitem> group.</para>
323
[2096355]324 </sect4>
325
[4d6023d2]326 <sect4>
327 <title>Frontend Configuration</title>
328 <para>
329 If you use a desktop environment like <application>Gnome</application>
330 or <application>KDE</application> you may wish to create a
331 <filename>xscanimage.desktop</filename> file so that
332 <application>xscanimage</application> appears in the panel's menus.
333 As the <systemitem class="username">root</systemitem> user:
334 </para>
335
336<screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} &amp;&amp;
337
338cat &gt; /usr/share/applications/xscanimage.desktop &lt;&lt; "EOF" &amp;&amp;
339[Desktop Entry]
340Encoding=UTF-8
341Name=XScanImage - Scanning
342Comment=Acquire images from a scanner
343Exec=xscanimage
344Icon=xscanimage
345Terminal=false
346Type=Application
347Categories=Application;Graphics
348EOF
349
350ln -svf ../sane/xscanimage-icon-48x48-2.png /usr/share/pixmaps/xscanimage.png</userinput></screen>
351
352 </sect4>
353
[2096355]354 <sect4>
355 <title>General Information</title>
356
357 <para>For general information about configuring and using
358 <application>SANE</application>, see <command>man sane</command>.
359 Linux-2.6.x brings some special issues into the picture. See
360 <ulink url="http://www.sane-project.org/README.linux"/> for
361 information about using <application>SANE</application> with the
362 Linux-2.6.x kernel. For information about USB scanning devices,
363 run <command>man sane-usb</command>. For information about SCSI
364 devices, run <command>man sane-scsi</command>.</para>
365
366 </sect4>
367
368 <sect4>
369 <title>Configuration and setup of the 'saned' daemon</title>
370
371 <para>The <command>saned</command> daemon is not meant to be used for
[bc6e56d]372 untrusted clients. You should provide <xref linkend="fw-firewall"/>
373 protection to ensure only trusted
[2096355]374 clients access the daemon. Due to the complex security requirements to
[67934af]375 ensure only trusted clients access the daemon, BLFS does not provide
[2096355]376 instructions to configure the <command>saned</command> daemon. If you
377 desire to make the daemon available, ensure you provide adequate
378 security, configure your <filename>[x]inetd.conf</filename> file and
379 send a <userinput>SIGHUP</userinput> to the [x]inetd daemon. Some good
380 information for setting up and securing the <command>saned</command>
381 daemon can be found at
382 <ulink url="http://penguin-breeder.org/sane/saned/"/>.</para>
383
384 </sect4>
385
386 </sect3>
387
388 </sect2>
389
390 <sect2 role="content">
391 <title>Contents</title>
392
393 <bridgehead renderas="sect4">Back Ends:</bridgehead>
394 <segmentedlist>
395 <segtitle>Installed Programs</segtitle>
396 <segtitle>Installed Libraries</segtitle>
397 <segtitle>Installed Directories</segtitle>
398
399 <seglistitem>
400 <seg>gamma4scanimage, sane-config, saned, sane-find-scanner,
401 and scanimage</seg>
402 <seg>libsane.so and numerous scanner backend modules</seg>
[989db39]403 <seg>/etc/sane.d, /usr/include/sane, /usr/lib/sane, /usr/share/sane,
404 and /usr/share/doc/sane-&sane-version;</seg>
[2096355]405 </seglistitem>
406 </segmentedlist>
407
408 <bridgehead renderas="sect4">Front Ends:</bridgehead>
409 <segmentedlist>
410 <segtitle>Installed Programs</segtitle>
411 <segtitle>Installed Library</segtitle>
[989db39]412 <segtitle>Installed Directories</segtitle>
[2096355]413
414 <seglistitem>
415 <seg>scanadf, xcam, and xscanimage</seg>
[6f19a68e]416 <seg><application>GIMP</application> plugin embedded in
[2096355]417 <command>xscanimage</command></seg>
[989db39]418 <seg>None</seg>
[2096355]419 </seglistitem>
420 </segmentedlist>
421
422 <variablelist>
423 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
424 <?dbfo list-presentation="list"?>
425 <?dbhtml list-presentation="table"?>
426
427 <varlistentry id="gamma4scanimage">
428 <term><command>gamma4scanimage</command></term>
429 <listitem>
430 <para>creates a gamma table in the format expected by
431 <command>scanimage</command>.</para>
432 <indexterm zone="sane gamma4scanimage">
433 <primary sortas="b-gamma4scanimage">gamma4scanimage</primary>
434 </indexterm>
435 </listitem>
436 </varlistentry>
437
438 <varlistentry id="sane-config-prog">
439 <term><command>sane-config</command></term>
440 <listitem>
441 <para>is a tool used to determine the compiler and linker
442 flags that should be used to compile and link
443 <application>SANE</application>.</para>
444 <indexterm zone="sane sane-config-prog">
445 <primary sortas="b-sane-config">sane-config</primary>
446 </indexterm>
447 </listitem>
448 </varlistentry>
449
450 <varlistentry id="saned">
451 <term><command>saned</command></term>
452 <listitem>
453 <para>is the <application>SANE</application> daemon that
454 allows remote clients to access image acquisition devices
455 available on the local host.</para>
456 <indexterm zone="sane saned">
457 <primary sortas="b-saned">saned</primary>
458 </indexterm>
459 </listitem>
460 </varlistentry>
461
462 <varlistentry id="sane-find-scanner">
463 <term><command>sane-find-scanner</command></term>
464 <listitem>
465 <para>is a command-line tool to find SCSI and
466 USB scanners and determine their device files. Its primary
[989db39]467 purpose is to make sure that scanners can be detected by
[2096355]468 <application>SANE</application> backends.</para>
469 <indexterm zone="sane sane-find-scanner">
470 <primary sortas="b-sane-find-scanner">sane-find-scanner</primary>
471 </indexterm>
472 </listitem>
473 </varlistentry>
474
475 <varlistentry id="scanadf">
476 <term><command>scanadf</command></term>
477 <listitem>
478 <para>is a command-line interface to control image acquisition
479 devices which are equipped with an automatic document feeder
480 (ADF).</para>
481 <indexterm zone="sane scanadf">
482 <primary sortas="b-scanadf">scanadf</primary>
483 </indexterm>
484 </listitem>
485 </varlistentry>
486
487 <varlistentry id="scanimage">
488 <term><command>scanimage</command></term>
489 <listitem>
490 <para>is a command line interface for scanning from image acquisition
491 devices such as flatbed scanners or cameras. It is also used to list
492 the available backend devices.</para>
493 <indexterm zone="sane scanimage">
494 <primary sortas="b-scanimage">scanimage</primary>
495 </indexterm>
496 </listitem>
497 </varlistentry>
498
499 <varlistentry id="xcam">
500 <term><command>xcam</command></term>
501 <listitem>
502 <para>is a graphical camera front end for
503 <application>SANE</application>.</para>
504 <indexterm zone="sane xcam">
505 <primary sortas="b-xcam">xcam</primary>
506 </indexterm>
507 </listitem>
508 </varlistentry>
509
510 <varlistentry id="xscanimage">
511 <term><command>xscanimage</command></term>
512 <listitem>
513 <para>is a graphical user interface for scanning.</para>
514 <indexterm zone="sane xscanimage">
515 <primary sortas="b-xscanimage">xscanimage</primary>
516 </indexterm>
517 </listitem>
518 </varlistentry>
519
520 <varlistentry id="libsane">
521 <term><filename class='libraryfile'>libsane.so</filename></term>
522 <listitem>
523 <para>is the application programming interface that is used to
524 communicate between frontends and backends.</para>
525 <indexterm zone="sane libsane">
526 <primary sortas="c-libsane">libsane.so</primary>
527 </indexterm>
528 </listitem>
529 </varlistentry>
530
531 <varlistentry id="libsane-module">
532 <term><filename class='libraryfile'>libsane-*.so</filename></term>
533 <listitem>
534 <para>modules are backend scanning library plugins used to interface
535 with scanning devices. See
536 <ulink url="http://www.sane-project.org/sane-supported-devices.html"/>
537 for a list of supported backends.</para>
538 <indexterm zone="sane libsane-module">
539 <primary sortas="c-libsane-module">libsane-*.so</primary>
540 </indexterm>
541 </listitem>
542 </varlistentry>
543
544 </variablelist>
545
546 </sect2>
[f051506c]547
[7008de1]548</sect1>
Note: See TracBrowser for help on using the repository browser.