Hi, here you are... it works for me.
roberto at zorro:~/Scaricati$ ls -1d *git* sane-backends-git20110131 sane-backends-git20110131.tar.gz sane-frontends-git20110131 sane-frontends-git20110131.tar.gz sudo apt-get purge libsane sane; tar xzvf sane-backends-git20110131.tar.gz; cd sane-backends-git2011013; make; sudo make install; cd ../sane-frontends-git20110131; make; sudo make install; sudo vi /etc/ld.so.conf.d/lib-liblocal.conf; ldconfig roberto at zorro:/tmp$ which scanimage /usr/local/bin/scanimage roberto at zorro:/tmp$ scanimage -L device `epson2:net:10.0.0.215' is a Epson AL-CX21 flatbed scanner roberto at zorro:/tmp$ scanimage -d epson2 >pippo roberto at zorro:/tmp$ file pippo pippo: Netpbm PBM "rawbits" image data roberto at zorro:/tmp$ scanimage -d epson2 --mode color --resolution 300 >pippo roberto at zorro:/tmp$ file pippo pippo: Netpbm PPM "rawbits" image data 2011/1/31 m. allan noah <kitno455 at gmail.com>: > Any chance you could try to compile a current sane-backends git > snapshot? we are preparing for release, and it would be nice to see if > the problem still exists... > > allan > > On Mon, Jan 31, 2011 at 10:11 AM, Roberto A. Foglietta > <roberto.foglietta at gmail.com> wrote: >> Hi to all, >> >> ?Epson AL-CX21 controlled by network works pretty well in ubuntu 8.04 >> LTS but not in 10.04 or 9.10 (libraries changes) >> >> roberto at zorro:~$ scanimage -L >> device `epson2:net:10.0.0.215' is a Epson AL-CX21 flatbed scanner >> >> roberto at zorro:~$ sudo scanimage -d epson2 > pippo >> [the scanner lamp move] >> scanimage: sane_read: Error during device I/O >> >> root at zorro:~# wget >> http://launchpadlibrarian.net/24388634/libsane_1.0.19-23ubuntu7_i386.deb >> root at zorro:~# dpkg -i ./Scaricati/libsane_1.0.19-23ubuntu7_i386.deb^C >> root at zorro:~# scanimage -d epson2 > pippo >> root at zorro:~# file pippo >> pippo: Netpbm PBM "rawbits" image data >> >> >> == ubuntu 10.04 == >> >> root at zorro:~# cat /etc/issue >> Ubuntu 10.04.2 LTS \n \l >> root at zorro:~# dpkg -l | grep sane >> ii ?libsane ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.20-13ubuntu2 >> ? ? ? ? ? ? ? ? ?API library for scanners >> ii ?sane-utils ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.20-13ubuntu2 >> ? ? ? ? ? ? ? ? ?API library for scanners -- utilities >> >> == ubuntu 8.04 == >> >> roberto at napoleone:~$ cat /etc/issue >> Ubuntu 8.04.4 LTS \n \l >> roberto at napoleone:/var/www/scanfax$ dpkg -l | grep scan >> ii ?libsane ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1.0.19-23ubuntu7 >> ? ? ? ? API library for scanners >> ii ?mawk ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.3.3-11ubuntu2 >> ? ? ? ? a pattern scanning and text processing langu >> ii ?sane-utils ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.0.19-1ubuntu3 >> ? ? ? ? API library for scanners -- utilities >> >> >> >> Best regards, >> -- >> RAF >> >> -- >> sane-devel mailing list: sane-devel at lists.alioth.debian.org >> http://lists.alioth.debian.org/mailman/listinfo/sane-devel >> Unsubscribe: Send mail with subject "unsubscribe your_password" >> ? ? ? ? ? ? to sane-devel-request at lists.alioth.debian.org >> > > > > -- > "The truth is an offense, but not a sin" > -- Dott. Roberto A. Foglietta, Soluzioni informatiche B2B mobile: (+39) 349.33.30.697 http://www.linuxteam.org skype: robang74
