Difference between revisions of "Configure scanner"

From FreekiWiki
Jump to navigation Jump to search
 
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{delete}}
 +
 +
Scanning is done with the xsane program, which automatically detects the scanner and uses the correct drivers.  Not all scanners will work with linux.  For a list of scanners and their compatibility with linux, see the Sane Project list of  [http://sane.alioth.debian.org/sane-supported-devices.html supported devices].
 +
 +
== Ubuntu==
 +
Go to Applications> Graphics>XSane Image scanning program.
 +
 +
If your scanner is not found by xsane, you can add the package libsane-extras which will add some unofficial sane backends.  Even with that, some scanners will not work.
 +
 +
sudo apt-get install libsane-extras
 +
 +
== FreekBox 3 ==
 
USB
 
USB
  
Line 5: Line 17:
 
The following list will work:
 
The following list will work:
  
xsane
+
*xsane
libsane
+
*libsane
libsane-extras
+
*libsane-extras
sane
+
*sane
sane-utils
+
*sane-utils
  
  
 
to install them:
 
to install them:
open a terminal
+
*open a terminal
become root
+
*become root
type:
+
*type:
    apt-get update
+
**apt-get update
    apt-get install xsane libsane libsane-extras sane sane-utils
+
**apt-get install xsane libsane libsane-extras sane sane-utils
 +
 
 +
 
 +
remember to put yourself in the scanner group (edit /etc/group as root)
 +
 
  
 
to start using the scanner
 
to start using the scanner
  
connect the power to the scanner
+
*connect the power to the scanner
connect the USB cord to the scanner and the CPU
+
*connect the USB cord to the scanner and the CPU
start the xsane program (KDE menu)
+
*start the xsane program (KDE menu)
 +
 
 +
== Problems ==
 +
*Make sure the scanner is supported by [http://sane-project.org sane]
 +
*Make sure the lock is disengaged (not all scanners have a lock, but the best ones do)
 +
*Let the scanner warm up and try it again
 +
*Unplug the scanner's power and plug it back in and try again
 +
*Check to see if the power supply is good (and the right voltage/amperage)
 +
**It is generally a good idea to have some "known good" power supplies on hand for initial testing.
 +
 
 +
[[Category: Tech support]]
 +
[[Category:Scanners]]

Latest revision as of 11:46, 5 August 2010

deletion

This page has been requested to be deleted.
If you disagree, discuss on the talk page.
Whenever possible, could an Admin please remove this page?


Scanning is done with the xsane program, which automatically detects the scanner and uses the correct drivers. Not all scanners will work with linux. For a list of scanners and their compatibility with linux, see the Sane Project list of supported devices.

Ubuntu

Go to Applications> Graphics>XSane Image scanning program.

If your scanner is not found by xsane, you can add the package libsane-extras which will add some unofficial sane backends. Even with that, some scanners will not work.

sudo apt-get install libsane-extras

FreekBox 3

USB

Configuring a USB scanner is a matter of installing the sane scanner drivers and a scanning program.

The following list will work:

  • xsane
  • libsane
  • libsane-extras
  • sane
  • sane-utils


to install them:

  • open a terminal
  • become root
  • type:
    • apt-get update
    • apt-get install xsane libsane libsane-extras sane sane-utils


remember to put yourself in the scanner group (edit /etc/group as root)


to start using the scanner

  • connect the power to the scanner
  • connect the USB cord to the scanner and the CPU
  • start the xsane program (KDE menu)

Problems

  • Make sure the scanner is supported by sane
  • Make sure the lock is disengaged (not all scanners have a lock, but the best ones do)
  • Let the scanner warm up and try it again
  • Unplug the scanner's power and plug it back in and try again
  • Check to see if the power supply is good (and the right voltage/amperage)
    • It is generally a good idea to have some "known good" power supplies on hand for initial testing.