[sane-devel] Canon DR-3010C scanner

2012-12-02 Thread Milko Simeonov
Hi Stef, The usbsnoop logs are on the desktop of the windows machine. The scanner doesn't support 75dpi, so I've made snoops for 100dpi, 150dpi and 300 dpi. Let me know if I can help any further. Cheers, Milko >>> Stef 11/28/12 7:24 AM >>> On 27/11/2012 07:02, Milko Simeono

[sane-devel] Canon DR-3010C scanner

2012-11-28 Thread Stef
On 27/11/2012 07:02, Milko Simeonov wrote: > Hi Stef, > > At least as per its manual, this device (the flatbed unit) cannot > operate on its own. You need to have a scanner (for example a > DR-3010C) and this flatbed unit is an addition to the scanner. I've > tried in Windows - if you connect on

[sane-devel] Canon DR-3010C scanner

2012-11-27 Thread Milko Simeonov
Hi Stef, At least as per its manual, this device (the flatbed unit) cannot operate on its own. You need to have a scanner (for example a DR-3010C) and this flatbed unit is an addition to the scanner. I've tried in Windows - if you connect only the flatbed unit, you cannot scan. You need to have

[sane-devel] Canon DR-3010C scanner

2012-11-27 Thread Stef
On 26/11/2012 16:07, m. allan noah wrote: > This device does not use the same protocol as other DR machines. It is > actually a Gensys chipset. Stef has some more info, but I think it > will take a much more effort to make the flatbed work. > > allan > > Hello, this scanner is a GL846 ba

[sane-devel] Canon DR-3010C scanner

2012-11-26 Thread Milko Simeonov
Yes, but before scanning different images with the flatbed unit we need to get it to scan images in the first place. Other than that, I can do all the tests for the main scanner (the DR-3010C), however the top priority is the flatbed. Cheers, Milko >>> "m. allan noah" 11/26/12 6:36 PM >>> Oh

[sane-devel] Canon DR-3010C scanner

2012-11-26 Thread Milko Simeonov
Hello Allan, Yes, we can do that. I'll be waiting for instructions. Cheers, Milko >>> "m. allan noah" 11/26/12 5:19 PM >>> Well, if you can put the DR-3010C thru its paces, and make sure everything works (modes, resolutions, batch scanning, duplex, etc), then I will commit the required changes.

[sane-devel] Canon DR-3010C scanner

2012-11-26 Thread Milko Simeonov
I'm happy to do all the necessary configuration and testing. I have the scanner and the flatbed unit available, we can do whatever is necessary and use all resources needed to make it work. If you're interested of course. Cheers, Milko >>> "m. allan noah" 11/26/12 5:07 PM >>> This device does

[sane-devel] Canon DR-3010C scanner

2012-11-26 Thread Milko Simeonov
Hi Allan, Yes, we are able to scan now through the main scanner (DR-3010C). What's left to be done is to be able to scan using an add-on device (canon flatbed scanner unit 101) that we have. It works like this - the main scanner is connected to the flatbed unit via USB cable, and the flatbed un

[sane-devel] Canon DR-3010C scanner

2012-11-26 Thread Milko Simeonov
OK, I've installed them back, they were sane-backends , sane-backends-autoconfig, hplip, hplip-sane and simple-scan . "scanimage -L" returns: device `canon_dr:libusb:002:020' is a CANON DR-3010C scanner Milko >>> "m. allan noah" 11/26/12 4:08 PM >>> You probably should not un-install all the

[sane-devel] Canon DR-3010C scanner

2012-11-26 Thread Milko Simeonov
Hi Allan, OK, I've uninstalled all sane-related packages that came with the distro and then I did (as root): git clone git://git.debian.org/sane/sane-backends.git ./configure --enable-libusb_1_0 make make install All went fine. "scanimage -V" now returns: scanimage (sane-backends) 1.0.24g

[sane-devel] Canon DR-3010C scanner

2012-11-26 Thread Milko Simeonov
We have few USB scanners Canon DR-3010C which for some reason do not work under linux (openSUSE12.1, sled11sp2). lsusb returns: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Fou

[sane-devel] Canon DR-3010C scanner

2012-11-26 Thread m. allan noah
On Mon, Nov 26, 2012 at 11:46 AM, Milko Simeonov wrote: > Yes, but before scanning different images with the flatbed unit we need to > get it to scan images in the first place. > > Other than that, I can do all the tests for the main scanner (the DR-3010C), > however the top priority is the flatbe

[sane-devel] Canon DR-3010C scanner

2012-11-26 Thread m. allan noah
Oh, I don't really have any instructions. Just try things like: scanimage --mode=color --resolution=600 --source="ADF Duplex" -b and check the resulting images. scanimage --help will give you a list of other options for the scanner. Try making some scans with various settings changed, and see if

[sane-devel] Canon DR-3010C scanner

2012-11-26 Thread m. allan noah
Well, if you can put the DR-3010C thru its paces, and make sure everything works (modes, resolutions, batch scanning, duplex, etc), then I will commit the required changes. Stef would have to comment on the Genesys stuff, as I have little experience there. allan On Mon, Nov 26, 2012 at 10:16 AM,

[sane-devel] Canon DR-3010C scanner

2012-11-26 Thread m. allan noah
This device does not use the same protocol as other DR machines. It is actually a Gensys chipset. Stef has some more info, but I think it will take a much more effort to make the flatbed work. allan On Mon, Nov 26, 2012 at 9:59 AM, Milko Simeonov wrote: > Hi Allan, > > Yes, we are able to scan n

[sane-devel] Canon DR-3010C scanner

2012-11-26 Thread m. allan noah
Ok- now, in the sane-backends source, edit backend/canon_dr.c Find the function init_model. In that function, there is a section for the DR-2510C. Copy that section, and change it to match the DR-3010C. In your new section, also add this: s->invert_tly = 1; Then recompile and reinstall. Hopefull

[sane-devel] Canon DR-3010C scanner

2012-11-26 Thread m. allan noah
You probably should not un-install all the factory sane packages, as that will remove frontend programs, and udev rules too. Generally, I build sane-backends to overwrite the factory install. What is the output of scanimage -L when run as root? allan On Mon, Nov 26, 2012 at 8:58 AM, Milko Simeon

[sane-devel] Canon DR-3010C scanner

2012-11-26 Thread m. allan noah
Yes, this scanner requires code changes, and has had only minimal testing. Are you able to download and compile a sane-backends development snapshot from here: http://www.sane-project.org/source.html If so, we can make some minor changes to the code, and at least get some scans. It is possible th