[Linux-Biella] Problemi con scanner Canon Lide 100 (risolti?)

Alberto Baldan albertobaldan1 a gmail.com
Lun 19 Lug 2010 18:53:28 CEST


Ciao a tutti,
dopo alcuni mesi di attesa ed una regolare ricerca dei driver per il mio
scanner (Canon Lide 100) ho trovato in rete una possibile soluzione che
volevo condividere con chi avesse riscontrato la mia stessa problematica.
Io sono superniubbo e mi farò aiutare dai gentilissimi "guru" al sabato
pomeriggio in sede, migliorerò il mio utilizzo del terminale ma penso che la
condivisione sia comunque importante.
Riporto la soluzione così come l'ho trovata, è da testare ma sembra
funzioni, come sempre, se qualcuno ha soluzioni migliori si faccia avanti!

Alberto Baldan

*Ecco il testo:*

Rimuovere (se installato) Simple Scan
Installare xsane con sudo apt-get install xsane

Seguire questa guida:

To get this working, here are the steps to take:

1) You need some usb libraries, so, in a terminal type:

sudo apt-get install libusb-dev build-essential libsane-dev

2) To get the sane backends from git you need git-core. If you don't already
have it, type this (also in a terminal):

sudo apt-get install git-core

3) Now use the git that was just installed to get the sane backends using
the following command:

git clone git://git.debian.org/sane/sane-backends.git

That downloads the backends and puts them in a folder called sane-backends
in your home folder.

4) Change directory into the new sane-backends folder and compile them:

cd sane-backends

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var

make <--- this one takes a while

sudo make install

Now everything is installed, but you still won't be able to scan (except as
root) until you set up some permissions.

5) You need to edit a file, but you need to be root to edit it, so:

sudo gedit /lib/udev/rules.d/40-libsane.rules

and add the following 2 lines:

# Canon CanoScan Lide 100
ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="1904",
ENV{libsane_matched}="yes"

save the file, exit gedit, exit terminal, reboot, and...

NOTA BENE! alla fine dei passi sopra indicati, non è detto che lo scanner
funzioni. Anzi. Vi invito ad eseguire se non funziona, quanto segue, io ho
visto lo scanner funzionare dopo aver eseguito il punto 2

1)
TROUBLESHOOTING
$lsusb
$sane-find-scanner
$scanimage -L
$sudo scanimage -L
$scanimage -T
$scanimage -V (should return scanimage (sane-backends) 1.0.22git; backend
version 1.1.0)
unplug and replug scanner and retry scanimage
reboot computer (or $/etc/init.d/saned restart)

2)
$cat /etc/sane.d/genesys.conf and make sure your scanner is listed.
If not listed then $sudo cp
~/sane-backends/backend/genesys.conf.in/etc/sane.d/genesys.conf

LO SCANNER ORA FUNZIONA A MERAVIGLIA!
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: http://ml.bilug.linux.it/pipermail/linux/attachments/20100719/affaff3e/attachment.html 


Maggiori informazioni sulla lista Linux