[sane-devel] OS/2 support in backends

2003-10-13 Thread Jaeger, Gerhard
Hi, I had a closer look at the pthread implementation in glibc 2.2.5. Readme the says: - The current implementation uses the two signals SIGUSR1 and SIGUSR2, so user-level code cannot employ them. Ideally, there should be two signals reserved for this library. One signal is used for restarting

[sane-devel] umax_pp works well with "port 0x378" bot not with "/dev/parport0"

2003-10-13 Thread stef
On Mon, Oct 13, 2003 at 03:46:11PM +0200, Sven Hergenhahn wrote: > Hi List, > > when trying to setup SANE for my Unax Astra 2000p, I experience the following > strange behaviour: > > when setting > > port 0x378 > > in umax_pp.conf, the scanner is properly detected and works fine (at least as

[sane-devel] OS/2 support in backends

2003-10-13 Thread Henning Meier-Geinitz
Hi, On Mon, Oct 13, 2003 at 04:30:42PM +0200, Erik Inge Bolsø wrote: > >Do you know which signal is used by pthread_cancel()? > > "006 Topic: Conflicts between ISO/IEC 9945 (POSIX) and the Linux > 007 Standard Base. " > > http://www.opengroup.org/personal/ajosey/tr28-07-2003.txt > > "225 Thre

[sane-devel] Epson 2400 scanner and negatives

2003-10-13 Thread Karl Heinz Kremer
The following page has some information about how to manually remove the orange mask of negatives: http://www.khk.net/sane/gimp_negative_scanning.html Karl Heinz On Monday, October 13, 2003, at 07:00 PM, Dennis Veatch wrote: > > Just bought the Epson 2400 Photo scanner and it works great with

[sane-devel] Epson 2400 scanner and negatives

2003-10-13 Thread Dennis Veatch
Just bought the Epson 2400 Photo scanner and it works great with xsane. Even the transparency/negative part works. However I am having a problem with negatives. I have tried all the available modes such as , standard, kodak and the rest but the results do not turn out right. I have fiddled with

[sane-devel] Re: MacOS X 10.2.6 CanoScan N650U

2003-10-13 Thread Beat Birkhofer
On Montag, Oktober 13, 2003, at 05:17 Uhr, sane-devel-requ...@lists.alioth.debian.org wrote: > [plustek] open failed: -1 > [plustek] sane_get_devices (0xb6e0, 0) > > Let me know if there is anything else I can look at. Hi This is probably caused by a funny bug in libusb. Just set SANE_DEB

[sane-devel] MacOS X 10.2.6 CanoScan N650U

2003-10-13 Thread Henning Meier-Geinitz
Hi, On Mon, Oct 13, 2003 at 09:16:00AM -0600, Bill Clyde wrote: > I just compiled the latest changes from the CVS. The driver got a > little farther, but it still does not recognize the scanner. > > $ SANE_DEBUG_SANEI_USB=5 scanimage -L [...] > [sanei_usb] sanei_usb_write_bulk: trying to write 4

[sane-devel] Real Fast Scanner!

2003-10-13 Thread Florian Reichert
Please CC me, so I can not recive the mails from the new mail server!!! Thanks Florian I am looking for a real fast Scanner that is supported by sane. I have a Epson Perfection 1260 Photo. There I could drink a cup of coffe during scanning one single page. I have installed a canon Scan 3200 F

[sane-devel] OS/2 support in backends

2003-10-13 Thread Erik Inge Bolsø
On Mon, 13 Oct 2003, Henning Meier-Geinitz wrote: >Maybe something is wrong with pthread_cancel()? > >Ok, the reason seems to be the blocking of all signals but sigterm in >test.c. It works, if I don't do this. Maybe pthread_cancel() uses one >of those signals? > >I guess we don't need to block the

[sane-devel] umax_pp works well with "port 0x378" bot not with "/dev/parport0"

2003-10-13 Thread Sven Hergenhahn
Hi List, when trying to setup SANE for my Unax Astra 2000p, I experience the following strange behaviour: when setting port 0x378 in umax_pp.conf, the scanner is properly detected and works fine (at least as root), but setting it to port /dev/parport0 (as suggested for Linux) results in t

[sane-devel] OS/2 support in backends

2003-10-13 Thread Henning Meier-Geinitz
Hi, On Mon, Oct 13, 2003 at 10:06:36AM +0200, Gerhard Jaeger wrote: > thanks to Franz Bakan, I've managed to fix at least the sanei_thread support > for OS/2 - the test-backend works on that platform. > While searching through the backends, I noticed, that at least three other > backends (avision,

[sane-devel] scanimage cannot find coolscan2

2003-10-13 Thread Kenneth Lee
Andras, Many thanks for your efforts in help me. i try to load sbp2 as root by insmod sbp2 the i get the following error messages. Could you please kindly let me know what should i do. /lib/modules/2.4.22-6.ll.rh90/kernel/drivers/ieee1394/sbp2.o: unresolved symbol scsi_unregister_module_R81d85a7

[sane-devel] Agfa SnapScan support

2003-10-13 Thread Yan Seiner
Just an FYI about the SnapScan with no trailing numbers - I got the correct scsi cables in, and xsane fired right up and recognized the SnapScan. I'd say you can add it to the "known working" list. Thanks, --Yan -- o /\ /_ o__ o* ~(_) ,>/'_ o__ Yan Seiner, PE

[sane-devel] OS/2 support in backends

2003-10-13 Thread Gerhard Jaeger
Hi list, thanks to Franz Bakan, I've managed to fix at least the sanei_thread supp= ort for OS/2 - the test-backend works on that platform. While searching through the backends, I noticed, that at least three othe= r backends (avision, mustek and hp) support OS/2 by defining a os2_readerprocess. T

[sane-devel] MacOS X 10.2.6 CanoScan N650U

2003-10-13 Thread Bill Clyde
I just compiled the latest changes from the CVS. The driver got a little farther, but it still does not recognize the scanner. $ SANE_DEBUG_SANEI_USB=5 scanimage -L [sanei_debug] Setting debug level of sanei_usb to 5. usb_set_debug: Setting debugging level to 255 (on) ... [sanei_usb] sanei_usb_op

[sane-devel] scanimage cannot find coolscan2

2003-10-13 Thread Major A
> i try to load sbp2 as root by insmod sbp2 the i get > the following error messages. Could you please kindly > let me know what should i do. Use modprobe instead of insmod, it will a automatically load other modules that sbp2 depends on. Andras