[sane-devel] CanoScan LiDE20 - broken driver and so

2005-09-25 Thread Enrico Weigelt
* Henning Meier-Geinitz schrieb: Hi, > In my opinion, the problem is that too few users test our snapshots > before the release. There are at least three weeks of feature/code > freeze where everyone should really test his scanner and tell us any > problems. If everybody just waits for the new r

[sane-devel] configure broken for gcc 4.0

2005-09-25 Thread Enrico Weigelt
* Julien BLACHE schrieb: > Henning Meier-Geinitz wrote: > > > Could you check again with latest CVS? Looks like disabling > > compilation warnings has "fixed" that. At least I cannot reproduce it > > with warnings disabled. > > The latest CVS works fine indeed. BTW: the autotools stuff is brok

[sane-devel] sane-find-scanner + usb notices

2005-09-25 Thread Enrico Weigelt
* Henning Meier-Geinitz schrieb: > What we could add is a link to the sane-usb manpage: > > Instead of: > > # No USB scanners found. If you expected something different, make sure that > # you have loaded a driver for your USB host controller and have installed a > # kernel scanner modul

[sane-devel] Lexmark X1100 backend available

2005-09-25 Thread Fred Odendaal
ls/check-usb-chip.c. That way it's easy to find >out which other scanners also use the same chipset. > >Once you have implemented the changes mentioned here and you have a >manual page, please provide another patch so the backend can be >included into CVS. > >Bye, > Henni

[sane-devel] Lexmark X1100 backend available

2005-09-25 Thread Fred Odendaal
of the Windows driver I copied the way it handles sizes. >Bye, > Henning > > regards, Fred Odendaal -- next part -- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20050925/1ceb31e1/attachment.

[sane-devel] Lexmark X1100 backend available

2005-09-25 Thread Fred Odendaal
Thanks Frank, Replies are below your comments. Frank Zago wrote: > Hi Fred, > > Good job. > > I have a few remarks about the the code: > - option are prefixed by LXK_ (eg LXK_OPT_SCAN_SIZE). Backends usually > don't use a prefix. This was a carry over from the Lexmark Linux developer's kit cod

[sane-devel] Xscanimage Exits with Segmentation Fault using HP 5370C

2005-09-25 Thread Henning Meier-Geinitz
Hi, On Sun, Sep 25, 2005 at 11:13:56AM -0500, Dan McGhee wrote: > Just to remind you, I'm not using the version of avision released in > backends-1.0.16. I'm using Rev. 280 of avision from SVN. It is patched > with the file Falk Rohsiepe sent me and then Rene posted a patch here > last month.

[sane-devel] Re: [ANN] unpaper 1.1 update

2005-09-25 Thread Janusz S. Bień
On Sun, 28 Aug 2005 Jens Gulden wrote: > Hello, > > unpaper version 1.1 has been released. unpaper is a tool for > post-processing scanned book pages. [...] > - The behaviour of the 'double' template, used with the --layout parameter >by specifying "--layout double", has been changed slig

[sane-devel] Xscanimage Exits with Segmentation Fault using HP 5370C

2005-09-25 Thread Dan McGhee
Henning Meier-Geinitz wrote: >[segfault of xscanimage with avision backend] > >On Sat, Sep 24, 2005 at 07:39:51AM -0500, Dan McGhee wrote: > > >>Starting program: /usr/bin/xscanimage >> >>*[This is the point at which I clicked "scan" in the preview window]* >> >>Program received signal SIGSEGV,

[sane-devel] genesys backend

2005-09-25 Thread Till Kamppeter
Jens Luedicke wrote: > On 9/23/05, Pierre Willenbrock wrote: > >>Hi >> >>I spent some time on fixing the last few bugs in the gl841 part known to >>me and preparing the backend for the final inclusion of gl841 support >>needed for my scanner. > > > nice work :) > > random question: how can I u

[sane-devel] USB recordings MD6190 available

2005-09-25 Thread Bertrik Sikken
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi again, I just noticed that many of the things I reported in my other reply in this thread were already figured out by you in a thread on the canoscan 3200 on june 26th 2005. How about creating a kind of 'reverse-engineered datasheet' for this scan

[sane-devel] Lexmark X1100 backend available

2005-09-25 Thread Julien BLACHE
Fred Odendaal wrote: Hi Fred, > The driver has been tested with tstbackend, scanimage, and > xscanimage. It gets a segmentation fault with xsane. Please build your backend with --enable-static and run make libcheck afterwards; you need to make the non-SANE-API functions static. You might want

[sane-devel] Lexmark X1100 backend available

2005-09-25 Thread Henning Meier-Geinitz
Hi, On Sat, Sep 24, 2005 at 07:45:45PM -0400, Fred Odendaal wrote: > I've put a patch file for the Lexmark X1100 backend on my website. Nice work! I'll try to have a look at it later and give some more comments. > All testing has been done on Linux RH Fedora Core 3, with the Lexmark > X1185. T

[sane-devel] Trouble with front end - Please advise me!

2005-09-25 Thread Henning Meier-Geinitz
Hi, On Fri, Sep 23, 2005 at 12:56:50PM -0400, Kerry Menzel wrote: > Anyway, I really appreciate the help. That did give me some insight. It > looks like scanadf is trying to search for: > /usr/local/lib/sane/cygsane-fujitsu-1.dll > > I do have the scanner libraries under /usr/local/lib/sane. But

[sane-devel] Xscanimage Exits with Segmentation Fault using HP 5370C

2005-09-25 Thread Henning Meier-Geinitz
[segfault of xscanimage with avision backend] On Sat, Sep 24, 2005 at 07:39:51AM -0500, Dan McGhee wrote: > Starting program: /usr/bin/xscanimage > > *[This is the point at which I clicked "scan" in the preview window]* > > Program received signal SIGSEGV, Segmentation fault. > 0x08057467 in gsg

[sane-devel] Lexmark X1100 backend available

2005-09-25 Thread Frank Zago
Hi Fred, Good job. I have a few remarks about the the code: - option are prefixed by LXK_ (eg LXK_OPT_SCAN_SIZE). Backends usually don't use a prefix. - size_list[] doesn't have A4 and other standard formats. You can get some values at http://www.cl.cam.ac.uk/~mgk25/iso-paper.html - in sane_sta

[sane-devel] genesys backend

2005-09-25 Thread Henning Meier-Geinitz
Hi, On Sun, Sep 25, 2005 at 07:13:08AM +0200, Jens Luedicke wrote: > random question: how can I use xsane without running it as root? > xsane doesn't find the scanner if I run it as a user. Read README.linux. E.g. here: http://www.sane-project.org/README.linux Bye, Henning