EanderAlx.org

Linux, Virtualization and whatever I find interesting ...

User Tools


Site Tools


linux:scanner_lide110

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:scanner_lide110 [27.10.2013 17:53] eanderalxlinux:scanner_lide110 [28.10.2013 17:58] (current) eanderalx
Line 5: Line 5:
 So hear the setup for an [[http://www.canon.de/For_Home/Product_Finder/Scanners/Flatbed/canoscan_lide_110/|Canon CanoScan LiDE 110]] scanner. So hear the setup for an [[http://www.canon.de/For_Home/Product_Finder/Scanners/Flatbed/canoscan_lide_110/|Canon CanoScan LiDE 110]] scanner.
 ~~READMORE~~ ~~READMORE~~
-<note important>Work in progress</note> +Most configuration work out of the box. Important is //don't use scanbuttond//it's no longer really maintained and complicated when you want to use it with scanners that are not supported by default additionally it seems to have some usb issues on Arch Linux because theoretical, it would detect my scanner after patching sources.
-Most configuration work out of the box. Important is //don't use scanbuttond// it's no longer really maintained and complicated when you want to use it with scanners that are not supported by default additionaly it seems to have some usb issues on Arch Linux because theoretical, it would detect my scanner after patching sources.+
 ===== Software ===== ===== Software =====
  
 The software chosen for this is [[https://wiki.archlinux.org/index.php/Scanner_Button_Daemon|scanbd]] which work with [[http://www.sane-project.org/|sane]]. The software chosen for this is [[https://wiki.archlinux.org/index.php/Scanner_Button_Daemon|scanbd]] which work with [[http://www.sane-project.org/|sane]].
-scanbd and the included socket will made the scanner accessible und read the buttons pressed. Sane itself is importent for its available config for all the scanner and for local scanning.+scanbd and the included socket will made the scanner accessible and read the buttons pressed. Sane itself is important for its config for all the scanner and for local scanning.
  
 I've made these with: I've made these with:
Line 29: Line 28:
 cp /etc/sane.d/* /etc/scanbd/sane.d/ cp /etc/sane.d/* /etc/scanbd/sane.d/
 </code> </code>
-tell the local sane only to use network scanner so it won't block the scanner. Later the scanner will be accessible via a socket for the local sane.+tell the local sane only to use network scanner so it won't block the scanner. We will make the scanner accessible via a socket for the local sane.
 <code bash /etc/sane.d/dll.conf> <code bash /etc/sane.d/dll.conf>
 net net
Line 43: Line 42:
 #... whatever other scanner backend needed ... #... whatever other scanner backend needed ...
 </code> </code>
-When I installed scanbd inside the default config was a full debuging loglevel enabled. Change this bevor you start scanbd to save disk space on your system.+When I installed scanbd inside the default config was a full debuging loglevel enabled. Change this before you start scanbd to save disk space on your system.
 <code bash /etc/scanbd/scanbd.conf> <code bash /etc/scanbd/scanbd.conf>
 ... ...
Line 61: Line 60:
         }         }
 </code> </code>
-enable and start services and socket+enable and start services and the socket
 <code bash> <code bash>
 systemctl enable scanbd.service systemctl enable scanbd.service
Line 133: Line 132:
   - search for scanners on the client ''scanimage -L''   - search for scanners on the client ''scanimage -L''
 ===== Links ===== ===== Links =====
 +> https://wiki.archlinux.org/index.php/Scanner_Button_Daemon
 > http://en.wikipedia.org/wiki/Scanner_Access_Now_Easy > http://en.wikipedia.org/wiki/Scanner_Access_Now_Easy
  
linux/scanner_lide110.txt · Last modified: 28.10.2013 17:58 by eanderalx