Bjorn Solberg wrote: > > Bjorn Solberg writes: > >> Oliver Schwartz writes: >>> Hi, >>>> I found the driver in c:/WINDOWS/system32/esfw52.bin, copied it to >>>> /etc/sane.d and modified the firmware entry in snapscan.conf, and >>>> now it works even after rebooting both the scanner and the >>>> computer. > >>> Very good. Can you do some tests, e.g. do all resolutions work? Does >>> the transparency unit work? > >> There seems to be something odd about the geometry calculations for the >> driver. I.e. when I try to scan a full page, whether I specify the full >> -x and -y or simply say scanimage, it only gets the first 16.5cm for the >> width and 22cm for the length rather than the full 21.5cm x 27.5cm (US >> letter size). In Windows it correctly scans the whole page though. > > [That being with the Windows software that came with the scanner, of > course.] > > Do you think this is a problem that is related to the firmware, to how > SANE talks to the firmware or just with SANE itself? Just so I have a > better idea to start looking into this myself - I'd like to have the > issue resolved one way or the other before the time is up for returning > the scanner... > > Thank you, > > Bjorn. > > -- > sane-devel mailing list: sane-devel@lists.alioth.debian.org > http://lists.alioth.debian.org/mailman/listinfo/sane-devel > Unsubscribe: Send mail with subject "unsubscribe your_password" > to sane-devel-requ...@lists.alioth.debian.org > >
I have the same problem with size. Are there any fixes for this? I tried the transparency unit and xsane just seems to lock up. Epson Perfection 3490 Ubuntu 5.10 xsane 0.97 I had to add the perfection 3490 to the end of the snapscan.conf file in /etc/sane.d, I alos created a directory called firmware in sane.d and placed esfw52.bin there. -- Sent from the SANE - Dev forum at Nabble.com: http://www.nabble.com/Epson-Perfection-3490-PHOTO-t214017.html#a1640691 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20051124/78539794/attachment.html From oliver.schwa...@gmx.de Thu Nov 24 21:46:45 2005 From: oliver.schwa...@gmx.de (Oliver Schwartz) Date: Thu Nov 24 21:47:30 2005 Subject: [sane-devel] Re: Epson Perfection 3490 PHOTO In-Reply-To: <1640691.p...@talk.nabble.com> References: <m37jet91od....@pacbell.net> <m3d5o5udgj....@pacbell.net> <1640691.p...@talk.nabble.com> Message-ID: <200511242246.58605.oliver.schwa...@gmx.de> > I have the same problem with size. Are there any fixes for this? I > tried the transparency unit and xsane just seems to lock up. > > Epson Perfection 3490 > Ubuntu 5.10 > xsane 0.97 > > I had to add the perfection 3490 to the end of the snapscan.conf > file in /etc/sane.d, I alos created a directory called firmware in > sane.d and placed esfw52.bin there. -- You need the latest CVS version of sane-backends to make the 3490 work. The problem you describe was fixed a few weeks ago. You can get a snapshot from http://www.sane-project.org/snapshots . Regards, Oliver -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20051124/4add66aa/attachment.pgp From pierre.lamb...@gmail.com Wed Nov 23 23:06:11 2005 From: pierre.lamb...@gmail.com (Pierre Lambion) Date: Thu Nov 24 22:09:54 2005 Subject: [sane-devel] Canoscan LIDE35 on 23nov CVS Message-ID: <200511240006.11431.pierre.lamb...@gmail.com> Hi, I have a cansocan lide35. I use it with a test program written by Pierre Willenbrock but it seems it is now supported in cvs. So I installed today's CVS. - lsusb sees my scanner: "Bus 001 Device 004: ID 04a9:2213 Canon, Inc. LiDE 50/LiDE 35" - sane-find-scanner sees it too "found USB scanner (vendor=0x04a9 [Canon], product=0x2213 [CanoScan], chip=GL841) at libusb:001:004" - but scanimage --list-devices only show my tv card and my webcam: "device `v4l:/dev/video1' is a Noname Logitech QuickCam Pro 4000 virtual device device `v4l:/dev/video0' is a Noname BT878 video (Hauppauge (bt878)) virtual device" I'm on a 2.6 kernel, slackware current. scanimage -V gives "scanimage (sane-backends) 1.0.16-cvs; backend version 1.0.16" I noticed the id of my scanner (as printed by sane-dind-scanner) was not in /etc/sane.d/genesys.conf, so I added it but it still does not work. Actually I noticed sane-backends and frontends packages do notinclude any /etc file so I might be left with old ones here. Also, I found a doc that suggests I should do a modprobe scanner vendor=0x04a9 product=0x2213 (values taken from sane-find-scanner) but the scanner module is not found and I understood from other docs I should not use it anyway? What am I missing here? Cheers, Pierre