[sane-devel] Suse9.1, sym53c8xx and umaxscanner, help from Abel

2004-10-28 Thread Wolfram Heider
Hello list,

with updating to Suse 9.1 I got a lot of trouble with my scanner, a vernerable 
umax 1220 S, connected via the sym53c8xx module, which had worked absolutely 
flawlessly till then. The module wasn't loaded ast boottime, the scanner 
because of this not regonized. Module loading by hand lasted extremely long 
and unloading wasn't just impossible. The same procedure with additional 
parameters brought but little relief - the scanner remained dead.
I talked about this problem and the problems I faced during the initial setup 
of Suse 9.1, when automatic installation didn't work, because Yast searched 
for a scsi-harddrive that didn't exist (the only client of the controller was 
the scanner), with Abel Deuring. He proposed to focus on the coldplug script 
and to switch it off for tresting. And that was it. There must be something 
considerably wrong in the realm of this script. So I would recommend to 
everyone who also faces the Suse9.1/sym53c8xx-problem and can afford to get 
on without USB-support to deactivate the 
startupscript /etc/init.d/rc5./S02coldplug till the folks at Suse have done 
it better.

Greetings

Wolfram Heider
 



[sane-devel] Epson 1250 scanner does not return back after scanning

2004-10-28 Thread Gerhard Jaeger
On Mittwoch 27 Oktober 2004 22:20, Martin Motovsky wrote:
 Dear sirs,

 we have a problem with our Epson 1250 scanner. It scans an image correctly,
 but after scanning, a lamp remains be switched on and a scanner's header
 remains at the end of the image position. I.e. it does not return back to
 the original home position. Can somebody help us?

 We have
 - FreeBSD system
 - sane-backends-1.0.14
 - only unmarked driver in the dll.conf if a plustek driver

The lamp is switched off by the software and the behaviour can be setup
in the configuration file. Why the sensor gets stucked, I don't know.
Can you please retry and enabling the debug message before, i.e.
export SANE_DEBUG_PLUSTEK=20 ; scanimage [what-ever-parameter-you-need]

--
 Gerhard




[sane-devel] genesys backend - warming up procedure

2004-10-28 Thread Artur Pierscinski
Gerhard Jaeger wrote:

On Mittwoch 27 Oktober 2004 16:01, Artur Pierscinski wrote:
  

 
 Hi,

 I've done some tests here with the ST24 and rewrote some parts of
 the code, that the warmup and calibration stuff gets passed on it.
 The major problem of the current genesys code is, that it is tied to
 a UMAX device. All the settings specific to CCD and DAC (and motor)
 are only valid for this scanner. This needs to be tweaked. I did this
 here, but the code is not available so far 

 Gerhard

Thats is fine. May I help in something?
So there is almost no traffic in experimental cvs, so its like as no any 
progress.

So, the matter is I as expected---code is device (UMAX) expected; Your 
answer
clears my assumptions.

Artur Pierscinski



[sane-devel] Help with compiler error

2004-10-28 Thread Bensel
This is a multi-part message in MIME format.

--=_NextPart_000_0012_01C4BCD0.2A61F9E0
Content-Type: text/plain;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

We are trying to get a Memorex MEM 48u scanner working with Linspire =
4.5.393.  It is suppose to work with the artec_eplus48u backend so we =
downloaded sane-backends-1.0.14.  When we run ./configure, we get the =
error: no acceptable C compiler found in $PATH.  We understand the ANSI =
C Compiler: GNU C (gcc) is recommended.  Could someone advise how we =
should proceed from here.  Thanks for your advice and help.

--=_NextPart_000_0012_01C4BCD0.2A61F9E0
Content-Type: text/html;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META http-equiv=3DContent-Type content=3Dtext/html; =
charset=3Diso-8859-1
META content=3DMSHTML 6.00.2600.0 name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT size=3D2We are trying to get a Memorex MEM 48u scanner =
working with=20
Linspire 4.5.393.nbsp; It is suppose to work with the artec_eplus48u =
backend so=20
we downloaded sane-backends-1.0.14.nbsp; When we run ./configure, we =
get the=20
error: no acceptable C compiler found in $PATH.nbsp; We understand the =
ANSI C=20
Compiler: GNU C (gcc) is recommended.nbsp; Could someone advise how we =
should=20
proceed from here.nbsp; Thanks for your advice and=20
help./FONT/DIV/BODY/HTML

--=_NextPart_000_0012_01C4BCD0.2A61F9E0--




[sane-devel] genesys backend - warming up procedure

2004-10-28 Thread Gerhard Jaeger
On Donnerstag 28 Oktober 2004 12:43, Artur Pierscinski wrote:
 Gerhard Jaeger wrote:
 On Mittwoch 27 Oktober 2004 16:01, Artur Pierscinski wrote:
  
  Hi,
 
  I've done some tests here with the ST24 and rewrote some parts of
  the code, that the warmup and calibration stuff gets passed on it.
  The major problem of the current genesys code is, that it is tied to
  a UMAX device. All the settings specific to CCD and DAC (and motor)
  are only valid for this scanner. This needs to be tweaked. I did this
  here, but the code is not available so far 
 
  Gerhard

 Thats is fine. May I help in something?
 So there is almost no traffic in experimental cvs, so its like as no any
 progress.

That's probably not true, I think Henning is still working on that.
I didn't want to check in my code, as there are too much changes, that
have not been discussed with Henning. Maybe I add a new directory

 So, the matter is I as expected---code is device (UMAX) expected; Your
 answer clears my assumptions.
--
  Gerhard




[sane-devel] Help with compiler error

2004-10-28 Thread gerard klaver
check the linspire website and search for gcc

which version you should install?

their sane-backends (libsane) version is 1.0.12 . a bit old, don't
know if the support for your scanner is included.


On Thu, 2004-10-28 at 13:40, m. allan noah wrote:
 umm, install a compiler package for your os? if you have one, and 
 comfigure could not find it, then you either need to change your path. you 
 might also need to see the CC= environment var if your compiler has a 
 funny name.
 
 allan
 
 On Thu, 28 Oct 2004, Bensel wrote:
 
  We are trying to get a Memorex MEM 48u scanner working with Linspire 
  4.5.393.  It is suppose to work with the artec_eplus48u backend so we 
  downloaded sane-backends-1.0.14.  When we run ./configure, we get the 
  error: no acceptable C compiler found in $PATH.  We understand the ANSI C 
  Compiler: GNU C (gcc) is recommended.  Could someone advise how we should 
  proceed from here.  Thanks for your advice and help.
 
 


-- 
--
m.vr.gr.
Gerard Klaver




[sane-devel] Parallel Scanning and Printing

2004-10-28 Thread Marc Dirix
I have an Canoscan N640P, which works fine with sane/xsane.
The interface is parallel, and on the scanner there is printer
throughput which also is working fine.

However, and I don't know if this should be solved in the backend
or in sane, when I use the copy mode of Xsane, or even if Xsane
is opened the printer doesn't work anymore. I need to close xsane 
and then te printjob starts. Probably xsane opens the backend and keeps 
the connecting live with the scanner while open.

I can think of 2 sollutions for this problem, either xsane let's go of the 
scanner when it isn't using the device, or the backend should detect 
a printjob is waiting and disconnect from the scanner.

Is there anyone else experiencing this problem? Is there already a sollution
for this? If not, which sollution is best, and where should I start looking?

versions:
sane  1.0.13-1 (Debian unstable)
xsane 0.96-1 (Debian unstable)

Kind regards,

Marc



[sane-devel] HP ScanJet 3670

2004-10-28 Thread Alejandro Reche Pérez
Hi,

we would like to make a driver for the Hewlett Packard
 ScanJet 3670 which is currently unsuported by sane.

So we would like to know where to find more
information than the one that can be found in the sane
site. Also if we can find the scanner especifications
somewhere or we have to ask them to HP.
Finally if there is anybdoy else also trying to do
this driver, please tell us.

Thanks in advance and sorry for our bad english.
Greetings.





__
Renovamos el Correo Yahoo!: ¡100 MB GRATIS!
Nuevos servicios, más seguridad
http://correo.yahoo.es



[sane-devel] HP ScanJet 3670

2004-10-28 Thread gerard klaver
On Thu, 2004-10-28 at 16:32, Alejandro Reche P=E9rez wrote:
 Hi,
=20
 we would like to make a driver for the Hewlett Packard
  ScanJet 3670 which is currently unsuported by sane.
=20
 So we would like to know where to find more
 information than the one that can be found in the sane
 site. Also if we can find the scanner especifications
 somewhere or we have to ask them to HP.
 Finally if there is anybdoy else also trying to do
 this driver, please tell us.
=20
You mist some pages i think?

Did you check this page (with link to datasheet scanner chip):
http://www.meier-geinitz.de/sane/genesys-backend/

and links on this page?

http://www.sane-project.org/unsupported/hp-scanjet-3670c.html

and the files on

http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/experimental/genesys/?cvs=
root=3Dsane

But i could be wrong.

--=20
--
m.vr.gr.
Gerard Klaver




[sane-devel] Help with compiler error

2004-10-28 Thread PaulR.Cormier
On Thu, 28 Oct 2004 09:26:12 -0400
Bensel whitema...@netzero.net wrote:

 We are trying to get a Memorex MEM 48u scanner working with Linspire 4.5.393. 
  It is suppose to work with the artec_eplus48u backend so we downloaded 
 sane-backends-1.0.14.  When we run ./configure, we get the error: no 
 acceptable C compiler found in $PATH.  We understand the ANSI C Compiler: GNU 
 C (gcc) is recommended.  Could someone advise how we should proceed from 
 here.  Thanks for your advice and help.
 

If you have access to Linspire's Click-N-Run library, you can get the compilers 
and other tools there.
If not, you might try using the Debian Package tools (Linspire is based on the 
Debian distribution).

-- 
Best regards,

Paul R. Cormier
prcorm...@adelphia.net




[sane-devel] genesys backend - warming up procedure

2004-10-28 Thread Henning Meier-Geinitz
Hi,

On Thu, Oct 28, 2004 at 02:54:09PM +0200, Gerhard Jaeger wrote:
 That's probably not true, I think Henning is still working on that.
 I didn't want to check in my code, as there are too much changes, that
 have not been discussed with Henning. Maybe I add a new directory

At the moment I don't have enough time to work on that code. All my
local changes are in CVS. The last thing I did was to start a debug
print of all the registers so it's easier to find out what's actually
wrong. It's not complete yet, however. That debug printout is based on
the GL646 docu, so it should fit all scanners based on that chip.

So I don't mind if someone goes ahead and works on that code. It needs
generalization anyway. Most chipset settings are at least somewhat
commented so it should be possible to put the device specific values
in the device settings of each device.

If by a commit snathingy breaks for the UMAX 4500 (breaks more than it
already is :-) I'll try to fix it.

Status for the UMAX 4500: Works upto the start of fine claibration,
fine calibration times out (waits for too much data, maybe?). Coarse
calibration goes wrong, also. It actually scans data but the setting
gets worse with each calibration step.

Bye,
  Henning