[sane-devel] umax1220u: sane_start: Invalid argument

2008-12-17 Thread D. Hugh Redelmeier
I'm just trying to start using SANE. I'm puzzled by the error message I get: # scanimage --version scanimage (sane-backends) 1.0.19; backend version 1.0.19 # scanimage -L device `umax1220u:libusb:004:002' is a UMAX Astra 2100U flatbed scanner # scanimage -d

[sane-devel] umax1220u: sane_start: Invalid argument

2008-12-17 Thread D. Hugh Redelmeier
| From: m. allan noah kitno455 at gmail.com | You could try to get a debug log of the backend in operation: | | SANE_DEBUG_UMAX1220U=255 scanimage 2error.log Thanks. That seems to give useful information. Not that I know how to interpet it. Near the end, just before the error message, the

[sane-devel] Fwd: umax1220u: sane_start: Invalid argument

2008-12-18 Thread D. Hugh Redelmeier
| From: m. allan noah kitno455 at gmail.com | On Wed, Dec 17, 2008 at 10:23 PM, D. Hugh Redelmeier hugh at mimosa.com wrote: | [umax1220u] sane_start | [umax1220u] UMAX_set_scan_parameters: | [umax1220u] color = 1 | [umax1220u] xo= 0, yo = 0 | [umax1220u] w = 0, h = 0

[sane-devel] umax1220u: sane_start: Invalid argument

2008-12-18 Thread D. Hugh Redelmeier
| From: gmurray at cloudnet.com | You need to specify the size of the image to scan, as it defaults to 0 | pixels, which is invalid. | SANE_DEBUG_UMAX1220U=255 scanimage -x 100 -y 100 -d umax1220u:libusb:004:003 outfile.pnm | From: m. allan noah kitno455 at gmail.com | well, it appears

[sane-devel] umax1220u: sane_start: Invalid argument

2008-12-19 Thread D. Hugh Redelmeier
| From: m. allan noah kitno455 at gmail.com | Can | you file a bug report so we dont forget to do it? https://alioth.debian.org/tracker/index.php?func=detailaid=311313group_id=30186atid=410366

[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 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 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-03-02 Thread D. Hugh Redelmeier
| From: m. allan noah kitno455 at gmail.com | Known issue, fixed in our git development version. For now, you can | reduce the buffer size in canon_dr.conf. Though, if more issues turn | up, you'll end up upgrading anyway. Since this driver has never seen this scanner before, I imagine that

[sane-devel] trying Canon DR-3080C

2010-03-02 Thread D. Hugh Redelmeier
| From: m. allan noah kitno455 at gmail.com | Go ahead and try it with the current version, and see if that works. | | If you want to build a dev version: Thanks for the clear and effective recipe. (I had already rebuilt the Ubuntu libsane package from source so a lot of the prerequisites were

[sane-devel] trying Canon DR-3080C

2010-03-02 Thread D. Hugh Redelmeier
| From: m. allan noah kitno455 at gmail.com | Looks like the driver cannot write to the operator panel. the dr-20xx | are the same way. Find the function init_model, and add this block | after all the other model-specific blocks around line 1202: | | else if (strstr (s-model_name,DR-3080)){ |

[sane-devel] Need help with Canon DR-3080CII

2010-07-04 Thread D. Hugh Redelmeier
| From: m. allan noah kitno455 at gmail.com | Date: Mon, 14 Jun 2010 10:48:16 -0400 | Well, I have another user with a 3080C, and I never quite made it | work. But, that machine was scsi only, which is harder to get logs of. | Your machine is USB, so that could be very useful. Did you get

[sane-devel] [OT?] discussion of front ends?

2011-07-13 Thread D. Hugh Redelmeier
Is there a forum in which to discuss SANE front ends and in particular the best ways to get specific tasks done? My own particular problem: I want to do what I think is called scan to archive. I have way too many documents on paper and I'd like to capture them and discard the paper. This paper

[sane-devel] Brother Scanners

2012-07-18 Thread D. Hugh Redelmeier
| Date: Mon, 26 Mar 2012 23:35:42 -0400 | | Since Brother has released the brscan, brscan2 and brscan3 drivers under | the GPL ( | http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_src.html#srccd_s), | what is the procedure for getting these included in sane? I don't see a

[sane-devel] mustek_usb2 SQ113 Tevion MD 90070

2012-07-26 Thread D. Hugh Redelmeier
| From: Albert ARIBAUD albert.aribaud at free.fr | Date: Sun, 24 Jun 2012 12:21:19 +0200 | | Le 23/06/2012 16:04, Jan Hauffa a ?crit : | | Am 22.06.12 23:55, schrieb Albert ARIBAUD: | I'd also like to get this running, as I own a HP ScanJet 4460 which | sane-find-scanner tells me has a

[sane-devel] xsane vs evince

2013-01-12 Thread D. Hugh Redelmeier
I scanned a document with Xsane, saving the result as a PDF. Evince can display the PDF but spits out a lot of diagnostics on standard out (or perhaps standard error). If I scan the same document with the same scanner and with simple-scan, the PDF elicits no warnings from evince. The Xsane

[sane-devel] xsane vs evince

2013-01-13 Thread D. Hugh Redelmeier
| From: James Cloos cloos at jhcloos.com (I tried emailing you the PDF directly but our mail servers aren't getting along.) | Can you provide (links to)? the PDFs? http://filebin.ca/TQ9dkooxDek/tax-bill-france-2013jan-how-to-pay-xsane-1.pdf Thanks for looking at this!

[sane-devel] odd experience with Fujitsu ix500

2016-06-19 Thread D. Hugh Redelmeier
I recently bought an ix500 to use with SANE. Summary: it works on Ubuntu 16.04+updates or Fedora 23+updates when connected through a USB 2 port. It does not work when connected through a USB 3 port. I tested this on two Fedora 23 systems with USB 2 and 3 ports. - HP Envy 700-19 desktop