[sane-devel] SANE-1.0.9 released

2002-10-26 Thread
On Thu, 24 Oct 2002 19:22:06 +0200, Oliver Rauch wrote: >Sane-1.0.9 is released! Binaries/Build-Instructions for OS/2 are available at: http://home.tiscalinet.de/fbakan/sane109.htm Regards, Franz

[sane-devel] DBG macros and xscanimage

2002-10-26 Thread Johann Philipp
Hi, I have a little problem using the DBG macro together with xscanimage: using scanimage, my backend produces the debugging messages as expected, but with xscanimage none appear on the screen. Is that the correct behaviour? Johann

[sane-devel] Installation of Epson 1650 Scanner

2002-10-26 Thread Karl Heinz Kremer
--k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Sorry for the misunderstanding. The backend tries to send two bytes (the reset command), but never receives the acknowledgement from the scanner. You wrote in your

[sane-devel] Installation of Epson 1650 Scanner

2002-10-26 Thread John S. Dey
By home I meant that things are not working yet. Please note that the device opens and the debug output ends with "Send buf, Size=2" I rechecked the file epson.conf for the correct spelling for the device name and it appears correct. Where do I go from here. Karl Heinz Kremer wrote: >This

[sane-devel] HP 3570c scanner?

2002-10-26 Thread Scott Lipcon
Has anyone tried the HP 3570c scanner? I can't find it listed on any of the lists, but I was hoping that someone had tried it. I think its pretty much the same as the 3500c, but with transparency support, so if anyone has tried the 3500c I'd like to hear about that too. Thanks, Scott

[sane-devel] Installation of Epson 1650 Scanner

2002-10-26 Thread Till Kamppeter
John S. Dey wrote: > Hello: > > I am trying to connect my Epson Perfection 1650 to a Up2date RH7.3 linux > machine. I researched the archives and ran the follow test. The scanner > is on and connected. > The device, /dev/usb/scanner0, privelages was set to 666. Can anyone > help me out with th

[sane-devel] Installation of Epson 1650 Scanner

2002-10-26 Thread John S. Dey
Karl: Thanks for correcting my spelling. I'm not home yet however. When I xsane, a window pops up and first says that it is "scanning for a device" . After about 15 sec. the light on the scanner is blinking and then the window goes blank and the light on the scanner stops blinking and stays

[sane-devel] Installation of Epson 1650 Scanner

2002-10-26 Thread Karl Heinz Kremer
--tqI+Z3u+9OQ7kwn0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable The log files show that you are trying to open the file /dev/ubs/scanner0 and not /dev/usb/scanner0. I am pretty sure that the scanner will work once you correct th

[sane-devel] Installation of Epson 1650 Scanner

2002-10-26 Thread John S. Dey
Hello: I am trying to connect my Epson Perfection 1650 to a Up2date RH7.3 linux machine. I researched the archives and ran the follow test. The scanner is on and connected. The device, /dev/usb/scanner0, privelages was set to 666. Can anyone help me out with the installation? Thanks TESTS

Sane installed twice (was Re: [sane-devel] epson scanner driving me crazy)

2002-10-26 Thread Henning Meier-Geinitz
Hi, On Fri, Oct 25, 2002 at 06:41:37PM -0500, Frank Zago wrote: > Since this is a recurrent issue, sane-find-scanner and maybe (x)scanimage, > could test for the presence of 2 sane installation and issue a warning. > > Testing for the presence of libsane.so in 2 or more directories should > suf

[sane-devel] Garbage after device names?

2002-10-26 Thread Diego Zuccato
Henning Meier-Geinitz wrote: > str = malloc (16 + 1); > memset (str, 0, sizeof (str)); malloc+memset => calloc But: str[16]=0; should be enough. No need to zero-out memory you're going to overwrite immediatly. > The memset won't work because sizeof (str) is always 4 (on 32 bit > platforms)

Sane installed twice (was Re: [sane-devel] epson scanner driving me crazy)

2002-10-26 Thread Karl Heinz Kremer
--azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 26, 2002 at 11:07:18AM +0200, Henning Meier-Geinitz wrote: > Hi, >=20 > On Fri, Oct 25, 2002 at 06:41:37PM -0500, Frank Zago wrote: > > Since this is a

[sane-devel] epson scanner driving me crazy

2002-10-26 Thread Emilio Fesocchi
-- On Fri, 25 Oct 2002 19:32:24 Karl Heinz Kremer wrote: >On Fri, Oct 25, 2002 at 11:23:09PM +0100, Emilio Fesocchi wrote: >> [epson] sane_init, >#usb /dev/usb/scanner0< >> [epson] sane_get_devices() > >This is your problem: The config file does not contain a valid entry >for a USB scanner.

[sane-devel] epson scanner driving me crazy

2002-10-26 Thread Till Kamppeter
Emilio Fesocchi wrote: > [epson] sane_init: sane-backends 1.0.9 > [epson] sane_init, ># epson.conf< > [epson] sane_init, >#< > [epson] sane_init, ># here are some examples for how to configure the EPSON > backend< > [epson] sane_init, >#< > [epson] sane_init, ># SCSI scanner:< > [epson] sane_init,