Re: [sane-devel] (no subject)

2016-12-15 Thread Louis Lagendijk
On Mon, 2016-12-12 at 20:42 -0500, junt...@gmail.com wrote:
> Hi it's me again.  Don't know if you gave up on me but I am trying
> again from the beginning.  I have scanned via USB and now am
> attempting to get it working over my wifi.

What kind of scanner? How do you want to run over wifi? Sane directly
over wifi to the scanner or using saned to the machine that has the
usb-connection to the scanner?
> 
> On step two it says:
which instructions? 

> Step 2: Tell SANE to run as a server (saned)
> systemd only
> Execute at a terminal:
> sudo nano /etc/systemd/system/saned.socket
> and input exactly:
> # Defaults for the saned initscript, from sane-utils
> 
> # To enable under systemd please read README.Debian
> # Set to yes to start saned under SysV
> RUN=no

this looks suspicious. Should this not be a file in /etc/default? I am
not a Debian user (is this Debian?) Check the README.Debian as
instructed. This does not look like a normal systemd socket file...

You are probably mixing systemd and non-systemd instructions

/Louis

-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
 to sane-devel-requ...@lists.alioth.debian.org


Re: [sane-devel] (no subject)

2016-12-14 Thread Jörn-Ingo Weigert
Hi juntjoo, it would help when you give us some more details, like used
sane version, used distribution.

Beside that, your systemd command seems not correct, as "...invalid
argument". Please check the manuals to systemd/sysctrl and the content of
the involved saned.socket definitions.

Kind regards,

jiweigert

Am 14.12.2016 13:38 schrieb :

Hi it's me again.  Don't know if you gave up on me but I am trying again
from the beginning.  I have scanned via USB and now am attempting to get it
working over my wifi.

On step two it says:
Step 2: Tell SANE to run as a server (saned)

systemd only

   -

   Execute at a terminal:

   sudo nano /etc/systemd/system/saned.socket

   and input exactly:

   # Defaults for the saned initscript, from sane-utils# To enable
under systemd please read README.Debian# Set to yes to start saned
under SysVRUN=no# Set to the user saned should run
asRUN_AS_USER=sanedmoniker@pc:~$ cat
/etc/systemd/system/saned.socket[Unit]Description=saned incoming
socket[Socket]ListenStream=6566Accept=yesMaxConnections=1[Install]WantedBy=sockets.target



but when I opened up this terminal there was

"run=yes

exit"

and I pasted your instructions in between those lines not knowing if I was
supposed to or paste over them both.  Was I right?


And then down to step three:


Step 3: Tell saned who to share with

Assuming you don't need to control access to the scanner, we will add the
line "192.168.0.0/24" (share with everyone on the local network) after "##
Access list":

## Access list192.168.0.0/24


I did this part but you explained in the beginning we were assuming that my
network address is 192.168.0.1.  I don't know if this is the case or if I
need to worry about it.  Do I or is this a default network address?  Could
this be why I'm having problems?


Then I went to step 4 "clean up tasks:".  Maybe I went too far but I did it
anyway and got this:

ben@Hal:~$ sudo systemctl enable saned.socket
Failed to execute operation: Invalid argument
ben@Hal:~$ sudo systemctl start saned.socket
Failed to start saned.socket: Unit saned.socket is not loaded properly:
Invalid argument.
See system logs and 'systemctl status saned.socket' for details.



Well I think I've gone far enough and will wait for your instruction.
Would love to get this scanner wireless.
Thanks

--
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
 to sane-devel-requ...@lists.alioth.debian.org
-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
 to sane-devel-requ...@lists.alioth.debian.org

[sane-devel] (no subject)

2016-12-14 Thread juntjoo
Hi it's me again.  Don't know if you gave up on me but I am trying again
from the beginning.  I have scanned via USB and now am attempting to get it
working over my wifi.

On step two it says:
Step 2: Tell SANE to run as a server (saned)

systemd only

   -

   Execute at a terminal:

   sudo nano /etc/systemd/system/saned.socket

   and input exactly:

   # Defaults for the saned initscript, from sane-utils# To enable
under systemd please read README.Debian# Set to yes to start saned
under SysVRUN=no# Set to the user saned should run
asRUN_AS_USER=sanedmoniker@pc:~$ cat
/etc/systemd/system/saned.socket[Unit]Description=saned incoming
socket[Socket]ListenStream=6566Accept=yesMaxConnections=1[Install]WantedBy=sockets.target



but when I opened up this terminal there was

"run=yes

exit"

and I pasted your instructions in between those lines not knowing if I was
supposed to or paste over them both.  Was I right?


And then down to step three:


Step 3: Tell saned who to share with

Assuming you don't need to control access to the scanner, we will add the
line "192.168.0.0/24" (share with everyone on the local network) after "##
Access list":

## Access list192.168.0.0/24


I did this part but you explained in the beginning we were assuming that my
network address is 192.168.0.1.  I don't know if this is the case or if I
need to worry about it.  Do I or is this a default network address?  Could
this be why I'm having problems?


Then I went to step 4 "clean up tasks:".  Maybe I went too far but I did it
anyway and got this:

ben@Hal:~$ sudo systemctl enable saned.socket
Failed to execute operation: Invalid argument
ben@Hal:~$ sudo systemctl start saned.socket
Failed to start saned.socket: Unit saned.socket is not loaded properly:
Invalid argument.
See system logs and 'systemctl status saned.socket' for details.



Well I think I've gone far enough and will wait for your instruction.
Would love to get this scanner wireless.
Thanks
-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
 to sane-devel-requ...@lists.alioth.debian.org

[sane-devel] (no subject)

2014-09-04 Thread Ariel Ramonito Edera
Hi,

I am trying to support a network scanner using Mac OS.
Here are the steps I did and currently stuck on step 5.
Please advise on things I need to do to successfully run device and scan via 
network.

1. Was able to download and install TWAIN SANE Interface, SANE Preference Pane, 
SANE Backends and libusb from http://www.ellert.se/twain-sane/.

2. Added binaries in /usr/local/lib/sane in order for device to show in the 
list of SANE Drivers in SANE Preference Pane.

3. Was able to scan successfully via scanimage command in terminal. (network 
scan)

4. Added device name to Printers  Scanners however there is no 'Scan' tab for 
the device.

5. I am currently trying to scan via Image Capture but device name won't appear 
under Image Capture (Devices). I have also tried Preview application and it 
also cannot detect the device.

Thanks!

Best Regards,
Ariel
IMPORTANT NOTICE:

This e-mail and its attachments may be confidential and are intended solely for 
the use of the individual to whom it is addressed. Any views or opinions 
expressed are solely those of the author and do not necessarily represent those 
of KYOCERA Document Solutions Development Philippines, Inc. If you are not the 
intended recipient of this e-mail and its attachments, you must take no action 
based upon them, nor must you copy or show them to anyone. Please contact the 
sender if you believe you have received this e-mail in error. The integrity and 
security of this message cannot be guaranteed on the Internet.
-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject unsubscribe your_password
 to sane-devel-requ...@lists.alioth.debian.org

[sane-devel] (no subject)

2013-08-02 Thread m. allan noah
On Thu, Aug 1, 2013 at 1:35 PM, Warren Hacker whacker at moldsupplies.biz 
wrote:
 Customer Service

 The document is only a corner of the page and not the whole page

 How do I adjust the SCAN to do the complete page

 Please let me know  hackerwarren at yahoo.com or the above e-mail

 Thank You

 Warren Hacker


Warren- we will need some more info, like what scanner are you using,
and what frontend (program) are you running to acquire the scans?

allan
-- 
The truth is an offense, but not a sin



[sane-devel] (no subject)

2013-08-01 Thread Warren Hacker
Customer Service

The document is only a corner of the page and not the whole page

How do I adjust the SCAN to do the complete page

Please let me know  hackerwarren at yahoo.com or the above e-mail

Thank You

Warren Hacker



[sane-devel] (no subject)

2013-04-18 Thread 耿明霞
Hi

 Does Kodak i40 support SANE?

-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20130418/29eea459/attachment.html


[sane-devel] (no subject)

2013-04-12 Thread 耿明霞
Hi  

I am a software engineer. I am not very familiar with SANE. I have download
sane-backends-git20130408, and I found many scanners in backend folder. What
should I do if I want my scanner to support SANE.

 

Thanks, looking forward to your reply.

 

Mingxia

 

-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20130412/4c7dab6e/attachment-0001.html


[sane-devel] (no subject)

2013-04-12 Thread Stef
On 12/04/2013 04:23, ??? wrote:

 Hi

 I am a software engineer. I am not very familiar with SANE. I have 
 download sane-backends-git20130408, and I found many scanners in 
 backend folder. What should I do if I want my scanner to support SANE.

 Thanks, looking forward to your reply.

 Mingxia



 Hello,

 you can start by reading doc/backend-writing.txt .

 Will it be an open-source backend ?

Regards,
 Stef
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20130412/559ba068/attachment.html


[sane-devel] (no subject)

2012-04-25 Thread Denny Seniazi

 http://cappaberra.com/TMimagesAlt2/xumnf.html?qs=at.sxdshm=ar.ytdmem=dvbx
  
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20120425/0c03907c/attachment.html


[sane-devel] (no subject)

2011-05-19 Thread stef
Le mercredi 18 mai 2011 02:27:45 Mahashai Vagisha, vous avez ?crit :
 Dear Friends
 
 
 I need some help to find linux driver for Canoscan 8000F. I opened the
 metal sheet covering the ASIC on the Main PCB. I appended the photo of it
 for your reference,  unfortunately the conference rejected it. If anyone
 would need the photo  let me know and I will send it asap. I got some more
 info downloaded  for servicing this scanner.
 
 
 Please let me know if any of you got the driver for it.
 
 I use Ubuntu on virtual PC but as soon as I get this driver than probably
 quit Windows for good.
 
 Thank
 Regards
 Vagisha
 

Hello,

could you send just the numbers printed on the ASIC and chips 
surrounding 
it ? Maybe they will give an hint.

Regarsds,
Stef



[sane-devel] (no subject)

2011-05-17 Thread Mahashai Vagisha


Dear Friends


I need some help to find linux driver for Canoscan 8000F. I opened the metal 
sheet covering the ASIC on the Main PCB. I appended the photo of it for your 
reference,  unfortunately the conference rejected it. If anyone would need the 
photo  let me know and I will send it asap. I got some more info downloaded  
for 
servicing this scanner. 


Please let me know if any of you got the driver for it.

I use Ubuntu on virtual PC but as soon as I get this driver than probably quit 
Windows for good.

Thank 
Regards
Vagisha


-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20110517/7fae8f64/attachment.htm


[sane-devel] (no subject)

2010-06-07 Thread Alan Corey
http://advaita.ad.ohost.de/default.php


  



[sane-devel] (no subject)

2010-06-07 Thread Alan Corey
http://pantalon.us/default.php


  



[sane-devel] (no subject)

2010-05-17 Thread Ingmar Alm


Can you ad this please.


# Brother scanners
ATTRS{idVendor}==04f9, ENV{libsane_matched}=yes



Mvh


IngmarAlm  

ingmaralm at hotmail.com












 



  
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20100517/56d4a8cb/attachment.htm


[sane-devel] (no subject)

2010-02-10 Thread enrique
Dear all,

I Just went through the list of the Panasonic high speed scanners that are
supported by the latest stable release of SANE. But I haven?t found
rreferences for the KV-S1025C, 1045C, 4065C, 4085C and 7075C. Can you
provide any additional information related to such devices ?

Regards

Enrique

 

-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20100210/ac705cc9/attachment.htm


[sane-devel] (no subject)

2010-02-10 Thread m. allan noah
I got a set of patches against an old version of sane from panasonic
russia which contain these backends. Unfortunately, panasonic russia
refused to do the integration work with the current release of sane,
and not all the code builds cleanly. So it's pretty far down my list
at the moment.

allan

On Wed, Feb 10, 2010 at 12:45 PM, enrique
enrique.chauffaille at cncsolutions.com.br wrote:
 Dear all,

 I Just went through the list of the Panasonic high speed scanners that are
 supported by the latest stable release of SANE. But I haven?t found
 rreferences for the KV-S1025C, 1045C, 4065C, 4085C and 7075C. Can you
 provide any additional information related to such devices ?

 Regards

 Enrique



 --
 sane-devel mailing list: sane-devel at lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/sane-devel
 Unsubscribe: Send mail with subject unsubscribe your_password
 ? ? ? ? ? ? to sane-devel-request at lists.alioth.debian.org




-- 
The truth is an offense, but not a sin



[sane-devel] (no subject)

2009-09-12 Thread lsmill...@juno.com
I have been trying to use the SANE program on my Mac PowerBook G4 using a Canon 
CanoScan LiDE 20 scanner.  I can't get the program to cause the scanner to scan 
a letter size document.  For every setting I have tried, it just scans an area 
about 4 inches wide and 3 inches long.  Any suggestions to try?

Thank you for any help you can provide.
Larry Miller


Best Weight Loss Program - Click Here!
http://thirdpartyoffers.juno.com/TGL2131/fc/BLSrjnsEGrGmzACDPgC7yQcHdjm3WPeIBFgPTe8wnRMjwaxtT6dOHc9P73q/



[sane-devel] [Fwd: Subject:-Crashing Fire fox browser when running SaneAppletExample.java.]

2009-06-29 Thread m. allan noah
amit- I'm sorry, but there don't seem to be many (any?) java
developers in our ranks, and the existing java bindings are basically
unsupported, so I think you are on your own. You do have the source to
look at however :)

allan

On Sun, Jun 28, 2009 at 9:00 AM, Henning Geinitzsane at geinitz.org wrote:
 FYI

  Original-Nachricht 
 Betreff: ? ? ? ?Subject:-Crashing Fire fox browser when running
 SaneAppletExample.java.
 Datum: ?Thu, 25 Jun 2009 10:21:26 +0530
 Von: ? ?amitdubein at gmail.com amitdubein at gmail.com
 An: ? ? hmg-guest at users.alioth.debian.org








 Respected Sir,



 We are using your Scan applet Example for scanning, but we are facing some
 problem while running the applet on fire fox 3.0 with O/S Linux open Suse 
 scanner HP 3050.

 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? We face crashing problem when
 we go through the following steps.



 1) ? ? ? ? Start Application.

 2) ? ? ? ? Call applet.

 3) ? ? ? ? Click on acquire.

 4) ? ? ? ? Click on Start.

 5) ? ? ? ? Scan image (It completely scan selected image  goes to desired
 path.).

 6) ? ? ? ? When we click on close button.

 7) ? ? ? ? The browser gets crashed.



 It will very helpful if you give some solution on above problem.





 --
 Regards

 Amitkumar Dube
 Software Developer



 --
 sane-devel mailing list: sane-devel at lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/sane-devel
 Unsubscribe: Send mail with subject unsubscribe your_password
 ? ? ? ? ? ?to sane-devel-request at lists.alioth.debian.org




-- 
The truth is an offense, but not a sin



[sane-devel] [Fwd: Subject:-Crashing Fire fox browser when running SaneAppletExample.java.]

2009-06-28 Thread Henning Geinitz
FYI

 Original-Nachricht 
Betreff:Subject:-Crashing Fire fox browser when running 
SaneAppletExample.java.
Datum:  Thu, 25 Jun 2009 10:21:26 +0530
Von:amitdubein at gmail.com amitdubein at gmail.com
An: hmg-guest at users.alioth.debian.org




 

 

Respected Sir,

 

We are using your Scan applet Example for scanning, but we are facing 
some problem while running the applet on fire fox 3.0 with O/S Linux 
open Suse  scanner HP 3050.

We face crashing problem 
when we go through the following steps.

 

1) Start Application.

2) Call applet.

3) Click on acquire.

4) Click on Start.

5) Scan image (It completely scan selected image  goes to 
desired path.).

6) When we click on close button.

7) The browser gets crashed.

 

It will very helpful if you give some solution on above problem.

 



-- 
Regards

Amitkumar Dube
Software Developer





[sane-devel] (no subject)

2009-06-20 Thread sivananda
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20090620/1a0eed0c/attachment.htm


[sane-devel] (no subject)

2008-09-03 Thread roze...@volny.cz
On Tuesday 18 of March 2008, Johannes Meixner wrote:
 Hello,

 On Mar 14 16:33 rozelak at volny.cz wrote (shortened):
  I would like to ask, how network scanners are supported.

 ...

  I am interested, as we have Canon iR2200 copy/printer/scanner
  (huge) machine in my work, and I would like to know if it
  can be accessed from linux (or SANE in general).

 I think that the question is whether a SANE driver
 (i.e. a SANE backend) is really needed to use it with Linux
 or whether one can use this device also stand-alone.

 Normally one can scan directly on a big and fat network
 printer scanner copier and specify scan resolution
 and image file format (e.g. tiff, PDF, ...) and all the
 other scanning options directly at the device and in
 particular one can specify an e-mail address to which
 the device will send the scanned image file so that one
 will receive the scanned image as a mail attachment
 according to what was specified as image file format.

 This way of operating is usually much more convenient
 for the user because when you would use a SANE backend
 you would have to specify all the scanning parameters
 on your workstation by using a SANE frontend.
 But your workstation is normally far away from the network
 scanner device so that you would have to place a sheet in
 the network scanner and post a big red note on the network
 scanner that you are currently using it for scanning so that
 others know what is going on and don't remove your sheet,
 then walk back to your workstation to specify the scanning
 parameters and start the scan and finally you would have
 to walk again to the network scanner to fetch your sheet
 and remove your note and walk back to your workstation.
 Of course this way of operating is much better for the
 physical health of the company staff ;-)


Yes, you are absolutely right! Operating scanner as you described is
absolutely silly ans useless.

Originally I thought about starting SANE (through a frontend) and telling
it that images will be received from network scanner (of given type)
sitting on given address. Then go to scanner and scan images one after
another (with scanning parameters set on the scanner, as you wrote).
SANE will wait and receive the scanned images as they go through the
scanner. When I return back to the computer, there will be images opened
in the frontent, ready to be saved to disc (or already saved in some
temporary location ...).
OK, there are some issues about stealing scanned images to others,
when I would start SANE and another person starts scanning earlier than
me. The question also is, is such solution is possible (may not be supported
by network scanner machines).

I ask, as just recently I tried to scan something, but I was not able
to get images from the scanner (e.g. through e-mail, as you wrote).
It seems that this e-mailing is not configured from some reasons, but
I am not able to change it. I enden by deleting the images from scanner
and asked someone to scan it for me to another day. I know that people
using Windows have an application which allows a download of scanned
images from the machine. But I do not know details about the app - should
I try to get some more info?

I was just thinking, if when it is possible to access scanner from Windows,
if it is also possible (or planned) to access it from linux in the same
(or preferrably better ;-)) way. If such possibility is still as silly
as you described earlier, just write it to me and forget it ;-)

Thank you,
Dan


 Kind Regards
 Johannes Meixner
 --
 SUSE LINUX Products GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany
  AG Nuernberg, HRB 16746, GF: Markus Rex





[sane-devel] (no subject)

2008-07-23 Thread rajesh pavaskar
Sir,

I have EPSON Perfection 3170 Photo scanner. But it does not work on
Xsane. I do not have necessary drivers of the said scanner for linux os.
Kindly tell me how I can use the same on Xsane.

Thanking You



[sane-devel] (no subject)

2008-04-26 Thread Pierre Willenbrock
Guillaume Gastebois schrieb:
 Hello,
 
 Is there a possibility to determine a maximum of parameter like :
 
 typedef struct
 {
   int optical_res; (OK, for me 2400)
   int black_pixels;(don't know how to determine)
   int dummy_pixel; (content of 0x34 ?)
   int CCD_start_xoffset;   (test of page upper border ?)
The ccd line first gives a few dummy pixels, then there are a few black 
pixels, to enable the afe to do per-line black level compensation. 
CCD_start_xoffset counts into one of these. I didn't need to change 
these, yet.

   int sensor_pixels; (just 216/2.54*2400 ?)
i would think so.

   int fau_gain_white_ref;  (don't know how to determine)
   int gain_white_ref;(don't know how to determine)
the two above are used in calibration of some gl646-models.

   u_int8_t regs_0x08_0x0b[4];  (OK windows snoop)
   u_int8_t regs_0x10_0x1d[14]; (OK windows snoop)
   u_int8_t regs_0x52_0x5e[13]; (OK windows snoop)
   float red_gamma; (don't know how to determine)
   float green_gamma;   (don't know how to determine)
   float blue_gamma;(don't know how to determine)
As ccd cells are largely linear in response, these should very probably 
be 1.0. But i don't know if they are even used. Anyways, gamma tables 
are definitely not used for 16bit modes on gl841/2.

   u_int16_t *red_gamma_table;  (OK NULL)
   u_int16_t *green_gamma_table;(OK NULL)
   u_int16_t *blue_gamma_table; (OK NULL)
 } Genesys_Sensor;



 or :
 
 typedef struct
 {
   SANE_Int base_ydpi;(4800 ? : Lide90 is 2400x4800)
   SANE_Int optical_ydpi; (4800 ? : Lide90 is 2400x4800)
   SANE_Int max_step_type;(don't know how to determine)
   SANE_Int power_mode_count; (don't know how to determine)
   Genesys_Motor_Slope slopes[2][3];  (don't know how to determine)
 } Genesys_Motor;

Unless you figure out multiple power modes, power_mode_count needs to be 
set to 1. This is intended for scanners that can use a reduced power 
mode for smoother head moves, when speed is not needed(high resolution 
scans with slow moving head).

The stepper motors used are capable of doing full steps or half steps, 
most of the time. the gl842 handles quarter step, gl843 seems to handle 
eighth step, too. This is reflected by max_step_type:
max_step_type ! smallest steps
   0   ! full
   1   ! half
   2   ! quarter
   3   ! eighth

base_ydpi is very probably 2400 dpi. manufacturers tend to go by the 
maximum possible value, which would be 4800 when using a 2400 dpi 
full-step drive in half-step mode. The relationship between 
optical_ydpi, max_step_type and base_ydpi is thus:

optical_ydpi = base_ydpi * 2 ^ max_step_type

The slopes-array is fixed to 2x3, but the used size is:
slopes[power_mode_count][max_step_type+1]

Each slope describes a speed slope for a specific motor setting. These 
slopes are needed for acceleration/deceleration of the scanning head, as 
the stepper motors are not powerful enough to get the head to full 
speed in a single step.

The backend selects one fitting the requested mode, higher power mode 
indexes give better quality but less speed, same with step modes, 
although higher step modes(higher step divider) may be forced by the 
requested mode(2400 ydpi on my scanner forces half step mode, because 
full steps only do 1200dpi).

The gl84x reads the time it needs to wait between each step from a table 
submitted by the backend. Thus, the units of the slopes reflects this: 
All speeds are merely times between steps.

maximum_start_speed is the maximum speed this slope can start at. This 
is the maximum speed the head can reach from a stand-still. 
maximum_speed is the maximum final speed, after doing acceleration. The 
backend may generate a slope that does stay slower than any one of 
these, but it will do a slope when the head needs to go faster than 
maximum_start_speed. The minimum_steps gives how many steps a 
acceleration to maximum_speed needs to take. When the head does not need 
to reach this speed, the backend may decide to take fewer steps. g 
brings some non-linearity.

The values here can be found by experiment, or by analyzing the slope 
tables from an usb log. The values from the windows driver may be a bit 
conservative. When experimenting, one would decrease the values of 
maximum_speed, maximum_start_speed and minimum_steps until the head 
fails to speed up, and then increase them a bit. Positioning the scanner 
such that the head goes upwards gives a nice safety margin while 
experimenting. A final warning: when doing this, you may destroy your 
scanner. Although i doubt that the loud noises from a not-moving head 
stem from slipping gears, but instead from the stepper motor itself 
oscillating back and forth.

 
 Guillaume Gastebois schrieb:
 Hello,

 I remember that LiDE 90 is a 2400DPI scanner. And I did nothing in code to
 port
 that. I backend ready for 

[sane-devel] (no subject)

2008-04-24 Thread Guillaume Gastebois
Hello,

Is there a possibility to determine a maximum of parameter like :

typedef struct
{
  int optical_res; (OK, for me 2400)
  int black_pixels;(don't know how to determine)
  int dummy_pixel; (content of 0x34 ?)
  int CCD_start_xoffset;   (test of page upper border ?)
  int sensor_pixels;   (just 216/2.54*2400 ?)
  int fau_gain_white_ref;  (don't know how to determine)
  int gain_white_ref;  (don't know how to determine)
  u_int8_t regs_0x08_0x0b[4];  (OK windows snoop)
  u_int8_t regs_0x10_0x1d[14]; (OK windows snoop)
  u_int8_t regs_0x52_0x5e[13]; (OK windows snoop)
  float red_gamma; (don't know how to determine)
  float green_gamma;   (don't know how to determine)
  float blue_gamma;(don't know how to determine)
  u_int16_t *red_gamma_table;  (OK NULL)
  u_int16_t *green_gamma_table;(OK NULL)
  u_int16_t *blue_gamma_table; (OK NULL)
} Genesys_Sensor;

or :

typedef struct
{
  SANE_Int base_ydpi;(4800 ? : Lide90 is 2400x4800)
  SANE_Int optical_ydpi; (4800 ? : Lide90 is 2400x4800)
  SANE_Int max_step_type;(don't know how to determine)
  SANE_Int power_mode_count; (don't know how to determine)
  Genesys_Motor_Slope slopes[2][3];  (don't know how to determine)
} Genesys_Motor;


Guillaume Gastebois schrieb:
 Hello,

 I remember that LiDE 90 is a 2400DPI scanner. And I did nothing in code to
port
 that. I backend ready for 2400dpi (I think so regarding portion of code) ?

I am not sure, as there could not happen any testing. But in theory, it
should work. In the future, there should be some afford made to make
other resolutions than 2400, 1200 and 600 work, but these 3 are trivial
with this chip.

 I write 2400 dpi in genesys_sensor for lide 90. But how to know pixel number
for
 CCD sensor ?

I guess the manufacturer is not lying about the density of the ccd, so
that should be enough. The rest of the settings is in real units. The
backend calculates the exact number of pixel from the density and the
width of the scanning area.

 After writing 2400 dpi in sensor, I get quarter sized images !!! Why ?

 With 600 dpi in sensor I get full sized images with (300dpi scanning) or
without
 half_ccd (1200dpi scanning) (with my code for gpio 14).

 Regards
 Guillaume

I'd first try to get the correct gpio setting for a full resolution
scan(i.E. at 2400dpi). If you cannot get a full-width-scan, look for the
DPISET register, and try half/twice the dpi there. Also, make sure the
DPIHW is set for the 2400dpi mode.
When that works, figure out how to setup gpios for half_ccd mode. From
the view of the current code base, you are done here. You can try to
find a quarter_ccd mode(which would show up as half-width in the
half_ccd modes), and leave a comment in the code, or even implement the
quarter_ccd mode for real.


Yes, DPIHW is 0x80 (2400dpi)
for 300dpi scanning dpiset is 0x258 (600). Is that good ?
I find that GPIO14 is quarter CCD but by testing all other unknown GPIOs I can't
find one for half CCD  Strange no ?

Regards,
   Pierre

I see too that If I is image and B is black, I get for 1200dpi, 600dpi, 300dpi
and 150dpi scanning :

1200 :
BIII
BIII
BIII
BIII
BIII
BIII
BIII
BIII
BIII
BIII
BIII

600 :
BBIIIBBB
BBIIIBBB
BBIIIBBB
BBIIIBBB
BBIIIBBB
BBIIIBBB
BBIIIBBB
BBIIIBBB
BBIIIBBB
BBIIIBBB
BBIIIBBB

300 :
BBBIIIBB
BBBIIIBB
BBBIIIBB
BBBIIIBB
BBBIIIBB
BBBIIIBB
BBBIIIBB
BBBIIIBB
BBBIIIBB
BBBIIIBB
BBBIIIBB

150 :
IIIB
IIIB
IIIB
IIIB
IIIB
IIIB
IIIB
IIIB
IIIB
IIIB
IIIB

Why ?

Regards
Guillaume



[sane-devel] (no subject)

2007-11-06 Thread Mauricio Villamil

Hello, 

reading the SANE Docs, I found that it is possible to set up the Environmental 
variable for a larger buffer size:

SANE_SG_BUFFERSIZE, I have my RICOH_IS420 scanner hooked uo to Fedora core 6 
and it is working well, I just want to set up the variable to a larger size 
,but I don't knoe how??, which files need editing ??

Thanks,

MAuricio.


Mauricio Villamil
Technician Demonstrator -Linux studio-
Arts Institue at Bournemouth

MA Digital Effects
BA(Hons)Computer Visualization  Animation
BA(Hons)Fine Art -Painting-

*

The contents of this communication are confidential and intended solely for the 
use of the named recipient(s).  If you have received this email in error please 
delete it and do not disseminate, distribute, copy or alter it. Any views or 
opinions expressed are those of the author and do not necessarily represent 
those of the Arts Institute at Bournemouth. 

Although the Arts Institute at Bournemouth has taken reasonable precautions to 
ensure no viruses are present in this email, the Institute cannot accept 
responsibility for any loss or damage arising from the use of this email or 
attachments.

*




[sane-devel] (no subject)

2007-11-06 Thread abel deuring
On 06.11.2007 20:07, Mauricio Villamil wrote:
 Hello, 
 
 reading the SANE Docs, I found that it is possible to set up the 
 Environmental variable for a larger buffer size:
 
 SANE_SG_BUFFERSIZE, I have my RICOH_IS420 scanner hooked uo to Fedora core 6 
 and it is working well, I just want to set up the variable to a larger size 
 ,but I don't knoe how??, which files need editing ??


You can set environment variables from a shell, i.e., a command line
window and start a Sane frontend from the _same_ shell, like so:

export SANE_SG_BUFFERSIZE=131072
xsane

But if the scanner works fine, there should not be any need to do this.
This option is useful only in the case that a scanner stops the scan
head very often during a scan. Increasing the buffer size and thus
increasing the amount of data transferred for one read command can help
to reduce the number of such scan head stops. But I assume that a
document scanner like the IS420 does not show such scan head stops.

Abel



[sane-devel] (no subject)

2007-11-06 Thread m. allan noah
On 11/6/07, abel deuring adeuring at gmx.net wrote:
 On 06.11.2007 20:07, Mauricio Villamil wrote:
  Hello,
 
  reading the SANE Docs, I found that it is possible to set up the
 Environmental variable for a larger buffer size:
 
  SANE_SG_BUFFERSIZE, I have my RICOH_IS420 scanner hooked uo to Fedora core
 6 and it is working well, I just want to set up the variable to a larger
 size ,but I don't knoe how??, which files need editing ??


 You can set environment variables from a shell, i.e., a command line
 window and start a Sane frontend from the _same_ shell, like so:

 export SANE_SG_BUFFERSIZE=131072
 xsane

 But if the scanner works fine, there should not be any need to do this.
 This option is useful only in the case that a scanner stops the scan
 head very often during a scan. Increasing the buffer size and thus
 increasing the amount of data transferred for one read command can help
 to reduce the number of such scan head stops. But I assume that a
 document scanner like the IS420 does not show such scan head stops.


you also did not say what backend you are using to drive the scanner, but
you might want to check the backend's docs to see if it has a separate buffer
size control. but, in general, abel is correct, you typically dont
need to increase this.

allan


-- 
The truth is an offense, but not a sin



[sane-devel] (no subject)

2007-08-11 Thread Joshua Hudson
jhudson76 at gmail.com
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20070811/e36407d3/attachment.htm
 


[sane-devel] (no subject)

2007-07-12 Thread Markus Haberkorn
Hello,

 m. allan noah wrote at Tue, 10 Jul 2007 14:33:27 -0400 :
   get a debug log at level 30 instead, and send that to me directly
   instead of this mailing list. also please give the name of your OS.
 
  I attach the logs. To reduce data, I set x and y to 100 and
  resolution (x and y) to 50.
 
 
 ok- the file /tmp/test-1-flatbed-0001.pnm was scanned successfully,
 but then scanadf tried to grab a second page (cause that's what it is
 for), and the scanner choked on the 'scan' command. i can see a few
 ways to 'fix' this-
 
 1. i send some sort of reset command after the scan when using the
 flatbed. then a second call to scan should succeed. however, this will
 cause scanadf to run forever, making repeated scans of the same paper.
 
 2. i send a 'SANE_STATUS_NODOCS' on the second flatbed scan. this will
 make scanadf stop trying, but i dont know what return value it sets.
 
 3. you could send the -s and -e options to scanadf to only pull one
 image when using flatbed

using the options -e and -s (setting each to one) works fine.
Now the page is scanned and the return code is zero.

markus at hydorn    /usr/local/packages/sane-cvs/bin/scanadf  --source 
Flatbed --mode Color -o /tmp/test-1-flatbed-000%d.pnm  -e 1 -s 1 ; echo $?
[sanei_debug] Setting debug level of fujitsu to 5.
[fujitsu] sane_init: fujitsu backend 1.0.49, from sane-backends 1.0.18-cvs
Scanned document /tmp/test-1-flatbed-0001.pnm
Scanned 1 pages
0
markus at hydorn 1112  

 
 4. use scanimage instead of scanadf when using the flatbed.
 
 allan
 

Thanks for your help.

Markus




--
--
   Markus Haberkorn   mail : Markus_Haberkorn at genua.de
   Gesellschaft f?r UNIX- und tel. : +49 (89) 991950-134
   Netzwerkadministration mbH fax. : +49 (89) 991950-999
   Domagkstrasse 7www  : http://www.genua.de
   D-85551 Kirchheim
--





[sane-devel] (no subject)

2007-07-10 Thread Markus Haberkorn
Hello,

sorry for my poor english.
I have a problem with a Fujitsu FI-5220C Scanner.

If I scan from the adf unit, everything is OK and works fine.
The scan is made and the return code in the shell is zero (0).

But if i scan from the flatbed unit, the page is scanned and 
stored, but i get an error message and the return code in the shell 
is one (1). I get the same error either using the debian etch 
packages or using the compiled cvs-source.

This is, what I see:

markus at hydorn 1064  export SANE_DEBUG_FUJITSU=5
markus at hydorn 1065  /usr/local/packages/sane-cvs/bin/scanadf -L; echo; 
/usr/local/packages/sane-cvs/bin/scanadf  --source Flatbed --mode Color -o 
/tmp/test-1-flatbed-000%d.pnm; echo $?
[sanei_debug] Setting debug level of fujitsu to 5.
[fujitsu] sane_init: fujitsu backend 1.0.49, from sane-backends 1.0.18-cvs
device `fujitsu:libusb:001:011' is a FUJITSU fi-5220Cdj scanner

[sanei_debug] Setting debug level of fujitsu to 5.
[fujitsu] sane_init: fujitsu backend 1.0.49, from sane-backends 1.0.18-cvs
Scanned document /tmp/test-1-flatbed-0001.pnm
[fujitsu] sense_handler: start
[fujitsu] Sense=0x5, ASC=0x26, ASCQ=00, EOM=1, ILI=0, info=
[fujitsu] Illegal request: invalid field in parm list
[fujitsu] Offending byte is 00
[fujitsu] sane_start: ERROR: cannot start_scan
scanadf: sane_start: Invalid argument
Invalid argument
Scanned 1 pages
1
markus at hydorn 1066 

Can anybody help me?

Markus


--
--
   Markus Haberkorn   mail : Markus_Haberkorn at genua.de
   Gesellschaft f?r UNIX- und tel. : +49 (89) 991950-134
   Netzwerkadministration mbH fax. : +49 (89) 991950-999
   Domagkstrasse 7www  : http://www.genua.de
   D-85551 Kirchheim
--





[sane-devel] (no subject)

2007-07-10 Thread m. allan noah
On 7/10/07, Markus Haberkorn Markus_Haberkorn at genua.de wrote:
 Hello,

 sorry for my poor english.

your english is much better than my german :)

 I have a problem with a Fujitsu FI-5220C Scanner.

 If I scan from the adf unit, everything is OK and works fine.
 The scan is made and the return code in the shell is zero (0).

ok.

 But if i scan from the flatbed unit, the page is scanned and
 stored, but i get an error message and the return code in the shell
 is one (1). I get the same error either using the debian etch
 packages or using the compiled cvs-source.

hmm, many possible reasons for this (the biggest being that i dont
have a flatbed model to test with :)

 This is, what I see:

 markus at hydorn 1064  export SANE_DEBUG_FUJITSU=5
 markus at hydorn 1065  /usr/local/packages/sane-cvs/bin/scanadf -L; echo; 
 /usr/local/packages/sane-cvs/bin/scanadf  --source Flatbed --mode Color -o 
 /tmp/test-1-flatbed-000%d.pnm; echo $?
 [sanei_debug] Setting debug level of fujitsu to 5.
 [fujitsu] sane_init: fujitsu backend 1.0.49, from sane-backends 1.0.18-cvs
 device `fujitsu:libusb:001:011' is a FUJITSU fi-5220Cdj scanner

 [sanei_debug] Setting debug level of fujitsu to 5.
 [fujitsu] sane_init: fujitsu backend 1.0.49, from sane-backends 1.0.18-cvs
 Scanned document /tmp/test-1-flatbed-0001.pnm
 [fujitsu] sense_handler: start
 [fujitsu] Sense=0x5, ASC=0x26, ASCQ=00, EOM=1, ILI=0, info=
 [fujitsu] Illegal request: invalid field in parm list
 [fujitsu] Offending byte is 00
 [fujitsu] sane_start: ERROR: cannot start_scan
 scanadf: sane_start: Invalid argument
 Invalid argument

get a debug log at level 30 instead, and send that to me directly
instead of this mailing list. also please give the name of your OS.

allan


-- 
The truth is an offense, but not a sin



[sane-devel] (no subject)

2007-03-17 Thread Yury Tarasievich
Hi guys,

I own the OpticPro st28 and would like to have a SANE support for it.

I've already started copy-and-pasting the source, taking the
mechanicals from the existing GL841 models, and optical s from the
other OpticPro's present.

I also tried to approach the Plustek asking for the info on the
components' composition of the ST28.

I presume I have a reasonable understanding of the matters involved to
attempt a copy-and-paste extension of the cvs snapshot sources, but
obviously I don't have an in-depth knowledge, so I'd need some
coaching along.

--regards


[sane-devel] (no subject)

2007-01-19 Thread José Pablo Rueda Galán
Hello, sorry for my English.
I want to write a Canon 5200F driver (USB).
I have a lot of experience in Windows Programing (C,C++, 
Delphi) and Java. And Linux console programing with C.
Any one, Can send to my a example source of one similar 
driver?
or where can I download it?.

Thank's


[sane-devel] (no subject)

2007-01-19 Thread Étienne Bersac
Hi,

Download SANE CVS. See backend-writing.txt document. And start to hack.

?tienne.
-- 
Verso l'Alto !
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Ceci est une partie de message
=?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=
Url : 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20070119/4b838297/attachment.pgp
From kilg...@banach.math.auburn.edu  Fri Jan 19 22:48:02 2007
From: kilg...@banach.math.auburn.edu (kilg...@banach.math.auburn.edu)
Date: Fri Jan 19 22:00:46 2007
Subject: [sane-devel] Setting up a dedicated machine to run scanner
Message-ID: pine.lnx.4.64.0701191529260.9...@banach.math.auburn.edu

Hi,

I want to set up a dedicated machine in a semi-public location 
(departmental printer room in my university) which will do the following 
things:

1. allow people to use it freely to run the attached scanner and to do 
something with the output

2. output can be sent to the printer (which requires network access),  or

2a. sent by scp to another machine on which the scanner user has an 
account (obviously also needs network access), or

2b. copied to the user's USB flash drive which the user can be plugged 
into the back of the machine (obviously requires automatic mounting and 
umounting of said flash drive)

So, there is an obvious conflict between usability and security. I would 
say that it is not the right kind of environment to go making people to 
get an account on the machine; they should be able just to come and run 
the scanner. I would say that it should not be permissible to run any 
shell (by, for example, launching an xterm with a command prompt) and also 
it would be good to set up xsane so that it automatically clobbers the 
previous output file when a new scan is done, and the user who walks up to 
the machine cannot change that. Also, the save-the-file dialog should only 
allow the file to be saved in the scanner account's directory, or on the 
flash drive (which would require a hookup of the save-file dialog to mount 
the flash drive automatically and invisibly, but with a warning in case it 
has been attached, and to unmount it when the file has been copied, along 
with another warning if said flash drive is removed prematurely). 
Furthermore, the save-file dialog should only allow inspection of the 
scanner home directory and of the flash drive, not other directories.

Has anyone already done something like this? To what extent is it possible 
to configure xsane by means of an .rc file, which the user cannot alter? 
Also, how difficult would it be to get the Help key to give some help 
which is specific to the situation, telling the user what can and cannot 
be done, and how to do what can be done?

I have figured out how to do things like set up an account which will 
start X straightaway and will then do nothing but to run xsane, or perhaps 
a TCL menu box which will do nothing but offer certain options. But how 
much of what I want could be done inside of xsane, with custom 
configurations, without a major overhaul of source code?

Theodore Kilgore





[sane-devel] (no subject)

2007-01-17 Thread René Kjellerup
Hi,

I'm trying to write a backend for the CanoScan4200F. So I'd put you on a
list of testers for the time when I have something :)

In that sense I still need some explanation of the USB log I've made

They are found here: http://www.keenan.dk/rkimgz/canoscan4200FLogs.tar.bz

Regards
Ren? Kjellerup

-- as life grows older, I gain experience.
 

 Date: Mon, 15 Jan 2007 10:20:20 + (GMT)
 From: macal maca...@yahoo.fr
 Subject: [sane-devel] canonscan 4200F
 To: sane-devel@lists.alioth.debian.org
 Message-ID: 20070115102020.74012.qm...@web27909.mail.ukl.yahoo.com
 Content-Type: text/plain; charset=iso-8859-1
 
 Hello,
 
 I've got a scanner Canonscan 4200F, but since I'm using ubuntu I 
 cannot used it.
 
 I'm not a developper, but I'm ready to help to try some codes or to 
 make some tests.
 
 Regards.
 
 
 
 
 
 
 
 
 __
 _
 Dicouvrez une nouvelle fagon d'obtenir des riponses ` toutes vos 
 questions !
 Profitez des connaissances, des opinions et des expiriences des 
 internautes sur Yahoo! Questions/Riponses http://fr.answers.yahoo.com
 
 
 



[sane-devel] (no subject)

2007-01-08 Thread Arthur Giles

-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20070108/6fb1f3f6/attachment.html
From a...@northlc.com  Mon Jan  8 23:26:29 2007
From: a...@northlc.com (Arthur Giles)
Date: Mon Jan  8 23:27:24 2007
Subject: [sane-devel] XSANE
Message-ID: 1168295189.3241.26.camel@localhost.localdomain

When I scan a page it runs off to the right side and dose not print the
full page. How do I set up for a single file I'm scanning a Manual. I'm
new to computers my blind son set this up for me.
Thanks Art Giles
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20070108/fd24bdd4/attachment.htm
From kilg...@banach.math.auburn.edu  Sun Jan  7 22:32:45 2007
From: kilg...@banach.math.auburn.edu (kilg...@banach.math.auburn.edu)
Date: Mon Jan  8 23:35:44 2007
Subject: [sane-devel] Please correct documentation!
In-Reply-To: 87bqlapq6r.wl%felix.k...@inka.de
References: 87tzz99fwv.wl%felix.k...@inka.de
20070103213905.fda1db7a.klaus.dah...@gmx.de
87mz4zaemm.wl%felix.k...@inka.de 87fyap5r8z.wl%felix.k...@inka.de
pine.lnx.4.61.0701051625030.1...@limos.pfeiffer.edu
878xgfqgp5.wl%felix.k...@inka.de
87hcv3p0do.wl%felix.k...@inka.de
871wm79jvu@sonic.technologeek.org
87fyanoxym.wl%felix.k...@inka.de
87k5zyvj6y@sonic.technologeek.org
87bqlapq6r.wl%felix.k...@inka.de
Message-ID: pine.lnx.4.64.0701071509170.29...@banach.math.auburn.edu

Hi,

I am a subscriber to this list for a long time, but I am not active in 
scanner development stuff so do not usually contribute. However, I also 
use Slackware (usually run the current tree, but now using the latest 
because current is temporarily inactive). I typically compile my own 
kernels to support just my own hardware and setup, too.

I also bit the bullet recently and went over to using udev instead of 
hotplug, because the more recent 2.6 kernels simply do not like hotplug 
anymore.

As I said, I am not using a scanner very much, but I had to face 
immediately the issue of making my gphoto stuff to work, because I am 
actively involved in gphoto development. Here is more or less what I 
found, and perhaps it is relevant:

1. It is easy once you know what you are doing. ;)

2. Gphoto provides a script to run which creates a file called 
libgphoto2.rules which one puts into /etc/udev/rules.d and I also find 
there a file called libsane.rules because I have an old scanner around so 
I installed sane (but haven't used the scanner so I do not know if it 
works well or not).

In the libsane.rules each entry starts with a line such as (from the first 
entry)

SYSFS{idVendor}==03f0, SYSFS{idProduct}==0101, MODE=660,
GROUP=scanner

(all on one line, above, in case the mailer munges it).

and as I said I do not know if that works. But if you want it to work then 
at least you have to have a group called scanner and whoever is going to 
use the scanner has to belong to the group called scanner. If you do not 
have a group called scanner (check /etc/group to see if there is a group 
called scanner or not) then you need to create one. If you do have such 
a group then you need to add yourself (or whoever) as member of the 
group. Well, actually, I did set up an old box at work recently, with a 
2.6.19 kernel, as a dedicated machine to run the scanner and it does find 
the scanner just fine.

If you do not want to mess with a group called scanner you can do a 
hand-created file. Here is a similar line from my libgphoto2.rules file 
(file was hand-created by me, using the script in the libgphoto distro for 
creating it and I assume that sane has some similar facility):

SYSFS{idVendor}==093a, SYSFS{idProduct}==010f, GROUP=users

and I know it works because I have one of those cameras and I am the 
one who wrote the support library for it.

And as I said, there is some point with a 2.6 kernel at which hotplug 
quits working. Somewhere around 2.6.16 or 2.6.17 and after that one has no 
choice but to use udev. As I said, that has been my experience but YMMV.


3. You might try upgrading your Slackware distro if you are running a 2.6 
kernel anyway. There might be some kind of problem with libusb; the latest 
version used now in Slackware is libusb-0.1.12-i486-1.

4. Good luck. Seems to me it all ought to work.

Theodore Kilgore


On Sun, 7 Jan 2007, Felix E. Klee wrote:

 At Sun, 07 Jan 2007 18:29:57 +0100,
 Julien BLACHE wrote:
 If hotplug works out of the box, then don't worry about that ;)

 It works out of the box, and I don't worry. :-)

 Still, some time, I'd like to find out what is going on and how to fix
 the udev installation on my system.

 (still it's amazing to see a distro where udev is so old that it
 doesn't work out of the box for USB devices)

 It's Slackware 10.2 whose default kernel is a 2.4 kernel.  Nonetheless,
 one may use

[sane-devel] (no subject)

2006-09-22 Thread Olaf Meeuwissen
Cc:d sane-devel, again.

markanderson ma.aaander...@xtra.co.nz writes:

 yes that worked thanks you the man now what do i do iv tryed to use gimp
 and aquire no luck 

What did you try?  What happened?  What did you expect?
We're not clairvoyant.

 On Tue, 2006-09-19 at 08:57 +0900, Olaf Meeuwissen wrote:
 markanderson ma.aaander...@xtra.co.nz writes:
 
  how do i fix this email me at msax...@hotmail.com thanks mark
 
 Perfer to keep this on list.
 
  root@msa-desktop:/home/msa# make
  [snip]
  making all in tools
  make[1]: Entering directory `/home/msa/tools'
  gcc -c -g -O2 -W -Wall -DHAVE_CONFIG_H -I. 
  -I/home/msa/Desktop/sane-backends-1.0.1 8/tools -I../include 
  -I/home/msa/Desktop/sane-backends-1.0.18/include -D_REENTRANT  
  -I/usr/include/gphoto2   -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d
  -DPATH_S ANE_DATA_DIR=/usr/local/share -DPATH_SANE_LOCK_DIR=   
  -DV_MAJOR=1 -DV_ MINOR=0 ../backend/umax_pp_low.c -o 
  ../backend/umax_pp_low.o \
-DBACKEND_NAME=umax_pp_low
  gcc: ../backend/umax_pp_low.c: No such file or directory
  gcc: no input files
  make[1]: *** [../backend/umax_pp_low.o] Error 1
  make[1]: Leaving directory `/home/msa/tools'
  make: *** [all-recursive] Error 1
  root@msa-desktop:/home/msa#
 
 Looks like you have the source tarball unpacked in
 /home/msa/Desktop/sane-backends-1.0.18 (as per include flag) and build
 in /home/msa.  Are your sources there as well?  Maybe you are doing a
 VPATH build (./configure --srcdir=Desktop/sane-backends-1.0.18)?  I'm
 not sure this is supported.
 
   $ cd /home/mas/Desktop/sane-backends-1.0.18
   $ ./configure
   $ make
 
 should do the trick.
 
 Hope this helps,


-- 
Olaf Meeuwissen  EPSON AVASYS Corporation, SE1
FSF Associate Member #1962   sign up at http://member.fsf.org/
GnuPG key: 6BE37D90/AB6B 0D1F 99E7 1BF5 EB97  976A 16C7 F27D 6BE3 7D90
Penguin's lib!   -- I hack, therefore I am --   LPIC-2


[sane-devel] (no subject)

2006-09-20 Thread Rajneesh Kumar
 


-
How low will we go? Check out Yahoo! Messenger?s low  PC-to-Phone call rates.
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20060920/3c9ab68b/attachment.htm
From its.rajne...@yahoo.com  Wed Sep 20 15:39:39 2006
From: its.rajne...@yahoo.com (Rajneesh Kumar)
Date: Wed Sep 20 15:40:15 2006
Subject: [sane-devel] Problem using SANE
Message-ID: 20060920153939.63600.qm...@web58502.mail.re3.yahoo.com

Hello to all,
  Hope all will be well. I am a S/W Developer. I have developed a Data 
Management System (DMS) using LAMP for our KPO (Knowledge Process 
Outsourcing) wing. Using that DMS all our client send their data (as image 
files), KPO guys process it and send output (in PDF) to client by using 
DMS.
  Right Now, the clients upload their data in two steps...
  1.  Scan (convert) their text file into image file (jpeg/tif/pdf) 
using scanner hardware at their end.
  2. upload it on DMS for further process.
  Now We the IT guys what exactly wants is,
   Give the scan-upload option on DMS (i.e. when the client will click 
on scan option on DMS the DMS must be able to scan all his documents by 
using his / her scanner device autometically and upload it on 
concerning server directory.)
  Our DMS is a web based soulution for client interaction (to get 
data,to produce output), so client may be at any location at the world using 
different scanners.
  then how your SANE Api is rellivent in this regard and if it so, how 
can i use it in my existing DMS system.
  I am in great need..
  So please help me
  Regds,
  Rajneesh Kumar

 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20060920/b7751683/attachment.htm
From an...@pfeiffer.edu  Wed Sep 20 15:53:07 2006
From: an...@pfeiffer.edu (m. allan noah)
Date: Wed Sep 20 15:53:41 2006
Subject: [sane-devel] Problem using SANE
In-Reply-To: 20060920153939.63600.qm...@web58502.mail.re3.yahoo.com
References: 20060920153939.63600.qm...@web58502.mail.re3.yahoo.com
Message-ID: pine.lnx.4.61.0609201150260.8...@limos.pfeiffer.edu

you want a user to click a link in a web browser, and have the scanner on 
their pc start?

allan

-- 
so don't tell us it can't be done, putting down what you don't know.
money isn't our god, integrity will free our souls - Max Cavalera


[sane-devel] (no subject)

2006-09-18 Thread markanderson
how do i fix this email me at msax...@hotmail.com thanks mark
-- next part --
root@msa-desktop:/home/msa# make
making depend in include
make[1]: Entering directory `/home/msa/include'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/home/msa/include'
making depend in lib
make[1]: Entering directory `/home/msa/lib'
makedepend -I. -I../include *.c 2/dev/null
make[1]: Leaving directory `/home/msa/lib'
making depend in sanei
make[1]: Entering directory `/home/msa/sanei'
makedepend -I. -I../include *.c 2/dev/null
make[1]: Leaving directory `/home/msa/sanei'
making depend in backend
make[1]: Entering directory `/home/msa/backend'
makedepend -I. -I/home/msa/Desktop/sane-backends-1.0.18/backend -I../include 
-I/ho me/msa/Desktop/sane-backends-1.0.18/include *.c 2/dev/null
makedepend -a -o.lo -I. -I/home/msa/Desktop/sane-backends-1.0.18/backend 
-I../incl ude -I/home/msa/Desktop/sane-backends-1.0.18/include *.c 2/dev/null
make[1]: Leaving directory `/home/msa/backend'
making depend in frontend
make[1]: Entering directory `/home/msa/frontend'
makedepend -I. -I/home/msa/Desktop/sane-backends-1.0.18/frontend -I../include 
-I/h ome/msa/Desktop/sane-backends-1.0.18/include -I/usr/local/include *.c 
2/dev/null
make[1]: Leaving directory `/home/msa/frontend'
making depend in tools
make[1]: Entering directory `/home/msa/tools'
makedepend -I. -I/home/msa/Desktop/sane-backends-1.0.18/tools -I../include 
-I/home /msa/Desktop/sane-backends-1.0.18/include *.c 2/dev/null
make[1]: Leaving directory `/home/msa/tools'
making depend in doc
make[1]: Entering directory `/home/msa/doc'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/home/msa/doc'
making depend in po
make[1]: Entering directory `/home/msa/po'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/home/msa/po'
making all in include
make[1]: Entering directory `/home/msa/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/msa/include'
making all in lib
make[1]: Entering directory `/home/msa/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/msa/lib'
making all in sanei
make[1]: Entering directory `/home/msa/sanei'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/msa/sanei'
making all in backend
make[1]: Entering directory `/home/msa/backend'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/msa/backend'
making all in frontend
make[1]: Entering directory `/home/msa/frontend'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/msa/frontend'
making all in tools
make[1]: Entering directory `/home/msa/tools'
gcc -c -g -O2 -W -Wall -DHAVE_CONFIG_H -I. 
-I/home/msa/Desktop/sane-backends-1.0.1 8/tools -I../include 
-I/home/msa/Desktop/sane-backends-1.0.18/include -D_REENTRANT  
-I/usr/include/gphoto2   -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d
-DPATH_S ANE_DATA_DIR=/usr/local/share -DPATH_SANE_LOCK_DIR=   
-DV_MAJOR=1 -DV_ MINOR=0 ../backend/umax_pp_low.c -o ../backend/umax_pp_low.o \
  -DBACKEND_NAME=umax_pp_low
gcc: ../backend/umax_pp_low.c: No such file or directory
gcc: no input files
make[1]: *** [../backend/umax_pp_low.o] Error 1
make[1]: Leaving directory `/home/msa/tools'
make: *** [all-recursive] Error 1
root@msa-desktop:/home/msa#


[sane-devel] (no subject)

2006-08-28 Thread Jayson Vaughn
Looking for a freelancer to build a driver for the Corex Cardscan 60 which uses 
the lm9832/3 chipset.  
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20060827/a7468296/attachment.htm
From stef...@modulonet.fr  Mon Aug 28 06:22:56 2006
From: stef...@modulonet.fr (=?iso-8859-15?q?St=E9phane_VOLTZ?=)
Date: Mon Aug 28 06:23:37 2006
Subject: [sane-devel] HP Scanjet 2400 (genesys)
In-Reply-To: 20060819092915.48452.qm...@web30008.mail.mud.yahoo.com
References: 20060819092915.48452.qm...@web30008.mail.mud.yahoo.com
Message-ID: 200608280822.56494.stef...@modulonet.fr

Le samedi 19 ao?t 2006 11:29, SHAILESHKUMAR GADHAVI a ?crit?:
 Dear Sir/Madam,

  I am trying to scan images through the scanner mentioned above.  The
 sane-find-scanner lists my scanner. Also scanimage -L lists the device
 properly.  But when I issue command scanimage  image.pnm, I am getting
 following errors and the hardware makes little motor noise and stops.

  [genesys] WARNING: Your scanner is not fully supported or at least
  [genesys]  had only limited testing. Please be careful and
  [genesys]  report any failure/success to
  [genesys]  sane-devel@lists.alioth.debian.org. Please provide as
 many [genesys]  details as possible, e.g. the exact name of your
 [genesys]  scanner and what does (not) work.

  Please let me know how to overcome this problems.

  It would be  a great help.

  Thanks  Regards,

  Shailesh



 -
 How low will we go? Check out Yahoo! Messenger?s low  PC-to-Phone call
 rates.

Hello,

I'm back from a 2 weeks holidays. The support for HP2400 isn't 
progressing 
fast since I don't have access to such model. However, I'm in the process to 
document how to add support for it, and doing some modifications to the 
genesys backend. Current CVS version has support for the 2400C in warm up. 
Tests and code finalization is left to people having a device to work on, and 
willing to do it.

With the latest version of the documentation and code (at 
http://perso.modulonet.fr/~stefdev/sane/gl646-wip03.odt), there should be 
enough information to get warming up working. The 2 functions to test and fix 
are:
- gl646_init_regs_for_warmup
- genesys_warmup_lamp

The set up of the scanner in the backend log will have to match this 
(extracted from usb logs):
slope_table0=7210 7210 
fe-reg[1]=0x0003
fe-reg[3]=0x0002
fe-gain[0]=0x0007
fe-global_sign=0x00ba
R01=0x41CCD, watchdog, disable shading, normal scanning, uncompressed 
data, 
DRAM 4Mx1, shading whole line, enable scan
R02=0x41auto-go-home enabled, disable moving when buffer full, 
auto-go-home 
after scan disabled, turn off MOTOR power and phase, one table motor moving, 
motor forward, bipolar: half step, unipolar: half step
R03=0x07alternated CCD TG function disabled, select dpi deletion 
function, 
transparency lamp off, lamp POWER off, lamp sleeping off, lamp on time=7*64k 
line period
R04=0x53color lineart, 16 bits data, frontend type 16 bits, scan color 
type 
color, frontend B 
R05=0x501200 dpi, 14 bits gamma table, disable gamma correction, normal 
gray 
CIS, 24 clocks/pixel
R06=0x18PWRBIT on, shading gain=4, normal AFE image capture
R07=0x00MPU access under command mode, MPU write DRAM under command 
mode, 
R08=0x14CCD RS rising edge position=20
R09=0x15CCD RS falling edge position=21
R0a=0x00CCD CP rising edge position=0
R0b=0x00CCD CP falling edge position=0
R10=0x00
R11=0x00Red exposure time=0
R12=0x00
R13=0x00Green exposure time=0
R14=0x00
R15=0x00Blue exposure time=0
R16=0xbfCCD CP  RS high when TG high, forward CCD RGBSEL, inverse CCD 
TG, 
inverse CCD Clock 1, inverse CCD Clock 2, inverse CCD CP  RS, disable CCD TG 
position Clock 1/2 signal, disable CCD TG position CP  RS signal
R17=0x08without dummy line CCD TG type, CCD TG width=8
R18=0x3fTG and clock set to non-Canon CIS style, 2 time CCD clocks 
speed for 
dummy line, half cycle per pixel for CCD Clock/2, sytem clock for CCD Clock/2 
delay=3, 4 time CCD Clock speed for capture image
R19=0x2adummy exposure time=42
R1a=0x00CCD Clock rising edge position=0
R1b=0x00CCD Clock falling edge position=0
R1c=0x00disable CCD Clock 3, forward CCD Clock 3, Blue channel TG=0, 
Green 
channel TG=0, Red channel TG=0
R1d=0x02automatic CCD Clock/2 programming, CCD shoulder width=2
R1e=0x80watchdog time=8, 0 dummy line
R1f=0x10SCANFED=16
R20=0x20BUFSEL=32 2k words
R21=0x02STEPNO=2
R22=0x10FWDSTEP=16
R23=0x10BWDSTEP=16
R24=0x02FASTNO=2
R25=0x00
R26=0x00
R27=0x02LINCNT=2
R28=0x01
R29=0xffLAMPPWM=511 12 duty
R2c=0x00
R2d

[sane-devel] (no subject)

2006-07-27 Thread wulywuly
Hi,
I have been trying to use the latest saned trough busybox inetd. And I have ran 
across some serious problems, if i run saned -d it works just fine both to 
find and use the scanner, but as soon as i try to use it trough inetd it 
refuses.
I running a cross compiler for saned.My run environment is:i386,Uclibc 
0.9.18,kernel linux 2.4.25.

I have followed the saned guide on the website, this is what i have added:

/etc/services:
sane6566/tcpsaned   # scanning service

/etc/inetd.conf:
sanestream  tcp nowait  root/usr/sbin/saned saned


/etc/sane.d/net.conf:
localhost
192.168.0.1(my computer IP)

/etc/sane.d/saned.conf:
+
(when i tried without tcpd i used localhost and the IP of my workstation)

When i try to run SANE_DEBUG_NET=128 scanimage -L
from my workstation (or from the server itself) i get:
[sanei_debug] Setting debug level of net to 128.
[net] sane_init: authorize = 0x8049260, version_code = 0xb548
[net] sane_init: SANE net backend version 1.0.6 from sane-backends-1.0.7
[net] sane_init: Client has little endian byte order
[net] sane_init: determining sane service port
[net] sane_init: found port 6566
[net] sane_init: searching for config file
[net] sane_init: trying to add 192.168.0.1
[net] add_device: adding backend 192.168.0.1
[net] add_device: backend 192.168.0.1 added
[net] sane_init: done reading config
[net] sane_init: evaluating environment variable SANE_NET_HOSTS
[net] sane_init: done
[net] sane_get_devices: local_only = 0
[net] connect_dev: trying to connect to 192.168.0.1
[net] connect_dev: connection succeeded
[net] connect_dev: sanei_w_init
[net] connect_dev: net_init (user=(null), local version=1.0.3)
[net] connect_dev: argument marshalling error (Connection reset by peer)
[net] connect_dev: closing connection to 192.168.0.1
[net] sane_get_devices: ignoring failure to connect to 192.168.0.1
[net] sane_get_devices: finished (0 devices)

No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
[net] sane_exit: exiting
[net] sane_exit: closing dev 0x805e5b8, ctl=-1
[net] sane_exit: finished.

When i try to run telnet 192.168.0.1 from other PC.
[root@localhost ~]# telnet 192.168.0.1 6566
Trying 192.168.0.1...
Connected to 192.168.0.1 (192.168.0.1).
Escape character is '^]'.
Connection closed by foreign host.
But I run ./busybox telnet 127.0.0.1 6566 on my PC .It is  fine.The saned can 
run.
why ?
Thanks for a great app anyways.
Jacket


_
ÂÊÏȳ¢ÊÔ Windows Live Mail¡£
http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d


[sane-devel] (no subject)

2006-01-08 Thread Ben Tasker
I recently posted on this list about a Xerox 4800 flatbed scanner. After a
little investigation it would seem that Xerox have simply rebranded the
Visioneer 4800 scanner. If the Visioneer 4800 one touch is ever supported I
assume the Xerox will be as well.

--
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20060108/7b7dd185/attachment.htm
From photopi...@interia.pl  Sat Jan  7 23:48:00 2006
From: photopi...@interia.pl (Radek Rurarz)
Date: Sun Jan  8 00:53:06 2006
Subject: [sane-devel] Microtek Film Scan 35
In-Reply-To: Pine.LNX.4.64.0601071938170.3964@localhost.localdomain
References: Pine.LNX.4.64.0601071938170.3964@localhost.localdomain
Message-ID: 20060108004800.33ed9dd5.photopi...@interia.pl

On Sat, 7 Jan 2006 19:48:32 +0300 (MSK)
Andrei V. Toutoukine t...@isuct.ru wrote:

 Dear SANE developers,
 
 I've got six years old Microtek Film Scan 35 which nobody cares of at
 my work. Unfortunately I seen the mark unsupported at SANE web site.

I have a Microtek 35t/35t+ (I'm not sure which one, the plate on the
device is confusing). It's well discovered by sane, unfortunately it
hangs the SCSI bus. On the other hand the vuescan does a good job with
it (too bad it's not free and not open source).

My regards.


-- 
Rados?aw Rurarz
Warsaw Poland
GG: 7249330
JID (Jabber): rrur...@jabber.wp.pl

--
Kliknij po wiecej!  http://link.interia.pl/f18ed



[sane-devel] (no subject)

2006-01-08 Thread Henning Meier-Geinitz
Hi,

On 2006-01-08 00:05, Ben Tasker wrote:
 I recently posted on this list about a Xerox 4800 flatbed scanner. After a
 little investigation it would seem that Xerox have simply rebranded the
 Visioneer 4800 scanner. If the Visioneer 4800 one touch is ever supported I
 assume the Xerox will be as well.

So it has the same vendor and product ids? If this is not the case,
please send the output of sane-find-scanner -v -v.

Bye,
  Henning


[sane-devel] (no subject)

2006-01-08 Thread Ben Tasker
Sorry should have mentioned that in the previous post. The Xerox 4800 One
touch does indeed have the same Product and Vendor ID as the Visioneer 4800
One touch


--
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

--
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20060108/1f2cbc07/attachment.htm
From henn...@meier-geinitz.de  Sun Jan  8 12:46:22 2006
From: henn...@meier-geinitz.de (Henning Meier-Geinitz)
Date: Sun Jan  8 12:47:24 2006
Subject: [sane-devel] (no subject)
In-Reply-To: 6b8aa2ee0601080405s33bb5e7u35fe1414fda82...@mail.gmail.com
References: 6b8aa2ee0601071605y8fd4e16hfc923974ce64c...@mail.gmail.com
6b8aa2ee0601080405s33bb5e7u35fe1414fda82...@mail.gmail.com
Message-ID: 20060108124622.gf4...@meier-geinitz.de

Hi,

On 2006-01-08 12:05, Ben Tasker wrote:
 Sorry should have mentioned that in the previous post. The Xerox 4800 One
 touch does indeed have the same Product and Vendor ID as the Visioneer 4800
 One touch

Thanks, I'll add it to our lists.

As the Visioneer 4800 is already quite long in our lists and nobody
has written a backend yet I guess it's still up to you to write one :-)

The chipset seems to be Realtek RTS8801B. I don't know how similar
this is compared to which is supported by the hp3500 backend
http://projects.troy.rollo.name/rt-scanners/ but it may help
nevertheless.

Bye,
  Henning


[sane-devel] (no subject)

2006-01-07 Thread Henning Meier-Geinitz
Hi,

On 2006-01-06 23:30, Ben Tasker wrote:
 Should mention I have no idea how long it will take me to create the backend
 as I havent really done much with SANE before, an interested browse through
 the source perhaps but little more. I assume if I use an existing backend as
 a template then I should still manage to create compatability with SANE.

Looking at the documentation (SANE standard and others) on our website
as well as the Contributing section may help :-)

Please also send the output of sane-find-scanner -v -v, so we can add
it to our scanner lists.

Bye,
  Henning


[sane-devel] (no subject)

2006-01-06 Thread Ben Tasker
Hi There,
Having just bought a Xerox 4800 One touch flatbed scanner and found it
unsupported (dont ask why i ddint check first) I am going to try and create
a SANE backend for it. Any help will be greatly appreciated, I assume there
is no other backend being developed for this scanner?
Should mention I have no idea how long it will take me to create the backend
as I havent really done much with SANE before, an interested browse through
the source perhaps but little more. I assume if I use an existing backend as
a template then I should still manage to create compatability with SANE.
Thanks

Ben

--
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20060106/390e2a60/attachment.htm
From bert...@zonnet.nl  Sat Jan  7 00:22:43 2006
From: bert...@zonnet.nl (Bertrik Sikken)
Date: Sat Jan  7 00:23:26 2006
Subject: [sane-devel] (no subject)
In-Reply-To: 6b8aa2ee0601061530g289a1a10wfdce41cdc7e27...@mail.gmail.com
References: 6b8aa2ee0601061530g289a1a10wfdce41cdc7e27...@mail.gmail.com
Message-ID: 43bf09d3.8060...@zonnet.nl

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ben Tasker wrote:
 Hi There,
 Having just bought a Xerox 4800 One touch flatbed scanner and found it
 unsupported (dont ask why i ddint check first) I am going to try and
 create a SANE backend for it. Any help will be greatly appreciated, I
 assume there is no other backend being developed for this scanner?
 Should mention I have no idea how long it will take me to create the
 backend as I havent really done much with SANE before, an interested
 browse through the source perhaps but little more. I assume if I use an
 existing backend as a template then I should still manage to create
 compatability with SANE.

How long it takes depends on a lot of things, but expect something
like 6 months or longer.

Is it an USB scanner? If so, please post the USB vendor and product
ids here (use something like lsusb). There is a chance that there
is already a driver for it.
There is a tool called sane-find-scanner, run it and see what it
reports.

You need to know what's chipset is inside your scanner.
If you know the chipset, you can tehn try to find a datasheet
that describes how to program it. It's not common to find one
though...

Try the check-usb-chip tool, it attempts to identify some known
scanner chips.
Sometimes you can get clues by peeking in the windows driver
files (for example the .inf's) or by looking in the registry.
If you haven't been able to find out more (using the tools
mentioned above), you can perhaps get some more information
by opening it up and taking note of the chip numbers.

If you really need to write a new backend from scratch, you
can use USB sniffer software like http://benoit.papillault.free.fr/usbsnoop/
to capture some USB packets from the windows driver.
When you have taken some, put them up on a website somewhere
and post a link to the mailing list.
Even though the scanner chip may be different from other
scanners, the transport protocol may be similar.

I think it is best to first start with a very simple test
tool that replays some of the captured data. Layer it up
in three parts:
* transport layer that reads/write register settings and
reads/write bulk data. Use libusb to talk to usb.
In the final sane backend, you easily adapt this layer to use
sanei_usb* functions (API is very similar to libusb)
* a core layer that implements the basic functionality for
doing a scan (switching the lamp, moving the carriage, doing
a scan with certain parameters)
* user-interface layer. For the test tool this is simply a
command line / argument parser that calls specific test functions
in the core layer. In the final sane backend, this layer
glues the sane backend interface to your core layer.

I think there's a backend-writing.txt (or something similar)
that describes best practices for coding style etc. to allow
easy integration into sane.

Kind regards,
Bertrik
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDvwnTETD6mlrWxPURAoQZAJ91H5yH0QsnZFh/yA5zeFPjpmB/OACfenu4
OoDKxBFSbNsMluAMOOPexNk=
=Nxr7
-END PGP SIGNATURE-


[sane-devel] (no subject)

2005-11-21 Thread martin.jac...@an-netz.de
Hi,

I have a MD5345 USB sanner, sane-backend 1.0.16 installed and
some problems.

Currently I can only scan in monochrome (gray) mode with default
resolution. Any other configuration fails.

In this (failing) case, the scanner head starts it's initialisation,
short move forward and back and then it remains in the start position.
After some time I get an timeout error.

scanimage -L works
scanimage -T works

After having done a couple of bw scans, mostly I have to skip
the first 10mm or so (shift the image about 10mm in y direction).

My Linux box is dual PIII, 768 MB, based on SuSE 8.1. sane-backends-1.0.16 
is compiled from scratch without problems.

Any idea, how to fix those problems? Most important are color scans.

Regards

Martin Jacobs



[sane-devel] (no subject)

2005-11-21 Thread Stéphane VOLTZ
Le Dimanche 20 Novembre 2005 23:14, martin.jac...@an-netz.de a ?crit?:
 Hi,

 I have a MD5345 USB sanner, sane-backend 1.0.16 installed and
 some problems.

 Currently I can only scan in monochrome (gray) mode with default
 resolution. Any other configuration fails.

 In this (failing) case, the scanner head starts it's initialisation,
 short move forward and back and then it remains in the start position.
 After some time I get an timeout error.

 scanimage -L works
 scanimage -T works

 After having done a couple of bw scans, mostly I have to skip
 the first 10mm or so (shift the image about 10mm in y direction).

 My Linux box is dual PIII, 768 MB, based on SuSE 8.1. sane-backends-1.0.16
 is compiled from scratch without problems.

 Any idea, how to fix those problems? Most important are color scans.

 Regards

 Martin Jacobs

Hello,

could you please do :

export SANE_DEBUG_GENESYS=255
export SANE_DEBUG_GENESYS_GL646=255

Then do scanimage --resolution=100 --mode=color 2scan.log out.pnm

Then send me the 'scan.log' file, maybe directly since there is a 45K 
threshold on the posts within this list.

I hope the differences between your MD5345 and my MD6471 aren't big, 
since 
htey share the same USB ID and it could be difficult to autodetect which is 
plugged ...

Regards,
Stef






[sane-devel] (no subject)

2005-09-28 Thread Christian Biermann
Hello,

I am having a Epson 1650 scanner. When using the flatbed device for scanning
it works properly. When trying to use the TPU for scanning slides it looks
like the scanner is not scanning in the middle (where the light for the TPU
is located) of the scan area but as a stripe at the edge of the glass plate.

There is no error message when running from xsane or kooka from the console.

This happened after I updated from Debian Woody to Debian Sarge. In woody it
was working correctly.

Where can I look for error message or how can I set the scan area manually?
Are there any other information needed to help me here?

Thank you very much,

Christian

-- 
Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko!
Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner


[sane-devel] (no subject)

2005-09-13 Thread Michael Conrad
Hi,

i am using an Mustek 1248UB, which is fully supported by gt48xx.

Operating System is OSX.

I installed all necessary packages for OSX and scanimage -L and  
scanning with scanimage works.

But when i use an application, which uses the Twain-Sane-Bridge, the  
scanner does something short and dies after it. And i get the error  
message : End of file reached. It happens with all applications,  
which are using this bridge.

Any help?

Version of OSX is 10.4.2

Greetings



[sane-devel] (no subject)

2005-08-16 Thread Henning Meier-Geinitz
Hi,

On Tue, Aug 16, 2005 at 02:58:24AM -, Gora Mohanty wrote:
   We need to support a HP 5550C Scanjet under SANE. From going through
 the list archives, I see that this scanner is not yet supported, but
 there is a note that it might be possible to adapt the genesys driver
 to support it. If no one else is working on that as yet, I should be
 able to devote some time to such a project starting from the end of
 this week. Please do let me know if someone has already started working
 on supporting this scanner.

Have a look at the archive of this list and especially look for
genesys and gl841. At least that's what we think the chipset is.
There is ongoing discussion about the inclusion of that chipset in the
genesys backend. Your scanner will need modifications, at least some
code is laready there.

Please send an output of sane-find-scanner -v -v of a recent
sane-backends. Just to make sure it really uses a gl841 chipset.

Bye,
  Henning


[sane-devel] (no subject)

2005-01-18 Thread Kodwo Arizie
--0-74252862-1106056842=:14515
Content-Type: text/plain; charset=us-ascii

Hi,
I had this error message during installation of the drivers for hp scanjet 8290 
on a win98 Computer and had the errors below. My PC has 12GD HDD, 64M RAM, and 
runs on win98.
Can someone help me out on this error message. Thanks
 
HPIBRWSR caused an invalid page fault in
module DIRAPI.DLL at 0167:6802d4b6.
Registers:
EAX=0001 CS=0167 EIP=6802d4b6 EFLGS=00010212
EBX= SS=016f ESP=0062f590 EBP=0062f5b0
ECX=00410144 DS=016f ESI= FS=2c97
EDX=0041011c ES=016f EDI=01343724 GS=
Bytes at CS:EIP:
ff b6 20 03 00 00 e8 15 57 07 00 85 c0 76 34 8d 
Stack dump:
0135bf44 01343ed4  01343ef8  0135bf44 01343ed4  
0062f5cc 6802d42f 01343ed4  10010060 0062f840 01343ed4 0062f5f0 


-
Do you Yahoo!?
 Yahoo! Mail - Helps protect you from nasty viruses.
--0-74252862-1106056842=:14515
Content-Type: text/html; charset=us-ascii

DIVHi,/DIV
DIVI had this error message during installation of the drivers for hp scanjet 
8290 on a win98 Computer and had the errors below. My PC has 12GD HDD, 64M RAM, 
and runs on win98./DIV
DIVCan someone help me out on this error message. Thanks/DIV
DIVSTRONGEM/EM/STRONGnbsp;/DIV
DIVSTRONGEMHPIBRWSR caused an invalid page fault inBRmodule DIRAPI.DLL 
at 0167:6802d4b6.BRRegisters:BREAX=0001 CS=0167 EIP=6802d4b6 
EFLGS=00010212BREBX= SS=016f ESP=0062f590 
EBP=0062f5b0BRECX=00410144 DS=016f ESI= FS=2c97BREDX=0041011c 
ES=016f EDI=01343724 GS=BRBytes at CS:EIP:BRff b6 20 03 00 00 e8 15 57 
07 00 85 c0 76 34 8d BRStack dump:BR0135bf44 01343ed4  01343ef8 
 0135bf44 01343ed4  0062f5cc 6802d42f 01343ed4  
10010060 0062f840 01343ed4 0062f5f0/EM/STRONG /DIVp
hr size=1Do you Yahoo!?br 
a 
href=http://us.rd.yahoo.com/mail_us/taglines/virus/*http://promotions.yahoo.com/new_mail/static/protection.html;Yahoo!
 Mail/a - Helps protect you from nasty viruses.
--0-74252862-1106056842=:14515--



[sane-devel] (no subject)

2005-01-18 Thread Johannes Berg
Hi,

Kodwo Arizie wrote:

 I had this error message during installation of the drivers for hp 
 scanjet 8290 on a win98 Computer and had the errors below. My PC has 
 12GD HDD, 64M RAM, and runs on win98.
 Can someone help me out on this error message. Thanks
 *//*

No. The software your scanner manufacturer gave you is buggy, people 
here are discussing SANE which replaces that software. You can look if 
your scanner is supported by sane and then try that instead - but we 
can't help with that problem.

johannes



[sane-devel] (no subject)

2004-08-31 Thread nadia muzaffar
hi

if primax-colorado 600p has got ne support for scanning in redhat linux.  
plz reply.

_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail




[sane-devel] (no subject)

2004-08-31 Thread gerard klaver
On Tue, 2004-08-31 at 09:08, nadia muzaffar wrote:
 hi
 
 if primax-colorado 600p has got ne support for scanning in redhat linux.  
 plz reply.
 


Some info you can find on this page: 

http://primax.sourceforge.net/index.html

maybe converting the .deb package to a .rpm will do the job.


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




[sane-devel] (no subject)

2004-07-08 Thread Ioan-Cosmin Pop
  Sorry Ronald, but I was out of town for some time.
I'm trying to get a free domain for my dial-up, to be
able to acces my computer from anywhere. I don't have
a permanent internet connection :( and that's where
all my relevant/contact info is stored. I apologize
for the delay.
  I want to send a message to Tom Wang from Mustek to
give you the sources for the driver. I will send him a
message explaining the reasons. I will put you in CC:.
I guess it would be a good idea if you'd send him a
message in reply. I will send the message in about 4
hours as I have to get home to see what address was I
using. It's not PGP, but I guess the man already
forgot me :)

Cosmin





___ALL-NEW Yahoo! 
Messenger - so many all-new ways to express yourself 
http://uk.messenger.yahoo.com



[sane-devel] (no subject)

2004-07-07 Thread Ronald Humphries
Hello Cosmin,

in June I wrote this message, since this time I was not hearing anything
from you. Do you had seen my message?
I´m very interested in working together, please seen me a short notice.

Many thanks

Ronald



Hello Cosmin,

It's the complete driver. Anything needed to acces the
scanner is there.
That´s good, that will make it not so difficult. So normally, we
will find all parts what we will need in the sources.
Do you got also some documentation from Mustek?

Yes, I need help, somebody to talk to. I thought I can
do it all alone, but I can't. I would really like you
ground. What do you think?

Yes, I will need all informations. Then we will talk about the same
things. Do you think it will be possible to get the same as you have?
Can you ask them? 

 Normally I have some time in the evening for
 programming, not much,
 because I´m alone with my 4 year old kid.
Send him all the best from me :)
Many thanks. 

Do you have a step list for what has to be done, to get this into sane
working? But I think first of all, we must get the check-usb-chip
program working correctly for the scanner.

Ronald
-- 
Ronald Humphries ro...@gmx.de




[sane-devel] (no subject)

2003-12-09 Thread SVik
Hello,

I've found that current version of SANE dosn't support Colorado 2600u scanner. 
And my question is is it possible to implement backend for it? 

Regards,
SVik



[sane-devel] (no subject)

2003-12-09 Thread gerard klaver
On Tue, 2003-12-09 at 08:15, ?=CFik=F4oi8-r?Q? wrote:
 Hello,
=20
 I've found that current version of SANE dosn't support Colorado 2600u s=
canner. And my question is is it possible to implement backend for it?=20
=20
 Regards,
 SVik

For status scanner see (if not already found):
http://www.sane-project.org/unsupported/visioneer-onetouch4400.html

If you have more info on scanner than on this page you can help by using
the form for adding more data.
sane 1.0.13  command sane-find-scanner -v -v (as root) for checking
chipset
or lsusb -v (as root) for other info.

Seems no one at the moment is directly writing a backend for this
scanner, so if you want a backend you have to do it by yourself.

On the other links on this page you can see that other people are busy
with the same sort of backend so your not alone.

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




[sane-devel] (No Subject)

2003-09-25 Thread Barton Bosch
I am using  a new Planet CCRMA installation of Red Hat 
8.0 and I am trying to get my scanner up and running, but sane is not 
recognizing it.   I've never had the all of the bugs ironed out of this set up, 
but on a 
prior installation of a vanilla distribution of Red Hat 8.0 I did have this 
scanner installed, recognized by sane, and managed to scan one document, so I 
know that it is possible for this hardware to function under Linux.  

System details are:  UMAX Vista-S6E scsi scanner, 
TMC-36C70 Future Domain scsi controller (both of which
 are supported under linux/sane),  Red Hat 8.0 with the 2.4.18-14 kernel, sane 
1.0.8-5 backends and
 1.0.8-4 frontends.  

After trying to fire up xsane from the start menu, I 
got the user agreement, then xsane started searching for scanners but returned 
an error message of:   no devices available.

I started reading the man pages, the scanner howto and 
the sane web site and came up with a  couple of leads to follow.  

In trying to track down the location of the scsi 
device I looked in dmesg and found:

SCSI subsystem driver Revision: 1.00
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
  Vendor: ATAPI Model: CD-RW 48X24   Rev: C.FZ
  Type:   CD-ROM ANSI SCSI revision: 02
PCI: Found IRQ 9 for device 00:10.0
PCI: Sharing IRQ 9 with 00:07.2
scsi1: fdomain No BIOS; using scsi id 7
scsi1: fdomain TMC-36C70 (PCI bus) chip at 0x1030 irq 9

scsi1 : Future Domain 16-bit SCSI Driver Version 5.50
  Vendor: UMAX  Model: Vista-S6E Rev: V1.6
  Type:   ScannerANSI SCSI revision: 02
scsi : 1 host left.
parport0: PC-style at 0x378 [PCSPP,TRISTATE,EPP]
PCI: Found IRQ 9 for device 00:10.0
PCI: Sharing IRQ 9 with 00:07.2
scsi1: fdomain No BIOS; using scsi id 7
scsi1: fdomain TMC-36C70 (PCI bus) chip at 0x1030 irq 9
scsi1 : Future Domain 16-bit SCSI Driver Version 5.50
  Vendor: UMAX  Model: Vista-S6E Rev: V1.6
  Type:   ScannerANSI SCSI revision: 02
scsi : 1 host left.
ohci1394: pci_module_init failed
ip_tables: (C) 2000-2002 Netfilter core team
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.12

None of this is crystal clear to me, but two lines stick out.  The first is the 
parport0:  PC-style at 0x378 [PCSPP,TIRSTATE,EPP].  It's a scsi scanner, not 
a parallel port scanner, so why the parport line?  Second is the, ohci1394:  
pci_module_init failed, line.  I don't know if this is important or not, but 
might there be a necessary module that is not initializing?

Checking further, I found that /dev/scanner was a link to /dev/sgb, and 
/dev/sgb was a link to /sg1 (not /dev/sg1).  I tried changing /dev/sgb into a 
symlink to /dev/sg1, but xsane still pops up a dialog box with xsane:  no 
devices available.

All the other /dev/sg* files had permissions of 660 but my original /dev/sg1 
had permissions of 600, which I changed to 660.  

Running sane-find scanner -v doesn't find any scanners either.  The scsi 
portion of its output is as follows:

sane-find-scanner: searching for SCSI scanners:
sane-find-scanner: checking /dev/scanner... failed to open (Invalid argument)
sane-find-scanner: checking /dev/sg0... failed to open (Invalid argument)
sane-find-scanner: checking /dev/sg1... failed to open (Invalid argument)
sane-find-scanner: checking /dev/sg2... failed to open (Invalid argument)
sane-find-scanner: checking /dev/sg3... failed to open (Invalid argument)

and so on through the rest of the /dev/sg* files.

So at this point I am pretty stumped as to how to get sane/xsane to recognize 
my scanner.  Does anybody have any solutions?  Any pointers to relevant 
documentationt that I might have missed?

Thanks,

Barton



Need a new email address that people can remember
Check out the new EudoraMail at
http://www.eudoramail.com



[sane-devel] (No Subject)

2003-09-25 Thread abel deuring
Barton Bosch schrieb:
 I am using  a new Planet CCRMA installation of Red Hat 
 8.0 and I am trying to get my scanner up and running, but sane is not 
 recognizing it.   I've never had the all of the bugs ironed out of this set 
 up, but on a 
 prior installation of a vanilla distribution of Red Hat 8.0 I did have this 
 scanner installed, recognized by sane, and managed to scan one document, so I 
 know that it is possible for this hardware to function under Linux.  

[...]

 scsi1 : Future Domain 16-bit SCSI Driver Version 5.50
   Vendor: UMAX  Model: Vista-S6E Rev: V1.6
   Type:   ScannerANSI SCSI revision: 02

the SCSI system detects the scanner.

 scsi : 1 host left.
 parport0: PC-style at 0x378 [PCSPP,TRISTATE,EPP]

this looks indeed a bit strange, but there are some ways to parallelize 
the init scripts; perhaps RH 8 uses such a technique.

 ohci1394: pci_module_init failed

That's related to Firewire stuff; it probably does affects ypur scanner 
problem.

 None of this is crystal clear to me, but two lines stick out.  The first is 
 the parport0:  PC-style at 0x378 [PCSPP,TIRSTATE,EPP]. 
  It's a scsi scanner, not a parallel port scanner, so why the parport line?

see above

 Second is the, ohci1394:  pci_module_init failed, line.  I don't know if 
 this is important or not, but might there be a necessary module that is not 
 initializing?

see above

 Checking further, I found that /dev/scanner was a link to /dev/sgb, and 
 /dev/sgb was  a link to /sg1 (not /dev/sg1).  I tried changing /dev/sgb into 
 a 
symlink to /dev/sg1, but xsane still pops up a dialog box with xsane: 
no devices available.

If /dev/sgb pointed to /sg1, that was indeed an error.

 
 All the other /dev/sg* files had permissions of 660 but my original /dev/sg1 
 had permissions of 600, which I changed to 660.  

Don't forget to look, which group is set for /dev/sg1. Generally, 
ordinary users don't belong to the group assigned to SG device files.

 
 Running sane-find scanner -v doesn't find any scanners either.  The scsi 
 portion of its output is as follows:
 
 sane-find-scanner: searching for SCSI scanners:
 sane-find-scanner: checking /dev/scanner... failed to open (Invalid argument)
 sane-find-scanner: checking /dev/sg0... failed to open (Invalid argument)
 sane-find-scanner: checking /dev/sg1... failed to open (Invalid argument)
 sane-find-scanner: checking /dev/sg2... failed to open (Invalid argument)
 sane-find-scanner: checking /dev/sg3... failed to open (Invalid argument)
 
 and so on through the rest of the /dev/sg* files.

A possible reason is that the sg module is not loaded. Try a modprobe sg

Abel





[sane-devel] (No Subject)

2003-09-25 Thread Barton Bosch
Thanks for the help, I did some more testing and hunting around but still no 
success.  I have some more info and questions below.

--

- Original Message -

DATE: Thu, 25 Sep 2003 22:58:40
From: abel deuring adeur...@gmx.net
To: barton_bo...@eudoramail.com
Cc: sane-devel@lists.alioth.debian.org

Barton Bosch schrieb:
 I am using  a new Planet CCRMA installation of Red Hat 
 8.0 and I am trying to get my scanner up and running, but sane is not 
 recognizing it.   I've never had the all of the bugs ironed out of this set 
 up, but on a 
 prior installation of a vanilla distribution of Red Hat 8.0 I did have this 
 scanner installed, recognized by sane, and managed to scan one document, so 
 I know that it is possible for this hardware to function under Linux.  

[...]

 scsi1 : Future Domain 16-bit SCSI Driver Version 5.50
   Vendor: UMAX  Model: Vista-S6E Rev: V1.6
   Type:   ScannerANSI SCSI revision: 02

the SCSI system detects the scanner.


snip 

 ohci1394: pci_module_init failed

That's related to Firewire stuff; it probably does affects ypur scanner 
problem.

I'm sorry, could you clarify your meaning here?  1394 is the tip off that it is 
firewire related, but are you saying that this module failure does or does not 
affect my scanner situation?  I was assuming that it would not but was puzzled 
that it popped up at all, seeing as how there is no firewire port on my 
computer.

 Checking further, I found that /dev/scanner was a link to /dev/sgb, and 
 /dev/sgb was  a link to /sg1 (not /dev/sg1).  I tried changing /dev/sgb into 
 a 
symlink to /dev/sg1, but xsane still pops up a dialog box with xsane: 
no devices available.

If /dev/sgb pointed to /sg1, that was indeed an error.

 
 All the other /dev/sg* files had permissions of 660 but my original /dev/sg1 
 had permissions of 600, which I changed to 660.  

Don't forget to look, which group is set for /dev/sg1. Generally, 
ordinary users don't belong to the group assigned to SG device files.

The permission was barton (my user account name) and root (as the group owner). 
 All of the other /sg* files had permissions of root(for user) and disk (as 
group).  The barton account is not a member of the root group.  Would this 
cause the scanner to not be found by xsane?  I'll test this tomorrow.

snip

A possible reason is that the sg module is not loaded. Try a modprobe sg

Ok, I'll give that a shot tomorrow as well.

Here are the new questions and the additional background info.

This is a scanner that I bought at a thrift store, so I do not know what kind 
of shape it is in.  I did manage to scan one document on my previous Red Hat 
installation right after I got the scanner.  As I remember, without using a 
terminator, and with the scsi id switch set to 7, I plugged it into the SCSI 
card and booted the system -- the scsi host adapter card recognized 7 instances 
of the scanner, and I configured them all in Kudzu, the Red Hat 
autoconfiguration lizard.  

I opened xsane from the start menu and the scanner was recognized without a 
problem.  I scanned a handwritten document as a test, and it was far too light, 
basically illegible.  I have never done any scanning before and it was my first 
time using xsane, so I started experimenting with the settings, etc., and tried 
to do another scan, but xsane crashed on me, or otherwise crapped out.  When I 
tried to restart it, the scanner was no longer recognized by xsane. 

BTW, today I tested it with the scsi id settings of 1 and 7, and used what I 
hope is a terminator, but it is unlableled and is also a used thrift store 
find, and may be some sort of other male D 25 connector scsi terminator 
look-alike piece of hardware for all I know.  I don't have any way of testing 
it other than on this scanner...  I did test the set up without the terminator 
in question, but that didn't work either.

At the time I assumed that I had tweaked the settings in some way and messed 
things up.  I started in to reading the sane web site docs more thoroughly, and 
saw that there was a long section on setting up and configuring the software.  
Not having the time to sit down and spend a day or two putting my scanner on a 
firm foundation and knowing that it basically worked, I put it aside until 
now... 

Two possibilities occur to me:  1) Is it possible that I did something while 
experimenting with the various settings in xsane that damaged the scanner 
somehow so that it is no longer recognized?  E.g., tripped something in the 
firmware or did something else that is causing the problem?;  and, 2)  Maybe 
the thing just broke... I got it home from the store and it had one or two 
scans left in it and then some circuit just died.

This afternoon I tried to get it up and running under Windows 98, and with 
various hassles finding driver files on the net and getting it configured under 
W98 --which I eventually managed to do.  But I find the same situation with a 

iscan compile problems on Mandrake 9.1 (was Re: [sane-devel] (no subject))

2003-08-27 Thread Olaf Meeuwissen
On Sat, Aug 23, 2003 at 03:17:45PM +0200, Florian Reichert wrote:
 On Wed, 20 Aug 2003 13:26:22 +0900, Olaf Meeuwissen o...@epkowa.co.jp 
 wrote:
 
 On Tue, Aug 19, 2003 at 02:23:10PM +0200, flori...@gmx.net wrote:
 
 make[1]: Entering directory `/root/iscan-1.5.2/frontend'
 
 Gack!!  Am I right in thinking that you build your sources are root in 
 root's home directory?  You're better of building as a normal user and
 only switch to root for the installation.
 
 No You are wrong :) The tarball is in root's home directory, but the 
 compiling is done by a normal user, because my /home was damaged in that 
 moment. I kno wthat is not verry well done, but I think on a single user 
 maschine 

Even on a single user machine, I prefer not to shoot myself in the foot 
:-)
-- 
Olaf MeeuwissenEPSON KOWA Corporation, ECS
GnuPG key: 6BE37D90/AB6B 0D1F 99E7 1BF5 EB97  976A 16C7 F27D 6BE3 7D90
Penguin's lib!   -- I hack, therefore I am --   LPIC-2


iscan compile problems on Mandrake 9.1 (was Re: [sane-devel] (no subject))

2003-08-23 Thread Florian Reichert
On Wed, 20 Aug 2003 13:26:22 +0900, Olaf Meeuwissen o...@epkowa.co.jp 
wrote:

 On Tue, Aug 19, 2003 at 02:23:10PM +0200, flori...@gmx.net wrote:
 Hello!

 I have problems compiling iscan 1.5.2!

 What sources did you download?

 What am I missing?

 My system is mandrake 9.1 sane is compiled (Version 1.0.12).

 You'll need the gcc-3.x experimental sources.  Either the tarball or the 
 SRPM.

You are right, I got the wron tarball! I will try the other one tese days.

 Thanks Florian!

 make[1]: Entering directory `/root/iscan-1.5.2/frontend'

 Gack!!  Am I right in thinking that you build your sources are root in 
 root's home directory?  You're better of building as a normal user and
 only switch to root for the installation.

No You are wrong :) The tarball is in root's home directory, but the 
compiling is done by a normal user, because my /home was damaged in that 
moment. I kno wthat is not verry well done, but I think on a single user 
maschine 

Regard Florian


-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/


iscan compile problems on Mandrake 9.1 (was Re: [sane-devel] (no subject))

2003-08-22 Thread Olaf Meeuwissen
On Wed, Aug 20, 2003 at 01:26:22PM +0900, Olaf Meeuwissen wrote:
 On Tue, Aug 19, 2003 at 02:23:10PM +0200, flori...@gmx.net wrote:
  Hello!
  
  I have problems compiling iscan 1.5.2!
 
 What sources did you download?
 
  What am I missing?
  
  My system is mandrake 9.1 sane is compiled (Version 1.0.12).
 
 You'll need the gcc-3.x experimental sources.  Either the tarball or the 
 SRPM.

I've just tried compiling iscan from the iscan-1.5.2-1.redhat.8.0.tar.gz 
tar-ball on a mostly default Mandrake-9.1 system.  Only had to chase 
down a missing development package (libimlib1-devel), but had no trouble 
otherwise in getting it compiled.

-- 
Olaf MeeuwissenEPSON KOWA Corporation, ECS
GnuPG key: 6BE37D90/AB6B 0D1F 99E7 1BF5 EB97  976A 16C7 F27D 6BE3 7D90
Penguin's lib!   -- I hack, therefore I am --   LPIC-2


iscan compile problems on Mandrake 9.1 (was Re: [sane-devel] (no subject))

2003-08-20 Thread Olaf Meeuwissen
On Tue, Aug 19, 2003 at 02:23:10PM +0200, flori...@gmx.net wrote:
 Hello!
 
 I have problems compiling iscan 1.5.2!

What sources did you download?

 What am I missing?
 
 My system is mandrake 9.1 sane is compiled (Version 1.0.12).

You'll need the gcc-3.x experimental sources.  Either the tarball or the 
SRPM.

 Thanks Florian!
 
 make[1]: Entering directory `/root/iscan-1.5.2/frontend'

Gack!!  Am I right in thinking that you build your sources are root in 
root's home directory?  You're better of building as a normal user and
only switch to root for the installation.

The rest of the log shows messages that are indicative of trying to 
build iscan from the gcc-2.9x sources on a system that uses gcc-3.x
for its default compiler.

HTH,
-- 
Olaf MeeuwissenEPSON KOWA Corporation, ECS
GnuPG key: 6BE37D90/AB6B 0D1F 99E7 1BF5 EB97  976A 16C7 F27D 6BE3 7D90
Penguin's lib!   -- I hack, therefore I am --   LPIC-2


[sane-devel] (no subject)

2003-08-19 Thread flori...@gmx.net
Hello!

I have problems compiling iscan 1.5.2!

What am I missing?

My system is mandrake 9.1 sane is compiled (Version 1.0.12).

Thanks Florian!

make[1]: Entering directory `/root/iscan-1.5.2/frontend'
../libtool --mode=link g++ -g -O2 -L/usr/X11R6/lib -rdynamic -o iscan
file-selector.o pisa_aleart_dialog.o pisa_change_unit.o pisa_configuration.o
pisa_error.o pisa_esmod_tool.o pisa_gamma_correction.o pisa_gimp.o
pisa_image_controls.o pisa_img_converter.o pisa_main.o pisa_marquee.o 
pisa_main_window.o
pisa_preference.o pisa_preview_window.o pisa_print_window.o
pisa_progress_window.o pisa_sane.o pisa_sane_scan.o pisa_scan_manager.o 
pisa_save_file.o
pisa_scan_selector.o pisa_scan_tool.o pisa_settings.o pisa_tool.o 
pisa_view_manager.o
xpm_data.o ../sanei/libsanei.a \
 ../backend/libsane.la ../lib/liblib.a  -lgtk -lgdk -lgmodule -lglib -ldl
-lXi -lXext -lX11 -lm ../esmodule/libesmod.so \
  -ldl -lnsl -lintl -lm   -lgdk_imlib
g++ -g -O2 -rdynamic -o .libs/iscan file-selector.o pisa_aleart_dialog.o
pisa_change_unit.o pisa_configuration.o pisa_error.o pisa_esmod_tool.o
pisa_gamma_correction.o pisa_gimp.o pisa_image_controls.o pisa_img_converter.o
pisa_main.o pisa_marquee.o pisa_main_window.o pisa_preference.o
pisa_preview_window.o pisa_print_window.o pisa_progress_window.o pisa_sane.o 
pisa_sane_scan.o
pisa_scan_manager.o pisa_save_file.o pisa_scan_selector.o pisa_scan_tool.o
pisa_settings.o pisa_tool.o pisa_view_manager.o xpm_data.o 
../esmodule/libesmod.so
 -L/usr/X11R6/lib ../sanei/libsanei.a ../backend/.libs/libsane.so
../lib/liblib.a /usr/lib/libgtk.so /usr/lib/libgdk.so -lXi -lX11 -lnsl
/usr/lib/libintl.so -lc -lm /usr/lib/libgdk_imlib.so /usr/lib/libgmodule.so
/usr/lib/libglib.so -ldl -lSM -lICE -lXext -Wl,--rpath -Wl,/usr/local/lib
pisa_esmod_tool.o(.text+0x12): In function
`preview_unsharp_mask(tagIMAGE_SETTING*, tagFILTER_SETTING*, tagUSM_INFO*, 
tagIMAGE_INFO*, tagIMAGE_INFO*)':
/root/iscan-1.5.2/frontend/pisa_esmod_tool.cc:45: undefined reference to
`Focus::operator
new(unsigned)'
pisa_esmod_tool.o(.text+0x21):/root/iscan-1.5.2/frontend/pisa_esmod_tool.cc:45: 
undefined reference to `Focus::Focus[in-charge](tagIMAGE_SETTING*,
tagFILTER_SETTING*, unsigned
char)'
pisa_esmod_tool.o(.text+0x31):/root/iscan-1.5.2/frontend/pisa_esmod_tool.cc:50: 
undefined reference to
`Focus::ReviseUSM(tagUSM_INFO*)'
pisa_esmod_tool.o(.text+0x58):/root/iscan-1.5.2/frontend/pisa_esmod_tool.cc:74: 
undefined reference to `Focus::~Focus
[in-charge]()'
pisa_esmod_tool.o(.text+0x60):/root/iscan-1.5.2/frontend/pisa_esmod_tool.cc:74: 
undefined reference to `Focus::operator
delete(void*)'
pisa_esmod_tool.o(.text+0x7b):/root/iscan-1.5.2/frontend/pisa_esmod_tool.cc:59: 
undefined reference to `Focus::FocusFilter(tagIMAGE_INFO*,
tagIMAGE_INFO*)'
pisa_esmod_tool.o(.text+0x96):/root/iscan-1.5.2/frontend/pisa_esmod_tool.cc:73: 
undefined reference to `Focus::~Focus
[in-charge]()'
pisa_esmod_tool.o(.text+0x9e):/root/iscan-1.5.2/frontend/pisa_esmod_tool.cc:73: 
undefined reference to `Focus::operator
delete(void*)'
pisa_esmod_tool.o(.text+0xb7):/root/iscan-1.5.2/frontend/pisa_esmod_tool.cc:67: 
undefined reference to `Focus::~Focus
[in-charge]()'
pisa_esmod_tool.o(.text+0xbf):/root/iscan-1.5.2/frontend/pisa_esmod_tool.cc:67: 
undefined reference to `Focus::operator
delete(void*)'
pisa_esmod_tool.o(.text+0xd5):/root/iscan-1.5.2/frontend/pisa_esmod_tool.cc:67: 
undefined reference to `Focus::operator delete(void*)'
pisa_preview_window.o(.text+0x11ed): In function
`preview_window::change_max_disp_area(long, long)':
/root/iscan-1.5.2/frontend/pisa_preview_window.cc:775: undefined reference
to `Resize::Resize[in-charge](tagIMAGE_SETTING*, unsigned
char)'
pisa_preview_window.o(.text+0x1201):/root/iscan-1.5.2/frontend/pisa_preview_window.cc:777:
 undefined reference to `Resize::Zoom(tagIMAGE_INFO*,
tagIMAGE_INFO*)'
pisa_preview_window.o(.text+0x1216):/root/iscan-1.5.2/frontend/pisa_preview_window.cc:777:
 undefined reference to `Resize::~Resize
[in-charge]()'
pisa_preview_window.o(.text+0x125b):/root/iscan-1.5.2/frontend/pisa_preview_window.cc:779:
 undefined reference to `Resize::~Resize [in-charge]()'
pisa_scan_manager.o(.text+0x696): In function
`scan_manager::init_moire(moire_img_info*, _scan_parameter*)':
/root/iscan-1.5.2/frontend/pisa_scan_manager.cc:309: undefined reference to
`get_moire_in_resolution(bool, long)'
pisa_scan_manager.o(.text+0x7e4): In function
`scan_manager::init_sharp(sharp_img_info*, _scan_parameter*)':
/root/iscan-1.5.2/frontend/pisa_scan_manager.cc:390: undefined reference to
`set_usm_params(long, bool, bool, unsigned long*, unsigned long*, unsigned
long*)'
pisa_scan_manager.o(.text+0xb37): In function
`scan_manager::create_img_cls()':
/root/iscan-1.5.2/frontend/pisa_scan_manager.cc:620: undefined reference to
`Resize::operator
new(unsigned)'
pisa_scan_manager.o(.text+0xb49):/root/iscan-1.5.2/frontend/pisa_scan_manager.cc:620:
 undefined reference to
`Resize::Resize[in-charge](tagIMAGE_SETTING*, unsigned
char)'

[sane-devel] (no subject)

2003-03-30 Thread Matt
theill...@yahoo.com

=
Supa Filla!

__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com


[sane-devel] (no subject)

2002-12-28 Thread Oliver Schwartz
Hi,

 I forgot to say that firmware (u222v067.bin) path is pointed  in 
 snapscan.conf.

You're using the wrong firmware file. For your model (0x04a5, 0x20b0) you
should use u176v042.bin (the last three digits may differ depending on the
version of your driver CD).

-Oliver

-- 
+++ GMX - Mail, Messaging  more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!



[sane-devel] (no subject)

2002-12-10 Thread thierry.babar
i own an hp-scanner in france

The model is hp scanjet 3570C  (the user manual tell me that this is 
the 3500 type)
I've installed the new backend's drivers (1.0.9) and 
here is the sane-find-scanner result :

   # No SCSI scanners found. If you expected something different, make 
sure that
   # you have loaded a SCSI driver for your SCSI adapter.
   # Also you need support for SCSI Generic (sg) in your operating 
system.
   # If using Linux, try modprobe sg.

found USB scanner (vendor=0x03f0, product=0x2005) at /dev/usb/scanner0
   # Your USB scanner was detected. It may or may not be supported by
   # SANE. Try scanimage -L and read the backend's manpage.

   # Scanners connected to the parallel port or other proprietary ports 
can't be
   # detected by this program.

i'm very interested to run this scanner and also to work a driver with 
other's
but i'm a newby !




[sane-devel] (no subject)

2002-07-19 Thread luk
This is a multi-part message in MIME format.

--=_NextPart_000_0007_01C22EF8.61883A00
Content-Type: text/plain;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

unsubscribe sane-devel

--=_NextPart_000_0007_01C22EF8.61883A00
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.2716.2200 name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY style=3DCOLOR: #00; FONT-FAMILY:  bgColor=3D#ff
DIVFONT face=3DArial size=3D2unsubscribe =
sane-devel/FONT/DIV/BODY/HTML

--=_NextPart_000_0007_01C22EF8.61883A00--



[sane-devel] (no subject)

2002-06-19 Thread noriyoshi_sas...@epkowa.co.jp


[sane-devel] (no subject)

2002-05-03 Thread V K
Ok, herewith I join the long list of people having this trouble.

Scanner: HP Scanjet 4P, SCSI
card: Buslogic BT-54xC  (ISA)
SuSE Linux 7.3 i386
sane 1.0.5 from the distribution
host CPU: P-III 450

 uname -a
Linux ruru 2.4.16-4GB #1 Mon Apr 15 08:57:26 GMT 2002 i686 unknown

 cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 03 Lun: 00
  Vendor: HP   Model: C1130A   Rev: 3540
  Type:   ProcessorANSI SCSI revision: 02

 cdrecord -scanbus
Cdrecord 1.10a04 (i486-pc-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling
Linux sg driver version: 3.1.20
Using libscg version 'schily-0.4'
scsibus0:
0,0,0 0) *
0,1,0 1) *
0,2,0 2) *
0,3,0 3) 'HP  ' 'C1130A  ' '3540' Processor
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *

 cat /etc/sane.d/hp.conf
scsi HP
/dev/sg0
option connect-scsi
option disable-scsi-request  # this make no difference

 cat /etc/sane.d/dll.conf
hp

 sane-find-scanner 
...
sane-find-scanner: found processor HP C1130A 3540 at device /dev/sg0

 scanimage -d hp:/dev/sg0
scanimage: open of device hp:/dev/sg0 failed: Error during device I/O

With the card's bios (ctrl-B during boot) I set fast transfers = no,
negotiate synchronous = no, negotiate disconnect = no. No
difference.

I then compiled sane-1.0.7 backend, but no difference. The following
output is from 1.0.7. If anyone has any ideas I'd really appreciate
them... thanks.


 env SANE_DEBUG_HP=255 /tmp/sane/bin/scanimage -d hp:/dev/sg0
[sanei_debug] Setting debug level of hp to 255.
[hp] sane_init called
[hp] sane_init will finish with Success
[hp] sane_open called
[hp] hp_read_config: hp backend v0.95 starts reading config file
[hp] hp_read_config: processing line scsi HP
[hp] hp_read_config: processing line /dev/sg0
[hp] hp_read_config: attach scsi HP
[hp] hp_get_dev: New device /dev/sg0, connect-scsi, scsi-request=1
[hp] sanei_hp_device_new: /dev/sg0
[hp] scsi_inquire: sending INQUIRE
[hp] scsi_new: sending TEST_UNIT_READY
[hp] scsi_flush: writing 2 bytes:
[hp]  0x  1B 45.E
[hp] scsi_flush: writing 7 bytes:
[hp]  0x  1B 2A 73 32 35 37 45 .*s257E
[hp] scl_inq: read failed (Error during device I/O)
[hp] scl_errcheck: Can't read SCL error stack: Error during device I/O
[hp] sanei_hp_device_new: SCL reset failed
[hp] scsi_close: closing fd 5
[hp] hp_read_config: processing line option connect-scsi
[hp] hp_read_config: processing line #option connect-device
[hp] hp_read_config: processing line option disable-scsi-request
[hp] hp_read_config: attach /dev/sg0
[hp] hp_get_dev: New device /dev/sg0, connect-scsi, scsi-request=0
[hp] sanei_hp_device_new: /dev/sg0
[hp] scsi_inquire: sending INQUIRE
[hp] scsi_new: sending TEST_UNIT_READY
[hp] scsi_flush: writing 2 bytes:
[hp]  0x  1B 45.E
[hp] scsi_flush: writing 7 bytes:
[hp]  0x  1B 2A 73 32 35 37 45 .*s257E
[hp] scl_inq: read failed (Error during device I/O)
[hp] scl_errcheck: Can't read SCL error stack: Error during device I/O
[hp] sanei_hp_device_new: SCL reset failed
[hp] scsi_close: closing fd 4
[hp] hp_get_dev: New device /dev/sg0, connect-scsi, scsi-request=0
[hp] sanei_hp_device_new: /dev/sg0
[hp] scsi_inquire: sending INQUIRE
[hp] scsi_new: sending TEST_UNIT_READY
[hp] scsi_flush: writing 2 bytes:
[hp]  0x  1B 45.E
[hp] scsi_flush: writing 7 bytes:
[hp]  0x  1B 2A 73 32 35 37 45 .*s257E
[hp] scl_inq: read failed (Error during device I/O)
[hp] scl_errcheck: Can't read SCL error stack: Error during device I/O
[hp] sanei_hp_device_new: SCL reset failed
[hp] scsi_close: closing fd 3
scanimage: open of device hp:/dev/sg0 failed: Error during device I/O
[hp] sane_exit called
[hp] sane_exit will finish


 env SANE_DEBUG_SANEI_SCSI=1 /tmp/sane/bin/scanimage -d hp:/dev/sg0
[sanei_debug] Setting debug level of sanei_scsi to 1.
[sanei_scsi] lx_chk_devicename: matched device(direct): /dev/sg0
[sanei_debug] Setting debug level of sanei_scsi to 1.
[sanei_debug] Setting debug level of sanei_scsi to 1.
[sanei_debug] Setting debug level of sanei_scsi to 1.
[sanei_scsi] lx_chk_devicename: matched device(direct): /dev/sg0
[sanei_scsi] sanei_scsi_open: SG driver version: 30120
[sanei_scsi] sanei_scsi_open_extended: using 131072 bytes as SCSI buffer
[sanei_scsi] trying to enable low level command queueing
[sanei_scsi] sanei_scsi_open: Host adapter queue depth: 2
[sanei_scsi] sanei_scsi_open: SG driver can change buffer size at run time
[sanei_scsi] sanei_scsi_open: low level command queueing enabled
[sanei_scsi] sanei_scsi_open: using new SG header structure
[sanei_scsi] sanei_scsi_req_wait: SCSI command complained: Success
[sanei_debug] Setting debug level of sanei_scsi to 1.
[sanei_scsi] sanei_scsi_open: SG driver version: 

[sane-devel] (no subject)

2002-05-03 Thread abel deuring
V K wrote:
 
 Ok, herewith I join the long list of people having this trouble.
 
 Scanner: HP Scanjet 4P, SCSI
 card: Buslogic BT-54xC  (ISA)
 SuSE Linux 7.3 i386
 sane 1.0.5 from the distribution
 host CPU: P-III 450
 
  uname -a
 Linux ruru 2.4.16-4GB #1 Mon Apr 15 08:57:26 GMT 2002 i686 unknown
 
  cat /proc/scsi/scsi
 Attached devices:
 Host: scsi0 Channel: 00 Id: 03 Lun: 00
   Vendor: HP   Model: C1130A   Rev: 3540
   Type:   ProcessorANSI SCSI revision: 02
 

[...]

 [sanei_scsi] sanei_scsi_req_wait: read 64 bytes
 [sanei_scsi] sanei_scsi_req_wait: SCSI command complained: Success
 [sanei_scsi] sense buffer: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 [sanei_scsi] target status: 00 host status: 0007 driver status: 0027
 scanimage: open of device hp:/dev/sg0 failed: Error during device I/O

Volker,

that's a bug of the Buslogic driver. The author of the driver knows
about the problem but he seems to be really short of time...

Abel


[sane-devel] (no subject)

2002-03-24 Thread Frank Martin Petrat
This is a multi-part message in MIME format.

--=_NextPart_000_003F_01C1D37B.31921560
Content-Type: text/plain;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

unsubscribe

--=_NextPart_000_003F_01C1D37B.31921560
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 5.50.4134.600 name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVunsubscribe/DIV/BODY/HTML

--=_NextPart_000_003F_01C1D37B.31921560--



[sane-devel] (no subject)

2002-02-25 Thread Scot
This is a multi-part message in MIME format.

--=_NextPart_000_0068_01C1BDE5.3B7B6EB0
Content-Type: text/plain;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

unsubscribe

--=_NextPart_000_0068_01C1BDE5.3B7B6EB0
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.2713.1100 name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT face=3DArial size=3D2unsubscribe/FONT/DIV/BODY/HTML

--=_NextPart_000_0068_01C1BDE5.3B7B6EB0--



[sane-devel] (no subject)

2001-11-22 Thread suki
Hey

This is my first post to the list , but i wanted to enquire if you guys had any 
luck getting Canon (CanoScan D646U) working on linux.

suki



[sane-devel] (no subject)

2001-08-27 Thread Frank Martin Petrat
confirm 745429


[sane-devel] (no subject)

2001-07-28 Thread Richard
C/O  Henning Meier-Geinitz

Dear Sir 


There were 2 things wrong.
First mustek_pp was commented out in the dll.conf file.
Second item;the port on which it was looking for the scanner was wrong
It was not attached to lp0, but to lp1.

So the scanner works now. 
Many thanks for the precious help.
I am happy as a canari whistling folk songs !

My offer still stands .If you need translation or redaction help
ill be  glad to oblige and participate.
Sincerely your's.

Richard Hebert

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com