[sane-devel] Epson Perfection 2400 on RH 9

2003-12-14 Thread Tim Waugh
--niUlcCfh/sMBwTxc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Dec 15, 2003 at 12:07:46AM +0100, Henning Meier-Geinitz wrote: > I haven't looked at the details but I think they linked scanimage with > /usr/lib/sane/libsane.so which is libsane-vl4.so for some rea

[sane-devel] Epson Perfection 2400 on RH 9

2003-12-14 Thread Henning Meier-Geinitz
Hi, On Sun, Dec 14, 2003 at 11:20:24AM -0800, s...@vikas.mailshell.com wrote: > I searched the archives, didnt find anything relevant. Please repost? Thanks Probably too new. http://lists.alioth.debian.org/pipermail/sane-devel/2003-December/009636.html Also check that "epson" is in /etc/sane.d/

[sane-devel] SuSE RPM?

2003-12-14 Thread Jim George
Chaps, big favour time guys. I don't have the capacity to compile sane on my machine (physically no room for the compilation suite) and I have a Mustek 1200CP parallel port scanner which isn't compatible (without patches) the version that SuSE 8.0 comes with. So I was wondering if someone could

[sane-devel] SANE on Mac OS X.3 ?

2003-12-14 Thread R.Welz
Hello. I have an old scanner with ADF which is not supported by the Manufactorer (we have no drivers). Its a Microtek ScanMaker E6. Under Linux the Scanner works. Can I compile and install SANE for Mac OS X (Panther) ? I have tried ./configure (works ok) make gives a lot of errors like: I post

[sane-devel] brother MFC 9160: laserprinter+copier works fine - and scanner?

2003-12-14 Thread Henning Meier-Geinitz
Hi, On Fri, Dec 12, 2003 at 02:00:43PM +0100, Ekkard Gerlach wrote: > > Can you show us the output of "cat /proc/bus/usb/devices" or > > "sane-find-scanner -v -v" when the scanner is plugged in, please? > Thanks. I've added it to our list of unsupported devices. > bLength 18 > bD

[sane-devel] Sugg: frontend to scan and append to pdf

2003-12-14 Thread Karl Heinz Kremer
On Dec 12, 2003, at 10:13 AM, Jonathan Buzzard wrote: [ ... ] > > The trick is not to finalise the PDF (i.e. write out the XREF table) > till > you are done adding the pages. Something of a limitation, but one > that most people could live with in at least the short to medium term. > Something lik

[sane-devel] Epson Perfection 2400 on RH 9

2003-12-14 Thread gerard klaver
On Sun, 2003-12-14 at 15:11, s...@vikas.mailshell.com wrote: > Just got my Epson Perfection 2400 scanner. Attached it to my RH9 box. > Installed the latest sane-backends tarball. > > Here is what I see: > > sane-find-scanner > > does find the scanner > > But scanimage -L doesnt find it. > > c

[sane-devel] Epson Perfection 2400 on RH 9

2003-12-14 Thread Henning Meier-Geinitz
Hi, On Sun, Dec 14, 2003 at 08:11:17AM -0800, s...@vikas.mailshell.com wrote: > Just got my Epson Perfection 2400 scanner. Attached it to my RH9 box. > Installed the latest sane-backends tarball. > > Here is what I see: > > sane-find-scanner > > does find the scanner > > But scanimage -L doesn

[sane-devel] Epson 1640SU, no devices found, RH 8.0

2003-12-14 Thread Henning Meier-Geinitz
Hi, I'm replying to the sane-devel mailing list as others may be also interested. On Fri, Dec 12, 2003 at 06:41:53AM +0100, Torben Andersen wrote: > >Which version of SANE do you use (scanimage --version)? > > >[root@0x50a44fb6 toran]# scanimage --version >scanimage (sane-backends) 1.0.13

[sane-devel] Epson Perfection 2400 on RH 9

2003-12-14 Thread Karl Heinz Kremer
The name is OK: It's the name that is used (and reported) by the Scanner internally. The Perfection name is just on the box you bought the scanner in :-) So xsane is working... Did you compile 1.0.13 yourself? Potentially on a system that already had an older version of Sane installed? The stra

[sane-devel] Epson Perfection 2400 on RH 9

2003-12-14 Thread s...@vikas.mailshell.com
>From Karl Heinz Kremer on 14 Dec 2003: > Does the device file /dev/usb/scanner0 have the correct permissions? > Can you read _AND_ write to it? > If the permissions are OK, please do the following in a shell: > > export SANE_DEBUG_EPSON=128 > xsane > /tmp/scan.log 2>&1 Hn. This is interesting

[sane-devel] Epson Perfection 2400 on RH 9

2003-12-14 Thread Karl Heinz Kremer
Does the device file /dev/usb/scanner0 have the correct permissions? Can you read _AND_ write to it? If the permissions are OK, please do the following in a shell: export SANE_DEBUG_EPSON=128 xsane > /tmp/scan.log 2>&1 Please attach this log file to your reply. Karl Heinz On Dec 14, 2003, at

[sane-devel] Epson Perfection 2400 on RH 9

2003-12-14 Thread s...@vikas.mailshell.com
>From Henning Meier-Geinitz on 10 Dec 2003: > Please show us the output of > SANE_DEBUG_EPSON=255 scanimage -L > > If there is no output but the "no device found" messages, have a look > at the archive of sane-devel. I've written about a similar case some > minutes ago. [vikas@upstairs sane-b

[sane-devel] Epson Perfection 2400 on RH 9

2003-12-14 Thread s...@vikas.mailshell.com
Just got my Epson Perfection 2400 scanner. Attached it to my RH9 box. Installed the latest sane-backends tarball. Here is what I see: sane-find-scanner does find the scanner But scanimage -L doesnt find it. cat /proc/bus/usb/devices does show my scanner. lsmod also shows the scanner module l

[sane-devel] On certain functions

2003-12-14 Thread Major A
Sorry, correction to my last email: SANE_Int fd; rather than "int fd;". Andras

[sane-devel] On certain functions

2003-12-14 Thread Major A
> Sorry if this sounds weird, but what kind of device number exactly > goes in the parameter for the function, sanei_usb_open()? Can I > write: You don't give a number, you give a pointer to a SANE_Int, as sane/sanei_usb.h tells you: extern SANE_Status sanei_usb_open (SANE_String_Const devname

[sane-devel] Successful installation Genius Colorpage Vivid 3xe

2003-12-14 Thread Fernan Bolando
--PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi I have successfully installed sane on computer to scan images using=20 Genius colorpage vivid 3xe using sane-frontend-1.0.11 and=20 sane-backend-1.0.13. Initial