scanners Parport

0

Eu tenho um velho scanner Canon N640 P ex, que usa o parport para se conectar. Eu instalei o Sane e o XSane.
Eu também habilitei o canon_pp, depois disso eu também executei o sane-find-scanner , mas ele diz:

  # Not checking for parallel port scanners.

  # Most Scanners connected to the parallel port or other proprietary ports
  # can't be detected by this program.

Eu tentei pesquisar também com XSane, mas também não detecta scanners.

    
por uuser 04.08.2014 / 19:41

1 resposta

0

Encontrei a seguinte resposta possível Aqui

Working fine (installing, scanner and parallel port access)

open Terminal

1)
sudo apt-get install libsane libsane-extras libsane-extras sane sane-utils xsane xsane-common libieee1284-3

2)
sudo gedit / etc / sane.d / dll.conf '

In this file, we look for our scanner line (in this case canon_pp) and uncomment (remove the # sign in front).
Save and close the file.

3)
sudo gedit / etc / sane.d / canon_pp.conf '

In this file, uncomment the line force_nibble and the line FB630P (11001100 style .. Also works for FB330P, N340P, N640P). Save and close the file

4)

    close terminal

5)
Unplugged the scanner, plug it again ... launch Applications / Graphics / XSane Image Scanner ... and our scanner should be detected ...
    
por Scott Goodgame 04.08.2014 / 20:32