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-find-scanner(1)					   SANE Scanner Access Now Easy 				      sane-find-scanner(1)

NAME
sane-find-scanner - find SCSI and USB scanners and their device files SYNOPSIS
sane-find-scanner [-h|-?] [-v] [-q] [-p] [-f] [-F filename] [devname] DESCRIPTION
sane-find-scanner is a command-line tool to find SCSI and USB scanners and determine their Unix device files. Its primary aim is to make sure that scanners can be detected by SANE backends. For SCSI scanners, it checks the default generic SCSI device files (e.g., /dev/sg0) and /dev/scanner. The test is done by sending a SCSI inquiry command and looking for a device type of "scanner" or "processor" (some old HP scanners seem to send "processor"). So sane-find-scanner will find any SCSI scanner connected to those default device files even if it isn't supported by any SANE backend. For USB scanners, first the USB kernel scanner device files (e.g. /dev/usb/scanner0), /dev/usb/scanner, and /dev/usbscanner) are tested. The files are opened and the vendor and device ids are determined, if the operating system supports this feature. Currently USB scanners are only found this way if they are supported by the Linux scanner module or the FreeBSD or OpenBSD uscanner driver. After that test, sane-find-scanner tries to scan for USB devices found by the USB library libusb (if available). There is no special USB class for scanners, so the heuristics used to distinguish scanners from other USB devices is not perfect. sane-find-scanner also tries to find out the type of USB chip used in the scanner. If detected, it will be printed after the vendor and product ids. sane-find-scanner will even find USB scan- ners, that are not supported by any SANE backend. sane-find-scanner won't find most parallel port scanners, or scanners connected to proprietary ports. Some parallel port scanners may be detected by sane-find-scanner -p. At the time of writing this will only detect Mustek parallel port scanners. OPTIONS
-h, -? Prints a short usage message. -v Verbose output. If used once, sane-find-scanner shows every device name and the test result. If used twice, SCSI inquiry informa- tion and the USB device descriptors are also printed. -q Be quiet. Print only the devices, no comments. -p Probe parallel port scanners. -f Force opening all explicitly given devices as SCSI and USB devices. That's useful if sane-find-scanner is wrong in determining the device type. -F filename filename is a file that contains USB descriptors in the format of /proc/bus/usb/devices as used by Linux. sane-find-scanner tries to identify the chipset(s) of all USB scanners found in such a file. This option is useful for developers when the output of "cat /proc/bus/usb/devices" is available but the scanner itself isn't. devname Test device file "devname". No other devices are checked if devname is given. EXAMPLE
sane-find-scanner -v Check all SCSI and USB devices for available scanners and print a line for every device file. sane-find-scanner /dev/scanner Look for a (SCSI) scanner only at /dev/scanner and print the result. sane-find-scanner -p Probe for parallel port scanners. SEE ALSO
sane(7), sane-scsi(5), sane-usb(5), scanimage(1), xscanimage(1), xsane(1), sane-"backendname"(5) AUTHOR
Oliver Rauch, Henning Meier-Geinitz and others SUPPORTED PLATFORMS
USB support is limited to Linux (kernel, libusb), FreeBSD (kernel, libusb), NetBSD (libusb), OpenBSD (kernel, libusb). Detecting the vendor and device ids only works with Linux or libusb. SCSI support is available on Irix, EMX, Linux, Next, AIX, Solaris, FreeBSD, NetBSD, OpenBSD, and HP-UX. BUGS
No support for most parallel port scanners yet. Detection of USB chipsets is limited to a few chipsets. 13 Jul 2008 sane-find-scanner(1)
All times are GMT -4. The time now is 06:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy