Sponsored Content
Full Discussion: Canon LiDE 220 Installation
Special Forums Hardware Canon LiDE 220 Installation Post 302994717 by Meow613 on Monday 27th of March 2017 10:55:30 AM
Old 03-27-2017
Canon LiDE 220 Installation

I am trying to install a Canon LiDE 220 scanner on Debian 8.5 64 bit, running on a
Dell Latitude E5400


As far as Ubuntu is concerned, it can be installed. I am having no luck with Debian 8.5

This is what I have
Code:
root@server1:/etc# sane-find-scanner

  # sane-find-scanner will now attempt to detect your scanner. If the
  # result is different from what you expected, first make sure your
  # scanner is powered up and properly connected to your computer.

  # No SCSI scanners found. If you expected something different, make sure that
  # you have loaded a kernel SCSI driver for your SCSI adapter.

found USB scanner (vendor=0x04a9 [Canon], product=0x190f [CanoScan], chip=GL848+) at libusb:004:009
  # Your USB scanner was (probably) detected. It may or may not be supported by
  # SANE. Try scanimage -L and read the backend's manpage.

  # Not checking for parallel port scanners.

  # Most Scanners connected to the parallel port or other proprietary ports
  # can't be detected by this program.
root@server1:/etc# 
root@server1:/etc# 
root@server1:/etc# 
root@server1:/etc# scanimage -L

No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).

Thanks
 

6 More Discussions You Might Find Interesting

1. Linux

Printing with a Canon i850

Has anyone had any success getting this printer to work? I'm still quite a Linux newbie, but I guess we have all been there. :) (2 Replies)
Discussion started by: WABonnett
2 Replies

2. Solaris

ufsrestore and Exayte 220

I have a set of tapes that contain a full system backup done with 'ufsdump' on an Exabyte 220. I don't know how many tapes the backup spans, but I'd guess at least 3-4 tapes (the set is 20, but some of that is subsequent incremental backups). I used 'ufsrestore ilv' and was able to traverse at... (0 Replies)
Discussion started by: wilbur
0 Replies

3. UNIX for Dummies Questions & Answers

Need Unix Commands for Canon

I'm lookind for Unix Commands for a Canon Copier, specifically an Canon Image Runner 3570. Any help would be appreciated. Thanks. Dave (1 Reply)
Discussion started by: fatkid98
1 Replies

4. Ubuntu

Printer Canon LBP3010 in Ubuntu 10.04

Hello. i cannot adjust printer Canon LBP3010 in Ubuntu 10.04. The printer hangs in words "processing" and does not print. help me. (1 Reply)
Discussion started by: freeman27015
1 Replies

5. Emergency UNIX and Linux Support

Need help on Canon Wi-Fi printer

Hello folks, Maybe someone have experience or could help me with the issue with my wireless Canon MX410 printer? I"ve bought this printer but Canon does not provide support on Linux. I downloaded and installed drivers for printing and for scanning. I figured out how to connect printer wirelessly... (1 Reply)
Discussion started by: susja
1 Replies

6. Solaris

Printer/Plotter support for Canon

How easy it is to set up a Canon plotter (36" paper) on Solaris 10? The one I'm looking at purchasing (ImagePROGRAF iPF755 MFP) uses HP-GL/2. The newer one looks like it dropped HP-GL/2 support and has a Canon proprietary language called GARO. I'm guessing that will make setup in Solaris not as... (7 Replies)
Discussion started by: markolinux
7 Replies
sane-canon(5)							File Formats Manual						     sane-canon(5)

NAME
sane-canon - SANE backend for Canon SCSI scanners DESCRIPTION
The sane-canon library implements a SANE (Scanner Access Now Easy) backend that provides access to the following Canon flatbed and film scanners: CanoScan 300 CanoScan 600 CanoScan FB620S CanoScan FS2700F CanoScan FS2710 No parallel port and USB scanners are supported and there are no plans to support them in the future. IMPORTANT: this is alpha code. Don't expect this to work correctly. Many functions are missing, others contain errors. In some cases, your computer might even hang. It cannot be excluded (although I consider it extremely unprobable) that your scanner will be damaged. That said, TESTERS ARE WELCOME. Send your bug reports and comments to Manuel Panea <mpd@rzg.mpg.de>; for questions concerning the FB620 contact Mitsuru Okaniwa <m-okaniwa@bea.hi-ho.ne.jp>, for the FS2710 Ulrich Deiters <ukd@xenon.pc.uni-koeln.de>. TIPS (FS2700) Scanning either slides or negatives has been found to require rather large gamma corrections of about 2.2 to 2.4 (same value for red, green, and blue). Also, for slides, using "Auto Exposure" helps a lot. The "Auto Exposure" function for slides makes the scanner do a first pass on the film to determine the Highlight and Shadow point values. The "Auto Focus" function triggers yet another pass to determine the focus value. After that, the real scanning pass takes place. The "Auto Exposure" function is not available for negatives yet. Even with "Auto Focus" turned on, the scanned image is often a bit too blurred. Using the GIMP to do a "Filter->Enhance->Sharpen" at about 40 to 60 improves the image considerably. It is likely that a sharpen filter will be included in a future version of this backend. The "native" scanner resolutions of the 2700F are the integer sub-multiples of 2720 dpi, i.e. 1360, 680, 340 and 170. Scanning at other resolutions is possible, but there will be noticeably more jaggies in the image than when using one of the "native" resolutions. TIPS (FS2710) Gamma corrections are done not by the scanner, but by the backend. The scanner is always run in 12-bit mode. In "color" mode the image data are corrected for gamma, shadow point, etc., and then truncated to 8-bit intensities; the default gamma value is 2.5. In "raw" mode the image data are exported without corrections as 16-bit intensities; this mode can be recommended if extensive adjustments have to be made to a picture (and if the frontend can handle 16-bit intensities). Negatives are handled by simple color inversion and may require manual removal of blue discoloration. FILES
/usr/lib/sane/libsane-canon.a The static library implementing this backend. /usr/lib/sane/libsane-canon.so The shared library implementing this backend (present on systems that support dynamic loading). ENVIRONMENT
SANE_DEBUG_CANON If the library was compiled with debug support enabled, this environment variable controls the debug level for this backend. Higher debug levels increase the verbosity of the output. Example: export SANE_DEBUG_CANON=4 SEE ALSO
sane-scsi(5) http://www.rzg.mpg.de/~mpd/sane/ doc/canon.install2700F.txt (installation of a CanoScan 2700F AUTHOR
Helmut Koeberle, Manuel Panea, and Markus Mertinat; FB620S support by Mitsuru Okaniwa; FS2710 support by Ulrich Deiters Man page by Henning Meier-Geinitz (mostly based on canon.README) 03 May 2001 sane-canon(5)
All times are GMT -4. The time now is 01:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy