Tarbor
I realize that you must be a very busy person. I have acquired a new in the box 
FS2720U and I am running XP PRO. The installation disk will not let me install 
it. It seems that the drivers needed are not there for XP. In searching Google 
I have found a whole bunch of discussions about this... sites to go to, no 
Canon support, different manufactures drivers that work etc...
I am 83 and a WW2@ pilot. I have over 1000 35MM black and white negs that I 
would like to digiitize and then put them on a CD for my kids and grandkids and 
great grandkids. In addition I have hundreds of mounted color slides of the 
years 1947 till 1996, when I got my first digital camera.... 
NOW.. if you will, in easy terms for an old man.... what drivers or other item 
do I need to oprate this on XP? OR SHOULD I JUST PUT IT ON EBAY AND SELL IT????
Thank you for any help you might give to me.
John L. Contino, Dillsburg PA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20061209/2736e0c5/attachment.htm
From an...@pfeiffer.edu  Wed Dec 13 01:33:04 2006
From: an...@pfeiffer.edu (m. allan noah)
Date: Wed Dec 13 01:33:22 2006
Subject: [sane-devel] Problems in 1.0.18, sane_fujitsu, USB fi5120C.
In-Reply-To: <4579883c.1040...@binsons.com>
References: <4579883c.1040...@binsons.com>
Message-ID: <pine.lnx.4.61.0612121417390.16...@limos.pfeiffer.edu>

On Fri, 8 Dec 2006, Lonny Granstrom wrote:

> PROBLEM:
> Latest release for sane-fujitsu in July2006 (1.0.18) has broken BASH scripts.

yes. the fujitsu backend has been nearly completely rewritten between sane 
1.0.17 and .18. Many of the options provided by the backend may have 
changed names or take a different range of options. if your scripts are 
coded to look for certain option names, they will no longer work.

>
> COMMAND HELP ISSUES (1.0.18):
> 1. Running scanadf/scanimage --help -d <USB-fi5120C> documents arguments that
>  are NOT accepted: --pagewidth, --pageheight.

what do you mean 'NOT accepted', do you get an error?

> 2. Help messages for -x, -y, --pagewidth, & --pageheight do NOT provide 
> proper
>  information, descriptions are all the same.

what messages do they provide? my copy says:

     -x 0..224.846mm (in steps of 0.0211639) [215.872]
         Width of scan-area.
     -y 0..863.489mm (in steps of 0.0211639) [279.364]
         Height of scan-area.
     --pagewidth 0..224.846mm (in steps of 0.0211639) [215.872]
         Must be set properly to align scanning window
     --pageheight 0..863.489mm (in steps of 0.0211639) [279.364]
         Must be set properly to eject pages

>  (e.g., for ADF, both -l and -x MUST be used to properly mimic the missing
>         --pagewidth argument)

-l and -x are not the same as --pagewidth. the last tells the scanner the 
size of the paper so it can decide where the left margin on the adf 
is located. the other two set the location of the area that will be 
scanned. note that the pagewidth must be larger than the location you are 
trying to scan, or you will likely get an error.

> 3. Changes to --source options are misleading.
>  (e.g,; --source ADF Front [as documented default] does NOT work,
>         fact that value MUST be quoted is not indicated.
>         Command that works: --source 'ADF Front' or --source "ADF Front")

this is common to all multi-word options accessed by scanimage, and not 
fujitsu specific. the output that you see is generated by scanimage. 
perhaps scanimage could check for whitespace inside a string arg, and put 
quotes around it before display.

> FUNCTIONAL ISSUES:
> [NOTE: none of the following occurs if --source ommitted (using default)]
> A. Running the command from same BASH script now fails 100% with the 
> following:
>    scanadf: setting of option --source failed (Invalid argument)

[snip]

> Any help or suggestions would be appreciated?

maybe escape the quotes with a \ when you build your SCAN_OPTS variable?
this is really a bash question, not a sane question.

allan

-- 
"so don't tell us it can't be done, putting down what you don't know.
money isn't our god, integrity will free our souls" - Max Cavalera

Reply via email to