[sane-devel] Re: Epson Perfection 3490 -> included bugfix makes it work

2005-09-15 Thread Jim MacLeod
Bauke Jan Douma wrote: > Hi! > > Good news for all you with an Epson Perfection 3490 USB scanner. > > Here is a bugfix to get the 'Epson Perfection 3490' scanner working. > It now makes perfect color *.pnm scans, at full A4 size. > Great news - the only problem being that it's way beyond my cur

[sane-devel] Getting Clever CAM 360 working

2005-09-15 Thread kilg...@banach.math.auburn.edu
On Wed, 14 Sep 2005, Martin wrote: > First off, I noticed that when I execute "gphoto2" it is running from 2.1.0 > version. > After doing make and make install of version 2.1.6, where is the executable > of gphoto2 installed that I can run from that version? gphoto2 and libgphoto2 are two dif

[sane-devel] Xscanimage Exits with Segmentation Fault using HP 5370C

2005-09-15 Thread Henning Meier-Geinitz
Hi, On Wed, Sep 14, 2005 at 06:08:03PM -0500, Dan McGhee wrote: > Using sane-backends-1.0.16, I patched rev 280 of Avision, from SVN, with > the patch from Falk Rohsiepe that Rene Rebe published. My scanner now > works using xsane. > > However, when using xscanimage in either preview or scan,

[sane-devel] scanimage via network

2005-09-15 Thread Henning Meier-Geinitz
Hi, On Wed, Sep 14, 2005 at 03:17:58PM -0400, Martin wrote: > It looks like the something to do with "connection refused". > Is there some network access permissions that need to be configured on > the pc with the scanner? Is inetd or xinetd running? Is it setup correctly to run saned (see man s

[sane-devel] Getting Clever CAM 360 working - running gphoto2 version 2.1.6

2005-09-15 Thread Martin
Here is different debug output running the newer gphoto2 version 2.1.6. == [root@oldpc root]# env LANG=C /usr/local/bin/gphoto2 --debug --camera "Polaroid PDC 640" --capture-image --port "usb:" 0.000104 main(2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDIN

[sane-devel] Epson Perfection 3490 -> included bugfix makes it work

2005-09-15 Thread Bauke Jan Douma
break; +case PERFECTION3490: + /* +* The 'Epson Perfection 3490' only returns 120, so don't try to read 139. + * Bauke Jan Douma, bjdo...@xs4all.nl, 20050915 +*/ +pss->read_bytes = INQUIRY_RET_LEN; +break; default: pss->read

[sane-devel] Getting Clever CAM 360 working

2005-09-15 Thread Martin
First off, I noticed that when I execute "gphoto2" it is running from 2.1.0 version. After doing make and make install of version 2.1.6, where is the executable of gphoto2 installed that I can run from that version? Maybe if I run with the 2.1.6 version, this will finally work. Secondly, I notic