[sane-devel] HP2400/G2410 and genesys backend update

2010-02-28 Thread stef
Hello, I have finished the work for HP3670 support. Since this scanner is real close to the HP2400 and is operated in a very similar fashion, I have enabled as much scan modes I could for the HP2400. However, only 50, 100, 300 and 600 dpi modes can work since I don't

[sane-devel] scanimage 1.0.20 hangs on Solaris 10/SPARC (pixma backend)

2010-02-28 Thread Patrick Simmons
Hello all, I'm trying to get SANE 1.0.20 working with a Canon MP210 USB scanner on Solaris/SPARC. I'm using the latest Solaris 10 build. However, I can't get it to scan. When I do scanimage -L, my scanner is shown correctly after a moderately long delay, but scanimage just hangs forever

[sane-devel] scanimage 1.0.20 hangs on Solaris 10/SPARC (pixma backend)

2010-02-28 Thread Chris Bagwell
The easy thing I can suggest is to try compiling with --enable-pthread. I recall a past discussion related to libusb and that sometimes causing it to work better. If that doesn't fix things for you then your going to have to debug this yourself. I do not think there are any active Solaris

[sane-devel] trying Canon DR-3080C

2010-02-28 Thread D. Hugh Redelmeier
I have an old Canon DR 3080C sheet-feed scanner. When I inherited it SANE didn't support it (and neither does Vista) so I left it in a corner. I was about to dispose of it when I saw that Noah has written the canon_dr driver. Thanks!! I have connected the scanner via SCSI to my up-to-date

[sane-devel] trying Canon DR-3080C

2010-02-28 Thread m. allan noah
Are you sure that the canon_dr backend is getting loaded? SANE_DEBUG_CANON_DR=15 scanimage -L if you dont see any canon_dr debug output, then make sure it is listed in your dll.conf file, usually in /etc/sane.d allan On Sun, Feb 28, 2010 at 12:17 PM, D. Hugh Redelmeier hugh at mimosa.com

[sane-devel] trying Canon DR-3080C

2010-02-28 Thread D. Hugh Redelmeier
| From: m. allan noah kitno455 at gmail.com Thanks for the quick reply! | Are you sure that the canon_dr backend is getting loaded? | | SANE_DEBUG_CANON_DR=15 scanimage -L | | if you dont see any canon_dr debug output, then make sure it is listed | in your dll.conf file, usually in /etc/sane.d

[sane-devel] trying Canon DR-3080C

2010-02-28 Thread m. allan noah
Can you do that command as root? If it does not show as root, then we need more info (also as root) SANE_DEBUG_SANEI_SCSI=255 SANE_DEBUG_CANON_DR=15 scanimage -L allan On Sun, Feb 28, 2010 at 1:12 PM, D. Hugh Redelmeier hugh at mimosa.com wrote: | From: m. allan noah kitno455 at gmail.com

[sane-devel] trying Canon DR-3080C

2010-02-28 Thread D. Hugh Redelmeier
| From: m. allan noah kitno455 at gmail.com | Can you do that command as root? Interesting. The following additional lines showed up. I'll use diff to minimize the bulk of this message: [canon_dr] sane_get_devices: reading config file canon_dr.conf [canon_dr] sane_get_devices: looking for

[sane-devel] trying Canon DR-3080C

2010-02-28 Thread m. allan noah
On Sun, Feb 28, 2010 at 4:11 PM, D. Hugh Redelmeier hugh at mimosa.com wrote: | From: m. allan noah kitno455 at gmail.com | Can you do that command as root? Interesting. ?The following additional lines showed up. Ok- the scanner device file has permissions problem. Fixing that is an exercise

[sane-devel] installing scanner on ubuntu

2010-02-28 Thread Werner Holtfreter
Am Freitag, 2010-02-12 03:55:01 schrieb Robert Ancell: There is an easier way... I've made a PPA containing the latest GIT version of the SANE backends: https://edge.launchpad.net/~robert-ancell/+archive/sane-backends Hi Robert, thank you for your great service, it works fine and is a

[sane-devel] scanimage 1.0.20 hangs on Solaris 10/SPARC (pixma backend)

2010-02-28 Thread Richard Ryniker
...scanimage just hangs forever when I try to use it to scan. scanimage will also hang forever when run with the --help option, after printing out the help text. It's as if it's trying to print the scanner name but ran into trouble. strace is likely to provide some information about why (or, at