[sane-devel] Experiencing errors (was Re: Scanner-based compression for Fujitsu FI-5900c on 1.0.27?)

2018-05-31 Thread Wes Rishel
version of scanimage runs when I use the other options but leave the --compression JPEG out of the command. Can you suggest what I can do to better diagnose or fix the issue? Thanks in advance. Regards, Wes Rishel Retired Healthcare Computer Nerd "I'll be more enthusiastic about enc

[sane-devel] Can't clone debian git repository

2020-08-29 Thread Wes Rishel
Following the instructions at https://help.ubuntu.com/community/CompileSaneFromSource on Ubuntu 18.04 I have this happen git clone git://git.debian.org/sane/sane-backends.git Cloning into 'sane-backends'... fatal: unable to connect to git.debian.org: git.debian.org[0: 194.177.211.202]:

Re: [sane-devel] Unable to Build Sane Backends

2020-08-31 Thread Wes Rishel
on, Aug 31, 2020 at 5:13 PM Ralph Little wrote: > Hi, > > On 2020-08-31 5:06 p.m., Wes Rishel wrote: > > > ./configure --prefix=/usr --libdir=/usr/lib/i386-linux-gnu > --sysconfdir=/etc --localstatedir=/var --enable-avahi > make > sudo make install > > However, there is n

[sane-devel] Unable to Build Sane Backends

2020-08-31 Thread Wes Rishel
Thanks to Yuri and Ralph for previous help on this topic Following the instructions at https://help.ubuntu.com/community/CompileSaneFromSource on Ubuntu 18.04 I downloaded backends from https://gitlab.com/sane-project/backends/-/tree/master/backend I get to these steps. ./configure

Re: [sane-devel] Unable to Build Sane Backends

2020-09-02 Thread Wes Rishel
toreconf: aclocal failed with exit status: 1* On Mon, Aug 31, 2020 at 9:22 PM Ralph Little wrote: > Hi, > > On 2020-08-31 9:02 p.m., Wes Rishel wrote: > > Once again, thanks for your nearly instantaneous reply. When I run > ./autogen.sh I get what is shown below an appar

[sane-devel] SOLVED: Fujitsu fi5900c JPG compression fails with ADF Duplex

2020-09-21 Thread Wes Rishel
M. Allan Noah provided a patch for fujitsu.c in Sane 1.0.31 that solves this problem. He has identified it as build#137 Thanks, Allan for the rapid response! -- Wes On Fri, Sep 18, 2020 at 12:07 PM Wes Rishel wrote: > Apparently my including debug created a messae that is too la

[sane-devel] How to get debug output for Fujitsu fi-5900c?

2020-09-17 Thread Wes Rishel
About two years ago I was advised that the environment variable SANE_FUJITSU_DEBUG=15 would generate a bunch of output to stderr. I tried it yesterday on Bionic and failed to see output. I tried SANE_FUJITSU_DEBUG=15 scanimage ... and export SANE_FUJITSU_DEBUG=15 scanimage ... Is there

[sane-devel] RESEND: Fujitsu fi5900c JPG compression fails with ADF Duplex

2020-09-18 Thread Wes Rishel
Apparently my including debug created a messae that is too large. This time, the debugging output is in an attached zip. Working with 1.0.31. > scanimage -V > scanimage (sane-backends) 1.0.31; backend version 1.0.31 > > These work: > scanimage --mode color --source 'ADF Duplex' > x.jpg

[sane-devel] Fujitsu fi-5900c command option for single-sided scanning

2021-09-26 Thread Wes Rishel
I usually use the parameters below, and I am trying to modify them to scan the front side only while still using compression and imprinting Previously I thought that the change I needed was *--source ADF Front* but this does not seem to work. Perhaps I can find the correct option by looking at

Re: [sane-devel] How to Install and Customize SANE Ubuntu 18.04

2022-05-25 Thread Wes Rishel
Here is the complete autogen/configure/make session -- Wes On Wed, May 25, 2022 at 12:42 PM Wes Rishel wrote: > Thanks, Ralph for "gentle-ing" me through this. > > > When I follow the instructions I get a fatal error in make. Can you > recommend what to do next? I'm s

Re: [sane-devel] How to Install and Customize SANE Ubuntu 18.04

2022-05-25 Thread Wes Rishel
I downloaded a zip file from https://gitlab.com/sane-project/backends/-/tree/master -- Wes On Wed, May 25, 2022 at 12:59 PM Ralph Little wrote: > Hi, > > > On Wed, May 25, 2022 at 12:51 PM Wes Rishel wrote: > >> Here is the complete autogen/configure/make

Re: [sane-devel] How to Install and Customize SANE Ubuntu 18.04

2022-05-25 Thread Wes Rishel
ror 2 -- Wes On Tue, May 24, 2022 at 11:29 PM Ralph Little wrote: > Hi, > > On 2022-05-24 22:14, Wes Rishel wrote: > > I have a new Ubuntu 18.04 system and I need to add a one-line patch to > fujitsu.h that Allan Noah has previously given us. And then I > presumably need to

Re: [sane-devel] How to Install and Customize SANE Ubuntu 18.04

2022-05-25 Thread Wes Rishel
/sane_install_220525c/backends$ which scanimage /usr/local/bin/scanimage tevs@tevs-SEi: -- Wes On Wed, May 25, 2022 at 1:11 PM Ralph Little wrote: > Hi, > > > On Wed, May 25, 2022 at 1:03 PM Wes Rishel wrote: > >> I downloaded a zip file from >> https://gitlab.com/s

[sane-devel] How to Install and Customize SANE Ubuntu 18.04

2022-05-24 Thread Wes Rishel
I have a new Ubuntu 18.04 system and I need to add a one-line patch to fujitsu.h that Allan Noah has previously given us. And then I presumably need to configure and make the package (?) Ubuntu seems to have 1.0..31 installed but I am thinking it might be safer to get a fresh copy particular

[sane-devel] Digital Signing in SANE?

2023-05-18 Thread Wes Rishel
Has anyone put code in to create a digital signature to accompany an image? I guess the obvious alternative would be to pipe the output to a program that does signatures, but it might be nice to avoid that. There are clearly issues about whether the signature is embedded in the image file or a

Re: [sane-devel] Error codes returned by Fujitsu fi-5900c?

2023-12-11 Thread Wes Rishel
10/12/2023 19:16, Wes Rishel wrote: > > re: Really, for what you are trying to do, you might be better off > > interfacing with the SANE API instead of trying to drive scanimage. > > > > Thanks. This is something I have thought before. Right now I invoke > > scanimage a

[sane-devel] Error codes returned by Fujitsu fi-5900c?

2023-12-09 Thread Wes Rishel
I have a program that uses SANE to run a Fujitsu fi-5900c scanner, but I only have access to the scanner when I am doing production work. So I am writing code on a system where the scanner is not available. It would help to have a list of the return codes from scanimage while working on a Fujitsu

Re: [sane-devel] Error codes returned by Fujitsu fi-5900c?

2023-12-10 Thread Wes Rishel
t; > allan > > On Sat, Dec 9, 2023 at 2:25 PM Wes Rishel wrote: > >> I have a program that uses SANE to run a Fujitsu fi-5900c scanner, but I >> only have access to the scanner when I am doing production work. So I am >> writing code on a system where the scanner i