Hi,
I hope you don't mind that I CCed sane-devel.
On Wed, Mar 08, 2006 at 05:55:55PM +0100, Etienne DADA wrote:
> Hi,
>
> I've read this interesting mail on sane-devel mailing list :
> http://lists.alioth.debian.org/pipermail/sane-devel/2005-December/015732.html
> and also this surprising one :
> http://lists.alioth.debian.org/pipermail/sane-devel/2005-December/015658.html
>
> I tried to run a 1212P with the plustek_pp backend, it didn't work.
>
>
> On the Agfa website, trying to download a driver for windows, I
> learned that there is two different scanners called SnapScan 1212P :
> with or without power switch.
>
> Mine has a round press button on the front side, Meszaros Csaba who
> had success with plustek backend told me there's no such button on the
> SnapScan he tried, it was turned on automaticaly.
Mine has one too.
I downloaded the driver for the SnapScan 1212P WITHOUT power switch.
It installs a scandrv.sys. This one as well contains CodeView debug
information. I inspected it with "strings -a".
A small list of interesting strings:
P17ColorModeRegister
P518ColorModeRegister
P535ColorModeRegister
P539ColorModeRegister
P56ColorModeRegister
P97ColorModeRegister
D:\SCANDRV\DRIVER\VER02\NT4\98001\AGFA\..\asic.c
On the other hand Sane 1.0.15 contains:
plustek-pp_p9636.c:static UShort P17ColorModeRegister[] = {
plustek-pp_p9636.c:static UShort P518ColorModeRegister[] = {
plustek-pp_p9636.c:static UShort P535ColorModeRegister[] = {
plustek-pp_p9636.c:static UShort P539ColorModeRegister[] = {
plustek-pp_p9636.c:static UShort P56ColorModeRegister[] = {
plustek-pp_p9636.c:static UShort P97ColorModeRegister[] = {
plustek-pp_detect.c: DBG( DBG_LOW, "Adjust for 98001 ASIC\n");
So, well, I think this is enough to assume that the AGFA SnapScan 1212P
without power switch is a rebranded Plustek.
Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url :
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20060308/470aabcf/attachment.pgp
From [email protected] Wed Mar 8 20:55:36 2006
From: [email protected] (Oliver Schwartz)
Date: Wed Mar 8 20:56:08 2006
Subject: [sane-devel] Epson perfection 3490 "stripes"
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
<[email protected]>
Message-ID: <[email protected]>
Hi,
> I have quality scan and calibration on (XSane). It doesn't matter
> if I scan in color or gray scale I always get the stripes. How do I
> set/check 16-bit mode? I can't find an option in xsane or
> scanimage.
It's an option in xsane's standard option window. If it's not present
I suggest to upgrade to sane-backends 1.0.17 before doing further
tests.
/Oliver