Hi Andreas,
> > You should also remove the default case in the switch (interface)
> > in cs2_open() and enumerates all the cases instead. gcc will warn if
> > there is some missing cases.
>
> I've done that, but what is the reason for this? Why shouldn't I use
> default instead of CS2_INTERFACE_UN
Hi Oliver,
Here are my comments:
- section 4.2.1
Is there any reason why SANE_Word can't be suppressed? SANE_Word and
SANE_int are implemented the same and have close definitions.
- section 4.2.7 (status type).
The panasonic scanners scan a whole page before giving it back to the
scanner. ie
> > Hi Oliver,
> >
> > Here are my comments:
> >
> > - section 4.2.1
> >
> > Is there any reason why SANE_Word can't be suppressed? SANE_Word and
> > SANE_int are implemented the same and have close definitions.
>
> This comes frome SANE1. I don`t see a reason to change this. It does not make
> an
> > - the .desc format description should be added too, and expanded. I'd
> > like to see an fcc id field.
>
> The problem with more fields is the width of the generated table. We
> thought about some more fields for e.g. ADF but if we use yet another
> column, the HTML page gets even wider.
You
> Another suggestion: Many scanners can return quite detailed error
> information, like "lamp failure", "optical hardware error", "mechanical
> hardware error", "5V fuse blown", "memory error" and whatever else. A
> frontend could call a function like
>
> SANE_String sane_verbose_error(Sane_H
> I thought that we had decided that *the* contact person for all things
> Relisys was:
>
> Frank Zago
>
> seeing as he now has a working backend.
>
>
> Greetings
>
>
> Mark Plowman
>
> ___
> Sane-devel mailin
Hi Henning,
I plan to submit the leo backend later this week. It's ready but missing
some documentation and translation.
Frank.
On Fri, 19 Apr 2002, Philip Goisman wrote:
> Hi Major,
>
> I wasn't avoiding you, just busy. Sorry you needed to repost.
May be it's not finding the include file. Have you checked config.log?
Frank.
> I have an Epson 1240u and a Nikon Coolscan LS-40 both attached to my
> machine via USB.
> I have just received SuSE 8.0 and was happily installing it last night.
> It keeps telling me I can only have ONE scanner attached via SANE and toi
> choose which one to install.
> Surely this cannot b
On Fri, 26 Apr 2002, Major A wrote:
>
> > BTW, sometimes it seems to make sense to open the windows driver with a hex
> > editor, before opening the scanner.
> > E.g. for the tevion scanner I'm playing with at the moment, there's a file
> > called Artec48.sys in windows/system32/drivers. The hex e
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
Send mail to m...@docserver.cac.washington.edu for more info.
---171960392-1441467780-1019979540=:12909
Content-Type: TEXT/PLAIN; charset=US-ASCI
kw...@earthlink.net wrote:
> this is what i suspected, and i do have the model with both usb and scsi,
> but so far no luck in getting it to work. i think i am having a problem
> with the kernel modules. it is the smp kernel from redhat 7.2 (2.4.7).
2.4.7 is way too old. See http://fz.eryx.net/s
Chris wrote:
> I'm determined, if possible, to get this scanner to work with linux. Has
> anyone had any luck. I have it connected to my usb port and running kde's
> usb viewer finds it. I have the current version of SANE installed, 1.0.9,
> however running sane-find-scanner results in nothin
Hi Karl,
In at least 3 places, replace "your" by "your're" or "you are".
And most of the new distribution support hotplug, so it shouldnt be necessary
to
insmod or modprobe the scanner driver. The parameters to the scanner (if
necessary) can be written into /etc/modules.conf.
Except that, your
...
> So please implement individula resolution in all the backends if it allows.
...
Just trollin'
Hi David
You'd rather try asking that question on the clara mailing list, since you
don't
seem to have a problem with scanning.
Regards,
Frank.
>
> anyone out there doing barcode ocr? i'm currently using Clara to do some
> ocr testing however i've been unable to find any documentation on
David,
I was merely telling you that you might have a better answer on a clara mailing
list, since clara supports barcodes.
The only other free ocr I know is gocr (jocr.sf.net). However I don't know if
it
supports barcodes.
Frank.
David Anders wrote:
> Frank,
>
> sane web site states:
>
> S
A Panasonic kv-ss25 or ss25d can scan about 20 to 25 A4 page per minutes. They
retail new for about $2K to $4K, but you can find some used on ebay for less
than $400. I don't know how often they need maintenance, though. Both scanners
are supported by SANE.
Note that the scan speed is for a batc
Hi,
I've started a port of the sane backends to windows. It's rather limited right
now, but I can use one of my scsi scanner under the cygwin environment.
Infos and patch at my temporary site:
http://home.austin.rr.com/fzago/sane/windows/sane_on_windows.html
Frank.
Hi Andras,
Major A wrote:
> As if I didn't have enough work already... now I came up with the idea
> of creating a new translation for the SANE backends. I read the README
> in the po directory and found a .po file for each language. Now a few
> questions:
>
> - Are the comments in the .po file t
> [fujitsu] set_window_param
> [fujitsu] Window set
> [fujitsu] 000: 00 00 01 2c 01 2c 00 00 00 00 00 00 00 00 00 00
> [fujitsu] 016: 03 b0 00 00 05 89 00 00 00 02 08 00 00 00 00 00
> [fujitsu] 032: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 a0
> [fujitsu] 048: 20 00 00 00 00 84 00 00 00 00 00 00
abel deuring wrote:
> Frank Zago wrote:
>
>>>[fujitsu] set_window_param
>>>[fujitsu] Window set
>>>[fujitsu] 000: 00 00 01 2c 01 2c 00 00 00 00 00 00 00 00 00 00
>>>[fujitsu] 016: 03 b0 00 00 05 89 00 00 00 02 08 00 00 00 00 00
>>>[fujitsu] 0
>
> I've tried it with RedHat 8.0 linux. The sense bytes 16 and 17 really
> point to the offending byte (I've tried to set a invalid resolution
> an others). There is a 8 byte window header you can't
> see in the hexdump above. The offending byte is at position 25 (0x02).
> This means 'grayscale
Spot's been long dead. AFAIK there is no sane driver, not even a started one,
and very little chance to see one one day.
Frank.
Libbi wrote:
> Hi,
>
> the list of the supported scanners doesn't contain "Spot Dynotak 6p".
> There doesnt exist any win xp-dirver, so i hoped to get it working usin
>
> I included the backend in the libsane-extras Debian package, and I've
> got a few (one or two) success reports with it. Since then, SANE 1.0.9
> made its way into the Debian archive and nobody complained,
> so... either it "works"[*] or nobody uses it :)
>
bug] Setting debug level of leo to 255.
>>[leo] sane_init
>>[leo] This is sane-leo version 1.0-9
>>[leo] (C) 2002 by Frank Zago
>>[leo] attach_scanner: /dev/sg0
>>[leo] leo_init: enter
>>[leo] leo_init: exit
>>[leo] attach_scanner: opening /dev/sg0
>>[
Hi,
I've added an entry in the backend for this variant. You might as well wait for
sane 1.10.
But if you're in a hurry, remove the spaces and recompile sane.
eg change
{6, "LEO ", "LEOScan-S3 ",
to
{6, "LEO", "LEOScan-S3",
Regards,
Frank.
Henning Meier-Geinitz wrote:
> Hi,
>
axel dammers wrote:
> Hi,
>
> thanks for your tip.
>
> I compiled it without the spaces in leo.c and the scanner runs !!!
>
> Very much thanks for your good help. :-))
>
> Bye,
> Axel
>
>
Thanks for the report.
Frank.
Hi Stephen,
Can you enable the tracing, as described in the readme file, and send me the
output?
Since you're using aix 4.3.3, you can try using the original gsc (version 1.0).
Frank.
Stephen Hegarty wrote:
>Hi All,
> Anyone using AIX??
>
> I am trying to use sane on AIX 4.3.3 (RS
Klaus Dahlke wrote:
> Hi all,
>
> I have a problem with my Umax Astra 2200 SU (it has both connectors, SCSI and
> USB). SCSI and USB works fine with Win98 (i.e., hardware is okay), SCSI works
> also under Linux (for various reasons I am thinking of switching to USB).
> When attached to USB, s
>
>
> Frank,
> thanks for the quick reply. With having "quality calibration" switched off,
> it wokrs fine now.
>
> Is then there any loss in quality compared to SCSI with "quality calibration"
> switched on?
>
I don't think so. The command to set the qualibration level fails on both usb
a
Henning Meier-Geinitz wrote:
> Hi,
>
> if you intend to get a new backend into SANE 1.0.12 it's now time to
> tell us. Currently there are two backends on the TODO list:
>
> - Hewlett-Packard 4200c
> [...]
> http://fz.eryx.net/sane/#hp4200
>
> What's the status of those? Are there
>
> Opinions? Other advantages/disadvantages?
>
It looks good. Another advantage is that might help harmonize the terminology
used in various backends (eg "Color" vs "Colour".)
Frank.
Guy Brooker wrote:
> A front end question !
>
> As far as I understand from the SANE spec, a backend may send colour image
> data as either an R, G & B sample per pixel, what TWAIN refers to as chunky,
> or as three separate images, one of R, one of G and one of B, what TWAIN
> refers to as planar
I've updated my port of sane to windows. It works fine with 2 of my scsi
scanners. I'd like to integrate it. Can someone review the code?
http://www.zago.net/sane/windows/sane_on_windows.html
Frank.
Henning Meier-Geinitz wrote:
>
> +sane-backends will not compile out of the box. You need to follow the
> following steps:
> +
> +- edit configure.in and put all the AC_CONFIG_FILES entry in one line.
>
> Would it help to use AC_CONFIG_FILES three times?
I don't know.
>
> + edit acinclude.m4
Alas, it didn't take long for sane-project.org to go off the air :)
Hi,
I've written a backend for the Sceptre S1200 scanner.
http://www.geocities.com/harikus2000/sane/sane.html
Frank.
dvnix/scanner/download.html
>
> Bob Young
> ___
> Sane-devel mailing list
> sane-de...@www.mostang.com
> http://www.mostang.com/mailman/listinfo/sane-devel
>
--
Frank Zago - Gresham Enterprise Storage - www.greshamstorage.com
I've done some partial translation to French for saneopts and the umax
backend. They are about 75% complete, but I cannot do more.
Please add to sane if it's ok.
http://www.geocities.com/harikus2000/sane/
Frank.
> > They are about 75% complete, but I cannot do more.
>
> Just for my understanding: Don't you have more time, or don't you know
> how to translate the other entries or is there a different reason?
I don't know how to. Sometimes it depends on the context.
> By the way, the links to the translati
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
Send mail to m...@docserver.cac.washington.edu for more info.
---171960392-1229012079-1013638287=:5785
Content-Type: TEXT/PLAIN; charset=US-ASCII
Try to add canon630u in dll.conf
On Thu, 14 Feb 2002, nathan rutman wrote:
>
> I've got my new backend working with
> ./configure --disable-shared
> scanimage correctly finds my scanner (usb canon 630u) and scans.
> But as soon as I take out the --disable-shared flag it says
> lt-scanimage: no SA
xscanimage et (possibly) scanimage do not support translations. xsane
does.
Also, when you type make install, do you have several lines like that:
installing epson.de.mo to /usr/local/share/locale/de/LC_MESSAGES/sane-epson.mo
Frank.
On Fri, 15 Feb 2002, Sylvain Petreolle wrote:
> Hi,
>
> I compi
Is anyone working on a scanner with the E5 asic?
Does anyone have some docs about that chip?
I've hacked the viceo driver a little and I can get some movement
(actually something that look like a scan) from my Memorex 6142u, but the
result is a black image. The viceo work with the E3 and E4 chips.
_____
> > Sane-devel mailing list
> > sane-de...@www.mostang.com
> > http://www.mostang.com/mailman/listinfo/sane-devel
>
--
Frank Zago - Gresham Enterprise Storage - www.greshamstorage.com
I assume you have compiled it. If so have you typed 'make install'?
Have you installed sane as root?
By default, it is installed in /usr/local/bin:
$ ls -l /usr/local/bin/sane-find-scanner
-rwxr-xr-x1 root root 112326 Feb 14 21:21
/usr/local/bin/sane-find-scanner
If you're using cs
Can somebody review my sceptre backend and integrate it to the cvs tree
if it's correct?
The patch applies against today's cvs tree. It's been tested on linux 2.4
and compile on aix 4.3 and hpux 11.00.
http://www.geocities.com/harikus2000/sane/sanecvs-sceptre-20020220.diff.gz
Frank.
Henning, thanks for the review.
> Ok, looking at sceptre.c:
>
> * better use #include "../include/sane/*" for the sane headers. It's
> not really necessary but makes clear that the local headers are used
> and not the ones that may be already installed.
Done.
> * assert can make trouble on A
You should read the following thread:
http://www.mostang.com/pipermail/sane-devel/2002-February/002410.html
If you can find a contact at Primax, please let me know.
Frank.
On Wed, 20 Feb 2002, Jacek Pliszka wrote:
> Hi!
>
> Has somebody go Visioneer OneTouch 8100 working?
>
> If not, how should
Hi,
This new backend supports the Panasonic KV-SS25 scanner. It should also
support the following scanners with some customization:
KV-SS50, KV-SS55, KV-SS50EX, KV-SS55EX, KV-SS850 and KV-SS855.
It is probable that more Panasonic scanners can be supported.
The backend is the alpha stage, but usab
On Thu, 21 Feb 2002, paul beard wrote:
> I am really close to getting my scanner to work with NetBSD/macppc
> but now I seem to be tripping over some math functions. I had
> errors on "pow" being undefined, so we swapped them out for "log"
> functions. And I get the same result.
>
> /usr/pkg/lib
> However I found something potentially interesting.
> In windows drivers: OneTouch.reg file
> has something which may be usefull.
I have twain.reg, but it contains keys like
[HKEY_CURRENT_USER\Software\Visioneer\TwainPrefs\ADF]
(the scanner's a memorex)
> Maybe we can take E3/E4 driver and jus
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
Send mail to m...@docserver.cac.washington.edu for more info.
---171960392-1423184503-1006314472=:10970
Content-Type: TEXT/PLAIN; charset=US-ASCI
2PM -0600, Frank Zago wrote:
> > * I used the libusb library to support usb. As a result, the backend
> > autodetect the scanner and does not use /dev/usbscanner nor the
> > configuration files. And it does not use the scanner driver. Is the use of
> > the libusb a good idea?
&
Hans-Peter Rangol wrote:
> Am Tue, Aug 20, 2002 at 10:59:50PM +0100 schrieb Major A:
>
>>Hi all,
>>
>>I'm proud to make available the first testing version of a
>>dust-removal facility for film scanners with IR readout. Currently it
>>is a stand-alone tool, but the actual algorithm is implemented
Hi list member Gerhard,
If you read the usb logs, you should be able to detect the pp commands. What
might be confusing is that a lot of usb packet may be sent/received just for
one
command. The bridge chip may also need some inititialisation.
You can look into umax-usb.c. This file is used to
> Yet another related topic: It would be great to have some sort of database
> generated from the .desc files. So a user could use the WWW to search for his
> scanner. E.g with search boxes for Manufacturer, bus-type and model name. The
> output would be all we now about the model including bac
Hi Jonathan,
>>I have just uploaded an update to the "USB Scanners under Linux". I
>>would be grateful if people could check the page out an let me know of
>>any errors and or omissions.
For big endian machine (eg PPC), a linux kernel 2.4.20 will be necessary to
work
with the Umax Astra 2200.
Henning Meier-Geinitz wrote:
> Hi,
>
> On Wed, Oct 02, 2002 at 09:45:28PM -0500, Frank Zago wrote:
>
>>For big endian machine (eg PPC), a linux kernel 2.4.20 will be necessary to
>>work with the Umax Astra 2200.
>>This is also true for any scanner using control mes
> ===
> RCS file: /cvsroot/external/sane/sane-backends/backend/microtek2.c,v
> retrieving revision 1.10
> diff -u -3 -p -u -w -r1.10 microtek2.c
> --- microtek2.c 2002/05/24 22:41:34 1.10
> +++ microtek2.c 2002/10/04 13
Petter Reinholdtsen wrote:
> [Frank Zago]
>
>>What's the point of this one?
>
>
> If sizeof(size_t) is bigger then sizeof(u_int32_t), than the call to
> sanei_scsi_cmd() will write outside the space allocated for
> ms->n_control_bytes. If it is smaller, the
Hi Andras, Petter,
>>If sizeof(size_t) is bigger then sizeof(u_int32_t), than the call to
>>sanei_scsi_cmd() will write outside the space allocated for
>>ms->n_control_bytes. If it is smaller, the value in
>>ms->n_control_bytes will be wrong. It only work as it should if
>>size_t and u_int32_t i
Aurelien Jarno wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi all,
>
> In backends/plustek-usbshading.c, in function usb_GetNewOffset, there
> is
>
> if( pcOffset[dw] >= 0 )
>
> pcOffset[dw] is defined as char. On some architectures (at least arm,
> powerpc and s390), char i
Michael Höller wrote:
> Hi,
>
> I try to get a PRIMAX Jewle 4800 up t work but there seems to be a problem.
> Can anyone tell me what I can do to get it to work?
>
> Thanks a lot
> Michael
>
>
Hi Michael,
This scanner is not (yet) supported. There is some work in progress at:
http://gkal
Hi Foffy_69,
Assuming your scanner works, why do you care?
Another solution to your problem would be to print a Plustek sticker and put it
on top of the Genius logo. :)
Frank.
Foffy wrote:
> i have a genius color page vivid-III but when mandrake
> detect it as a plustek, that has the same chip
Hi Olaf,
IANAL but I'll try to answer anyway.
None of these contain code. Just prototype and APIs. I don't think that the
omission of the SANE exception would propagate to the rest of the code. Besides
the README states that the backends are under GPL+exception. It is also quite
clear that the
Oliver Rauch wrote:
> Disable qualtiy calibration
>
> Oliver
>
Olivier, could the backend avoid using this command for the umax 2200, since
the
scanner does not support it (even in scsi)? I don't have access to that scanner
anymore, so I cannot test.
Frank.
Jonathan Buzzard wrote:
> henn...@meier-geinitz.de said:
>
> [SNIP]
>
>
>>I've asked multiple times for concrete proposals how the standard can
>>be changed or appended. Each time there hasn't been any response. With
>>"concrete proposals" I mean patches to SANE2 or at least the text of
>>the to
Major A wrote:
>>It seems to me that if nothing happens on the SANE2 front (eg development),
>>SANE2 will stay a mirage. A well documented illusion.
>>A lot of people have given some input, but if the proposal isn't
>>implemented, why care?
>
>
> Good point, Frank. The bad thing is that SANE1 a
Personnaly, I prefer sniff-usb (http://benoit.papillault.free.fr/usbsnoop/).
IMO USBSnoopy Pro is a pita to use.
Mbosowo I Sampson wrote:
> After reading reams of documentation, I think I have a grasp on how the
> USB protocol works. I started snooping the usb traffic of my hp scanjet
> 3970 so I can start writing the backend for it. I have a couple of
> questions...
>
> With Snoopy Pro it seems to stop l
Henning Meier-Geinitz wrote:
> Hi,
>
> Please reply to the list and not only to me.
May be someone with admin right could fix the reply-to: field of this mailing
list?
Frank.
Sanjay Chigurupati wrote:
> Does that mean HP 2400c and HP 2300c are supported by the latest cvs
> version of Sane?
>
NO. sane-find-scanner might be able to tell whether this scanner is based on a
gl646. There is no backend for that scanner.
Frank.
Sanjay Chigurupati wrote:
> Hi,
>
> Please correct me if I am wrong. This is my understanding:
>
> 1) genesys.conf defines the vendor id and , (usb address ?)
Yes.
> 2) genesys_low.c is the low level implementation for the scanner with
> genesys_low.c being the header file for it
Yes.
> 3) g
Sanjay Chigurupati wrote:
> Does that mean the Genesys backend is incomplete?
>
Well ... yes. But at least it's started.
Frank.
Garrick Sitongia wrote:
> When I put many docs in the ADF, sane will scan the 1st, eject it, then
> it will feed the next straight through without scanning it, scan the
> 3rd, feed the 4th through, scan the 5th, etc. How do we get it to stop
> scanning only every other document?
>
> I have done
Garrick Sitongia wrote:
> The brightness and contrast levels are presently not supported by the=20
> sp15c backend. These are presently hardcoded at 128. But I was able to=20
> get it working in the hardware by adding "scanf" statements in sp15c.c.=
=20
> Scanimage stops and I can enter numbers for
Mickael Profeta wrote:
> Hi
>
> I did not give news since a long time, sorry but I had others things to
> do... (find a job...)
>
> I try the genesys backend for this scanner, I attach the modifications
> to make it recognise and the output of scanimage with debug, if it can
> help...
>
> And YE
>I have a
> working linux interface program and propose to make a sane backend for
> this scanner.
Do you have the source?
Is is a scsi or parallel scanner?
Frank.
> Then, after, i think, some updates of the system (including SANE ?) I
> got something else...a GL660 Chip is maybe present.
> (See attached file found_thibault.txt)
>
The other genesys chipsets don't use isochronous endpoints. So I doubt your
scanner is based any gl chipset..
Frank.
Hi,
> Humm...
> I made some proofs ... I found several differences between my
> sane-find-scanner -v -v executed in root or by my usual user
> As you can see in the 2 outputs I have pasted you forward, when i
> execute the command from my user the output gives an ipotethic chip for
> the device
Hi,
I just bought a el cheapo hp2300c scanner since there is no SANE drivers.
I looked at the windows driver, and found the "GL646U" strings. Same as the hp
3690 it seems.
So I ran "sane-find-scanner -v -v -v" and it didn't detect that chipset.
However, after making a few subtle changes to chec
>
> So can sane-find-scanner really talkt to the scanner after that
> change? Can I see the output of sane-find-scanner -v -v after the
> change, please?
>
> Bye,
> Henning
>
Yes, it can. Looking at the usb traces, it looks like it is very close, if not
identical, to a gl646. The registers u
Jason Anderson wrote:
>> From what I have seen over the past few days, we may have actually found
>> out which chipset the 2300C actually is. However, if it is the GL, what
>> now? Is there code to access the chipset and to actually make the scanner
>> respond?
Well, sort of. I've started a bac
>
>
> I am trying to develop an all-in-one driver for a
> Lexmark X5150 AIO machine. The folks from Lexmark
> hasn't developed a SANE backend for any of their
> scanner yet that is why I am working on it. Setting
> debug level to 128 still has the output of
> segmentation fault.
>
The technique
Henning Meier-Geinitz wrote:
> Hi,
>
> On Fri, Jul 23, 2004 at 12:56:29AM -0500, Frank Zago wrote:
>
>>Your scanner uses isochronous pipes to communicate. libusb does not yet
>>support isochronous transfers.
>
>
> Are you sure? I may be wrong but I think th
Hi Jim,
> 1. There is a check on the descriptor returned by sane_get_select_fd()
> which always fails even when my backend has returned a valid small
> integer file descriptor. The check is implemented like
> "check(ERR,(fd <0), ..".I think it should be
> "check(ERR,(fd>=0),"
Hi Jens,
Jens Gulden wrote:
> Peter Fales schrieb:
>
>> Now that's wierd. I was using a privately built copy of unpaper, but I
>> just unpacked the tarball and get the same results with the prebuilt
>> binary!
>
>
> I just reproduced the problem on one remote Intel machine I have access to.
101 - 189 of 189 matches
Mail list logo