From e7e90b72fd3161c5d55fed49e100781dfa3e9408 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 3 Oct 2014 14:05:01 +0000 Subject: Imported Upstream version 0.84 --- doc/sane-problems-doc.html | 80 +++++++++++++++++++++++++++++++++++++--------- 1 file changed, 65 insertions(+), 15 deletions(-) (limited to 'doc/sane-problems-doc.html') diff --git a/doc/sane-problems-doc.html b/doc/sane-problems-doc.html index 085118b..dce66a1 100644 --- a/doc/sane-problems-doc.html +++ b/doc/sane-problems-doc.html @@ -30,19 +30,40 @@ with SANE or XSane please read this before you write any mails.The SANE frontend (like xsane or xscanimage) does not start or aborts with a segmentation fault. -


Edit /usr/local/etc/sane.d/dll.conf (or /usr/etc/sane.d/dll.conf) +

+
  • The scanner starts the scan but it stops while scanning
  • @@ -101,10 +122,39 @@ of scsi card.
  • May be your scanner/firmware does not work correct with the backend you use. Update the backend version or contact the author -of the backend.
  • +of the backend.
    +
    +
    - -
      + +
  • +If you get an error message  that libsane-dll.so.1 +or libsane-so.1 is not found, you have to tell your system where the SANE-libraries +are installed.
  • + +
    +
  • +For linux and sane-1.0.1 you have to edit /etc/ld.so.conf +and add a line with the path to the SANE libraries (normally /usr/local/lib/sane), +then call ldconfig.
  • + +
  • +For linux and sane-1.0.2 and later versions the path +to the SANE libs MUST NOT be listed in /etc/ld.so.conf, if it has been +listed, remove the path and call ldconfig, then reinstall SANE.
  • + +
  • +On some systems "/usr/local/lib" is not searched +for libraries, it may be necessary to add this path. For linux make sure +that "/usr/local/lib" is listed in /etc/ld.so.conf, call ldconfig as root +after changing /etc/ld.so.conf.
  • + +
  • +If all that does not help, make sure that libsane.so.* +are symbolic links to ./sane/libsane-dll.so.*
    +
  • +
    +
  • Please read the documentation of the backend you use
  • -- cgit v1.2.3