[sane-devel] epkowa for 64-bit machines

2009-02-18 Thread Lars Ljung
Hi, I recently found an Epson Perfection 3170 which I would like to use under 64-bit Ubuntu. After realising that there is no free or 64-bit driver for this scanner I started looking into writing one. I got as far as snooping the USB communication from the Windows driver and I can now load the fi

[sane-devel] epkowa for 64-bit machines

2009-02-19 Thread Ivan Boldyrev
On 10485 day of my life Lars Ljung wrote: > But I'm not sure if I'm trying to reinvent the wheel here. What is > exactly the relationship between the epkowa backend and libesint32? I > have looked at the epkowa source code but I don't fully understand how > it works. I suppose libesint32 loads the

[sane-devel] epkowa for 64-bit machines

2009-02-18 Thread Julien BLACHE
Lars Ljung wrote: Hi, > What is the best approach to get this scanner to work on 64-bit > machines? Implement the interpreter API? Write a completely new driver? Write a backend for this scanner, and while/before doing so, check that it's not supported/supportable by one of the existing backend

[sane-devel] epkowa for 64-bit machines

2009-02-18 Thread Lars Ljung
Ivan Boldyrev skrev: > I'm writing a driver for my EPSON Perf. v200. Perhaps, my experimental > sources will help you (they are in Python, for rapid prototyping), but I > don't know if our scanners have something similar except E-word in their > names. That's great :) The firmware loading and get_

[sane-devel] epkowa for 64-bit machines

2009-02-18 Thread m. allan noah
you should look at the epjitsu backend that comes with sane. it supports a couple of fujitsu machines that use epson chipsets. One of those machines reports that it is an epson gt9400 if you botch the firmware upload, so i guess we can see where the chip came from :) allan On Wed, Feb 18, 2009 at

[sane-devel] epkowa for 64-bit machines

2009-02-20 Thread Ivan Boldyrev
On 10486 day of my life Lars Ljung wrote: > I found the "1B 13" command which returns the string "EPSON > GT-9400 1.07" in my case. Yep, I saw it in my logs, but it seems to be insignificant so I haven't added it (yet). My scanner returns "EPSON GT-F670 1.00". Lars, can you s

[sane-devel] epkowa for 64-bit machines

2009-02-20 Thread Lars Ljung
Ivan Boldyrev skrev: > Lars, can you send me (privately) some logs of your scanner? I'd like > to compare it with my logs. Scan small area (about 2.54cm x 2.54cm) at > 300dpi I tried your code with my scanner and firmware, but it didn't work. The backlight for scanning negatives was switched on b

[sane-devel] epkowa for 64-bit machines

2009-02-22 Thread Ivan Boldyrev
On 10488 day of my life Lars Ljung wrote: > Ivan Boldyrev skrev: > I tried your code with my scanner and firmware, but it didn't work. ... I'm not surprised :) BTW, have you changed path to firmware in the code? -- Ivan Boldyrev, still waiting for Lars' logs.