[sane-devel] HAL and scanners.

2008-03-19 Thread Étienne Bersac
Hi,

 i think the best you can do is to require that the backend accept
 alternate names for the scanner if it is going to use something other
 than the list you gave above.

Sorry, i didn't mean to impose one unique device name, but as you said,
simply require one common naming for supporting HAL rather than imposing
UDI everywhere in SANE. The idea of alternative naming is very good. I
vote for it.

Regards,
?tienne.




[sane-devel] Formulardaten

2008-03-19 Thread cgi-mai...@kundenserver.de


===
== Neuer Eintrag
===

  
---
-- Formular: 'adddev'
---

1. Your email address:
   'phillp66 at q.com'
2. Manufacturer (e.g. Mustek):
   'Microtek'
3. Model name (e.g. ScanExpress 1200UB):
   'FU66FG'
4. Bus type:
   'USB'
5. Vendor id (e.g. 0x001):
   ''
6. Product id (e.g. 0x0002):
   'S/N:S19F702651'
7. Chipset (e.g. lm9831):
   ''
8. Comments (e.g. similar to Mustek 1234):
   'Scanport3000'
9. Data (e.g. sane-find-scanner -v -v):
   'scanner'



[sane-devel] Formulardaten

2008-03-19 Thread cgi-mai...@kundenserver.de


===
== Neuer Eintrag
===

  
---
-- Formular: 'adddev'
---

1. Your email address:
   'phillp66 at q.com'
2. Manufacturer (e.g. Mustek):
   'Micro Tek'
3. Model name (e.g. ScanExpress 1200UB):
   'Scanport 3000'
4. Bus type:
   'USB'
5. Vendor id (e.g. 0x001):
   'FU66FG'
6. Product id (e.g. 0x0002):
   'S/n:S19F702651'
7. Chipset (e.g. lm9831):
   'E134780'
8. Comments (e.g. similar to Mustek 1234):
   'Product similar to ScanExpress'
9. Data (e.g. sane-find-scanner -v -v):
   'e.g find drivers, and installment instructions for Scanport3000 scanner'



[sane-devel] HAL and scanners.

2008-03-19 Thread Johannes Meixner

Hello,

a bit off-topic but related: Automated backend activation

On Mar 18 17:48 abel deuring wrote (shortened):
 ... But the HAL callout could also mess with dll.conf and
 enable those backends that fit to a newly detected scanner.

No HAL is needed for automated backend activation.
Only udev is needed for this.

Currently we (i.e. Suse) have a first implementation of it, see
https://bugzilla.novell.com/show_bug.cgi?id=347943
full automated USB scanner setup via udev


Some background information:

Actually it is udev which notices a new device first,
then HAL gets a new device event from udev.

If all what matters are device add/device remove events,
and run a program once for such events, udev is sufficient.

I think HAL is only needed because applications use HAL
and HAL can store information as long as the system runs.

Why do we (i.e. Suse) need automated backend activation at all?
Aren't most backends enabled by default in upstream dll.conf?
But we prefer to have only those backends enabled
which are actually used
- to avoid that more than one backend is enabled for the same
  device (e.g. epson, epson2 and epkowa or plustek and epkowa),
- it looks not nice when many backends run by default for each
  new scanner access and all do their scanner autodetection,
- for problematic models (which need firmware upload, where
  the support status is less than good, or which require
  a non-free 32-bit-only iscan/epkowa driver library)
  we like to guide the user via the YaST scanner config


 Though this might also be a bit dangerous: The callout should
 not touch any backends for devices that are for example
 accessible via ethernet.

Could you explain what you mean?

As far as I know a network scanner is not detected by udev/HAL
so that for a network scanner no callout should be run.


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



[sane-devel] HAL and scanners.

2008-03-19 Thread Étienne Bersac
Hi,

Very interesting, thanks goes to SUSE for working for long time on
scanner integration with udev and HAL.

The HAL callout goal would be simply to compute the SANE device name put
it to HAL device property scanner.sane.device_name . This does not need
any SANE call as long as all backends supports some well known naming
scheme along their own specific naming scheme.

Then, for scanner specific events (paper-in, adf-opened, mailto button
pushed, etc.), a HAL addon would fit, but then linking to SANE and
requiring 'scanner' privileges.

That's how it see it for now. Please comments.

Regards,
?tienne.




[sane-devel] HAL and scanners.

2008-03-19 Thread m. allan noah
On Wed, Mar 19, 2008 at 9:38 AM, ?tienne Bersac bersace03 at gmail.com wrote:
 Hi,

  Very interesting, thanks goes to SUSE for working for long time on
  scanner integration with udev and HAL.

  The HAL callout goal would be simply to compute the SANE device name put
  it to HAL device property scanner.sane.device_name . This does not need
  any SANE call as long as all backends supports some well known naming
  scheme along their own specific naming scheme.

  Then, for scanner specific events (paper-in, adf-opened, mailto button
  pushed, etc.), a HAL addon would fit, but then linking to SANE and
  requiring 'scanner' privileges.

  That's how it see it for now. Please comments.


so, just to be clear, are we suggesting:

1. a small callout, distributed with hal, which replicates the
sanei_{usb,scsi} device naming logic, and saves this device_name
string back into the hal data structure

2. a bigger callout, distributed with ??, which links to the dll
backend, and takes that device_name string, and does sane_open on it,
then does button monitoring, etc

3. modifying all existing sane backends to accept default device names

can hal run two callouts, one of which does not exit?

i have two small concerns about this plan: replication of naming code
makes that convention a de facto API, and what about external
backends?

other issues like odd-ball interface's device names and making sure
all backends can handle the default names are not that scary, since
there are few of those.

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



[sane-devel] Canon LiDE 90

2008-03-19 Thread Pierre Willenbrock
Hi Guillaume,

Pierre Willenbrock schrieb:
 Guillaume Gastebois schrieb:
 Pierre Willenbrock schrieb:
 But this seems to be basically working. Please send your changes leading
 to a usable scan, so i can integrate them.
 For now, my code is ugly. I only modified lide60 to lide90. But you can 
 find genesys_gl841.c and genesys_devices.c in 
 http://ggastebois.free.fr/lide90_snoop/sources
 
 Will merge that.
 

please check if the attached patch against current cvs gives basic 
scanning ability with the Canon LiDE 90.

Sorry for the delay.

Regards,
   Pierre
-- next part --
A non-text attachment was scrubbed...
Name: canon-lide-90.diff
Type: text/x-patch
Size: 7930 bytes
Desc: not available
Url : 
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20080319/9f3fa7bd/attachment.bin
 


[sane-devel] HAL and scanners.

2008-03-19 Thread Johannes Meixner

Hello,

On Mar 19 10:18 m. allan noah wrote (shortened):
 ... small concerns about this plan: replication of naming code
 makes that convention a de facto API, and what about external
 backends?

Isn't the worst case when the udev/HAL/whatever magic fails
that there is no nice just works experience for the user?

I.e. the user may only have to launch the appropriate application
manually or re-start it.

If I am right, such a convention is not actually an API
(fatal crash if something doesn't match to the API)
but just a nice-to-have convention for a nice-to-have
just works experience.


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



[sane-devel] HAL and scanners.

2008-03-19 Thread Étienne Bersac
Hi,

 1. a small callout, distributed with hal, which replicates the
 sanei_{usb,scsi} device naming logic, and saves this device_name
 string back into the hal data structure

 2. a bigger callout, distributed with ??, which links to the dll
 backend, and takes that device_name string, and does sane_open on it,
 then does button monitoring, etc
 
 3. modifying all existing sane backends to accept default device names

1. and 3.. 2. will be an addon (in HAL).

 i have two small concerns about this plan: replication of naming code
 makes that convention a de facto API
?
This convention is just need if you want to have your scanner usable for
HAL frontend. It is not mendatory. How could we avoid code replication ?

  and what about external backends?

External backends can have heir own callout or follow common policy.

Regards,
?tienne.





[sane-devel] saned -d6 OK saned fails [GishPuppy]

2008-03-19 Thread Geoff Lane
On 18 Mar 2008 at 10:27, m. allan noah wrote:

I have checked everything listed below and all looks fine.

Inetutils-inetd is shown (Via ps -Af) running as ROOT

What is puzzling me is the output of manually running saned with different 
values after 
the d flag, d5 and above and it works, less than d5 and it doesn't work.

Output as follows;

x
geoff at challenger:~$ saned -d1
[saned] main: [1] bind failed: Address already in use

geoff at challenger:~$ saned -d4
[saned] main: starting debug mode (level 4)
[saned] main: [1] bind failed: Address already in use
[saned] main: waiting for control connection

geoff at challenger:~$ saned -d5
[saned] main: starting debug mode (level 5)
[saned] main: trying to get port for service `sane-port' (getaddrinfo)
[saned] main: [0] socket () using IPv6
[saned] main: [0] setsockopt ()
[saned] main: [0] bind () to port 6566
[saned] main: [0] listen ()
[saned] main: [1] socket () using IPv4
[saned] main: [1] setsockopt ()
[saned] main: [1] bind () to port 6566
[saned] main: [1] bind failed: Address already in use
[saned] main: waiting for control connection

geoff at challenger:~$ 
x

Geoff Lane

 reading the config line from right to left:
 
 listen on port 'saned', run program '/usr/sbin/saned' as user and
 group 'saned', and hand it the tcp stream.
 
 so, check that you have saned listed in /etc/services, the binary
 saned in /usr/sbin, the user saned in /etc/passwd, and the group saned
 in /etc/group. that should get inetd to actually listen on the port,
 and start the saned binary when you connect.
 
 now, the scanner device files have their own permissions, which are
 managed by various hotplug/udev type scripts, depending on the
 OS/distro. the user saned must have permission to read/write to these
 files as well. If your OS uses a 'scanner' group, you will probably
 have to add 'saned' user to that group. If your system uses some other
 mechanism, we will try to figure it out.



[sane-devel] saned -d6 OK saned fails [GishPuppy]

2008-03-19 Thread m. allan noah
see all those 'Address already in use' statements? something is
already listening on the port, perhaps inetd?

allan

On Wed, Mar 19, 2008 at 10:53 AM, Geoff Lane bunsen at tesco.net wrote:
 On 18 Mar 2008 at 10:27, m. allan noah wrote:

  I have checked everything listed below and all looks fine.

  Inetutils-inetd is shown (Via ps -Af) running as ROOT

  What is puzzling me is the output of manually running saned with different 
 values after
  the d flag, d5 and above and it works, less than d5 and it doesn't work.

  Output as follows;

  x
  geoff at challenger:~$ saned -d1
  [saned] main: [1] bind failed: Address already in use

  geoff at challenger:~$ saned -d4
  [saned] main: starting debug mode (level 4)
  [saned] main: [1] bind failed: Address already in use
  [saned] main: waiting for control connection

  geoff at challenger:~$ saned -d5
  [saned] main: starting debug mode (level 5)
  [saned] main: trying to get port for service `sane-port' (getaddrinfo)
  [saned] main: [0] socket () using IPv6
  [saned] main: [0] setsockopt ()
  [saned] main: [0] bind () to port 6566
  [saned] main: [0] listen ()
  [saned] main: [1] socket () using IPv4
  [saned] main: [1] setsockopt ()
  [saned] main: [1] bind () to port 6566
  [saned] main: [1] bind failed: Address already in use
  [saned] main: waiting for control connection

  geoff at challenger:~$
  x

  Geoff Lane

   reading the config line from right to left:
  
   listen on port 'saned', run program '/usr/sbin/saned' as user and
   group 'saned', and hand it the tcp stream.
  
   so, check that you have saned listed in /etc/services, the binary
   saned in /usr/sbin, the user saned in /etc/passwd, and the group saned
   in /etc/group. that should get inetd to actually listen on the port,
   and start the saned binary when you connect.
  
   now, the scanner device files have their own permissions, which are
   managed by various hotplug/udev type scripts, depending on the
   OS/distro. the user saned must have permission to read/write to these
   files as well. If your OS uses a 'scanner' group, you will probably
   have to add 'saned' user to that group. If your system uses some other
   mechanism, we will try to figure it out.




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



[sane-devel] Canon LiDE 90

2008-03-19 Thread Volker Grabsch
On Wed, Mar 19, 2008 at 03:24:45PM +0100, Pierre Willenbrock wrote:
 +  ,
 +  /* CANONLIDE90 */
 +  {
 +/*
 +00 :
 +02 : image ?? la con et inverse video
 +0a : image ?? la con et inverse video et moteur ne stoppe pas ?? la fin du 
 scan
 +0e : ne reconnait plus la position home
 +10 : mieux toujours une ligne verticale ?? gauche et en inverse video
 +12 : comme 10
 +18 : comme 10
 +1a : comme 10
 +38 : image de tr??s bonne qualit?? mais ecras??e de 50% en largeur
 +3a : comme 38
 +3e : comme 0e
 +3c : le moteur essaye en vain de tourner
 +*/

Why are these comments written in french instead of english?


Greets,

Volker

-- 
Volker Grabsch
---(())---
Administrator
NotJustHosting GbR



[sane-devel] Canon LiDE 90

2008-03-19 Thread Pierre Willenbrock
Volker Grabsch schrieb:
 On Wed, Mar 19, 2008 at 03:24:45PM +0100, Pierre Willenbrock wrote:
 +  ,
 +  /* CANONLIDE90 */
 +  {
 +/*
 +00 :
 +02 : image ?? la con et inverse video
 +0a : image ?? la con et inverse video et moteur ne stoppe pas ?? la fin du 
 scan
 +0e : ne reconnait plus la position home
 +10 : mieux toujours une ligne verticale ?? gauche et en inverse video
 +12 : comme 10
 +18 : comme 10
 +1a : comme 10
 +38 : image de tr??s bonne qualit?? mais ecras??e de 50% en largeur
 +3a : comme 38
 +3e : comme 0e
 +3c : le moteur essaye en vain de tourner
 +*/
 
 Why are these comments written in french instead of english?
 

These are from his original sources. I couldn't match the other two to 
the right values. The translation for these is somewhere in the mail 
archive, but i was too lazy to dig them out. I don't speak french, so 
i'd be grateful if someone translates the other two instances. On the 
other hand, it is probably better to put this info into the page of this 
scanner:
http://www.sane-project.org/unsupported/canon-lide-90.html

 Greets,
 
 Volker

Regards,
   Pierre



[sane-devel] Canon LiDE 90

2008-03-19 Thread s...@tsleg.com
Hi,

It's just because they come from temporary code from a French person. As 
I'm french to, I'll translate for you ;)

(I'll not translate word by word, cause image ? la con means something 
like fucking picture)
 +02 : image ?? la con et inverse video
dirty inverted picture
 +0a : image ?? la con et inverse video et moteur ne stoppe pas ?? la fin du 
 scan
 
dirty inverted picture and engine doesn't stop at the end of the scan
 +0e : ne reconnait plus la position home
 
Can't go back home
 +10 : mieux toujours une ligne verticale ?? gauche et en inverse video
 
better with a vertical ligne at the left and inverted picture
 +12 : comme 10
 +18 : comme 10
 +1a : comme 10
 
like 10
 +38 : image de tr??s bonne qualit?? mais ecras??e de 50% en largeur
 
great picture but 50% stretch
 +3a : comme 38
 +3e : comme 0e
 
like 38, 0e
 +3c : le moteur essaye en vain de tourner
 
Engine tries to run

 Why are these comments written in french instead of english?


 Greets,

 Volker

   




[sane-devel] Canon LiDE 90

2008-03-19 Thread Ralf Haueisen
Hi.

I just downloaded the current version from the CVS, an applied the patches. But 
sane does not find the scanner.
sane-find-scanner is ok, but scanimage not. in /etc/sane.d/genesys.conf I have 
added the ID of the scanner.
I tried everything as root, so acces-rights should not be the reason.

Ralf

 -Urspr?ngliche Nachricht-
 Von: Pierre Willenbrock pierre at pirsoft.dnsalias.org
 Gesendet: 19.03.08 16:54:14
 An: Volker Grabsch vog at notjusthosting.com
 CC: sane-devel at lists.alioth.debian.org
 Betreff: Re: [sane-devel] Canon LiDE 90


 
 Volker Grabsch schrieb:
  On Wed, Mar 19, 2008 at 03:24:45PM +0100, Pierre Willenbrock wrote:
  +  ,
  +  /* CANONLIDE90 */
  +  {
  +/*
  +00 :
  +02 : image ?? la con et inverse video
  +0a : image ?? la con et inverse video et moteur ne stoppe pas ?? la fin 
  du scan
  +0e : ne reconnait plus la position home
  +10 : mieux toujours une ligne verticale ?? gauche et en inverse video
  +12 : comme 10
  +18 : comme 10
  +1a : comme 10
  +38 : image de tr??s bonne qualit?? mais ecras??e de 50% en largeur
  +3a : comme 38
  +3e : comme 0e
  +3c : le moteur essaye en vain de tourner
  +*/
  
  Why are these comments written in french instead of english?
  
 
 These are from his original sources. I couldn't match the other two to 
 the right values. The translation for these is somewhere in the mail 
 archive, but i was too lazy to dig them out. I don't speak french, so 
 i'd be grateful if someone translates the other two instances. On the 
 other hand, it is probably better to put this info into the page of this 
 scanner:
 http://www.sane-project.org/unsupported/canon-lide-90.html
 
  Greets,
  
  Volker
 
 Regards,
Pierre
 
 -- 
 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
 


_
In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten! 
Nur 3,99 EUR/Monat! http://www.maildomain.web.de/?mc=021114




[sane-devel] Canon LiDE 90

2008-03-19 Thread Ralf Haueisen
Pressing any button on the scanner helped

this is the output of scanimage:
[genesys_gl841] **
[genesys_gl841] **
[genesys_gl841]   
[genesys_gl841]   Extremely low Brightness detected.  
[genesys_gl841]   Check the scanning head is  
[genesys_gl841]   unlocked and moving.
[genesys_gl841]   
[genesys_gl841] **
[genesys_gl841] **
scanimage: sane_start: Document feeder jammed

Maybe this is a useful help for the test of the patches.

Ralf

 -Urspr?ngliche Nachricht-
 Von: Ralf Haueisen ralf.haueisen at web.de
 Gesendet: 19.03.08 17:21:02
 An: sane-devel at lists.alioth.debian.org
 Betreff: Re: [sane-devel] Canon LiDE 90


 
 Hi.
 
 I just downloaded the current version from the CVS, an applied the patches. 
 But sane does not find the scanner.
 sane-find-scanner is ok, but scanimage not. in /etc/sane.d/genesys.conf I 
 have added the ID of the scanner.
 I tried everything as root, so acces-rights should not be the reason.
 
 Ralf
 
  -Urspr?ngliche Nachricht-
  Von: Pierre Willenbrock pierre at pirsoft.dnsalias.org
  Gesendet: 19.03.08 16:54:14
  An: Volker Grabsch vog at notjusthosting.com
  CC: sane-devel at lists.alioth.debian.org
  Betreff: Re: [sane-devel] Canon LiDE 90
 
 
  
  Volker Grabsch schrieb:
   On Wed, Mar 19, 2008 at 03:24:45PM +0100, Pierre Willenbrock wrote:
   +  ,
   +  /* CANONLIDE90 */
   +  {
   +/*
   +00 :
   +02 : image ?? la con et inverse video
   +0a : image ?? la con et inverse video et moteur ne stoppe pas ?? la fin 
   du scan
   +0e : ne reconnait plus la position home
   +10 : mieux toujours une ligne verticale ?? gauche et en inverse video
   +12 : comme 10
   +18 : comme 10
   +1a : comme 10
   +38 : image de tr??s bonne qualit?? mais ecras??e de 50% en largeur
   +3a : comme 38
   +3e : comme 0e
   +3c : le moteur essaye en vain de tourner
   +*/
   
   Why are these comments written in french instead of english?
   
  
  These are from his original sources. I couldn't match the other two to 
  the right values. The translation for these is somewhere in the mail 
  archive, but i was too lazy to dig them out. I don't speak french, so 
  i'd be grateful if someone translates the other two instances. On the 
  other hand, it is probably better to put this info into the page of this 
  scanner:
  http://www.sane-project.org/unsupported/canon-lide-90.html
  
   Greets,
   
   Volker
  
  Regards,
 Pierre
  
  -- 
  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
  
 
 
 _
 In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten! 
 Nur 3,99 EUR/Monat! http://www.maildomain.web.de/?mc=021114
 
 
 -- 
 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
 


__
Bis 50 MB Dateianh?nge? Kein Problem!
http://freemail.web.de/club/landingpage.htm/?mc=025556




[sane-devel] Canon LiDE 90

2008-03-19 Thread Pierre Willenbrock
Ralf Haueisen schrieb:
 Hi.
 
 I just downloaded the current version from the CVS, an applied the patches. 
 But sane does not find the scanner.
 sane-find-scanner is ok, but scanimage not. in /etc/sane.d/genesys.conf I 
 have added the ID of the scanner.
 I tried everything as root, so acces-rights should not be the reason.
 
 Ralf
 

Does scanimage -L list the scanner? If not, i need to look deeper into 
the probing-code..

Regards,
   Pierre



[sane-devel] Canon LiDE 90

2008-03-19 Thread Ralf Haueisen
I tried again, an now not even pressing a button help.
What code do you need, and how can i get it?

 -Urspr?ngliche Nachricht-
 Von: Pierre Willenbrock pierre at pirsoft.dnsalias.org
 Gesendet: 19.03.08 17:53:48
 An: sane-devel at lists.alioth.debian.org
 Betreff: Re: [sane-devel] Canon LiDE 90


 
 Ralf Haueisen schrieb:
  Hi.
  
  I just downloaded the current version from the CVS, an applied the patches. 
  But sane does not find the scanner.
  sane-find-scanner is ok, but scanimage not. in /etc/sane.d/genesys.conf I 
  have added the ID of the scanner.
  I tried everything as root, so acces-rights should not be the reason.
  
  Ralf
  
 
 Does scanimage -L list the scanner? If not, i need to look deeper into 
 the probing-code..
 
 Regards,
Pierre
 
 -- 
 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
 


___
Jetzt neu! Sch?tzen Sie Ihren PC mit McAfee und WEB.DE. 30 Tage
kostenlos testen. http://www.pc-sicherheit.web.de/startseite/?mc=00




[sane-devel] Formulardaten

2008-03-19 Thread cgi-mai...@kundenserver.de


===
== Neuer Eintrag
===

  
---
-- Formular: 'adddev'
---

1. Your email address:
   'osgxrged at yahoo.com'
2. Manufacturer (e.g. Mustek):
   'None'
3. Model name (e.g. ScanExpress 1200UB):
   'apoomgfd'
4. Bus type:
   'USB'
5. Vendor id (e.g. 0x001):
   'None'
6. Product id (e.g. 0x0002):
   'None'
7. Chipset (e.g. lm9831):
   'None'
8. Comments (e.g. similar to Mustek 1234):
   '[url=http://care2.com/c2c/people/profile.html?pid=134424250]Jessica Biel 
nude[/url] a 
href=http://care2.com/c2c/people/profile.html?pid=134424250;Jessica Biel 
nude/a [url=http://groups.google.com/group/nlzx12/web/lil-kim]Lil Kim 
naked[/url] a href=http://groups.google.com/group/nlzx12/web/lil-kim;Lil Kim 
naked/a [url=http://answerbag.com/profile/?id=313239]Kim Kardashian sex 
tape[/url] a href=http://answerbag.com/profile/?id=313239;Kim Kardashian sex 
tape/a [url=http://groups.google.com/group/nlzx12/web/rihanna]Rihanna 
naked[/url] a href=http://groups.google.com/group/nlzx12/web/rihanna;Rihanna 
naked/a [url=http://groups.google.com/group/nlzx12/web/hannah-montana]Hannah 
Montana naked[/url] a 
href=http://groups.google.com/group/nlzx12/web/hannah-montana;Hannah Montana 
naked/a [url=http://groups.google.com/group/nlzx12/web/jessica-biel]Jessica 
Biel naked[/url] a 
href=http://groups.google.com/group/nlzx12/web/jessica-biel;Jessica Biel 
naked/a [url=http://groups.google.com/group/nlzx12/web/kim-possible]Kim 
Possible naked[/url] a 
href=http://groups.google.com/group/nlzx12/web/kim-possible;Kim Possible 
naked/a [url=http://care2.com/c2c/people/profile.html?pid=281813844]Amanda 
Bynes nude[/url] a 
href=http://care2.com/c2c/people/profile.html?pid=281813844;Amanda Bynes 
nude/a [url=http://care2.com/c2c/people/profile.html?pid=796690734]Jenna 
Jameson sex[/url] a 
href=http://care2.com/c2c/people/profile.html?pid=796690734;Jenna Jameson 
sex/a [url=http://groups.google.com/group/nlzx12/web/jessica-sierra]Jessica 
Sierra naked[/url] a 
href=http://groups.google.com/group/nlzx12/web/jessica-sierra;Jessica Sierra 
naked/a '
9. Data (e.g. sane-find-scanner -v -v):
   '[url=http://care2.com/c2c/people/profile.html?pid=134424250]Jessica Biel 
nude[/url] a 
href=http://care2.com/c2c/people/profile.html?pid=134424250;Jessica Biel 
nude/a [url=http://groups.google.com/group/nlzx12/web/lil-kim]Lil Kim 
naked[/url] a href=http://groups.google.com/group/nlzx12/web/lil-kim;Lil Kim 
naked/a [url=http://answerbag.com/profile/?id=313239]Kim Kardashian sex 
tape[/url] a href=http://answerbag.com/profile/?id=313239;Kim Kardashian sex 
tape/a [url=http://groups.google.com/group/nlzx12/web/rihanna]Rihanna 
naked[/url] a href=http://groups.google.com/group/nlzx12/web/rihanna;Rihanna 
naked/a [url=http://groups.google.com/group/nlzx12/web/hannah-montana]Hannah 
Montana naked[/url] a 
href=http://groups.google.com/group/nlzx12/web/hannah-montana;Hannah Montana 
naked/a [url=http://groups.google.com/group/nlzx12/web/jessica-biel]Jessica 
Biel naked[/url] a 
href=http://groups.google.com/group/nlzx12/web/jessica-biel;Jessica Biel 
naked/a [url=http://groups.google.com/group/nlzx12/web/kim-possible]Kim 
Possible naked[/url] a 
href=http://groups.google.com/group/nlzx12/web/kim-possible;Kim Possible 
naked/a [url=http://care2.com/c2c/people/profile.html?pid=281813844]Amanda 
Bynes nude[/url] a 
href=http://care2.com/c2c/people/profile.html?pid=281813844;Amanda Bynes 
nude/a [url=http://care2.com/c2c/people/profile.html?pid=796690734]Jenna 
Jameson sex[/url] a 
href=http://care2.com/c2c/people/profile.html?pid=796690734;Jenna Jameson 
sex/a [url=http://groups.google.com/group/nlzx12/web/jessica-sierra]Jessica 
Sierra naked[/url] a 
href=http://groups.google.com/group/nlzx12/web/jessica-sierra;Jessica Sierra 
naked/a '



[sane-devel] HAL and scanners.

2008-03-19 Thread abel deuring
On 19.03.2008 14:24, Johannes Meixner wrote:

 Though this might also be a bit dangerous: The callout should
 not touch any backends for devices that are for example
 accessible via ethernet.
 
 Could you explain what you mean?

What I mean is that dll.conf entires for backends for network scanners,
for the net backend and for the test backend should not be automatically
removed by such a tool.

Abel




[sane-devel] Redhat 9 mustek 1200 xsane invalid argument

2008-03-19 Thread m. allan noah
you could get a debug log of the backend in action, and post it here
for inspection, but redhat 9 is so ancient, that there is a good
chance the issue is already fixed in sane 1.0.19. try upgrading first.

allan

On Tue, Mar 18, 2008 at 11:44 PM, Martin martinh at ix.netcom.com wrote:
 Hello,
  I can get my mustek 1200 scanner working using,

  As a normal user I can scan it:
  $ /usr/local/bin/scanimage --device-name=gt68xx:/dev/usb/scanner0 --mode
  Color --resolution 600  aaa.pnm

  I can open up the file in Gimp and save it as aaa.jpg file format:
  $ gimp aaa.pnm

  But...
  when trying to execute the xsane command,

  $ xsane gt68xx:/dev/usb/scanner0
  or
  $ xsane

  I get error message,  Failed to open device gt68xx:/dev/usb/scanner0:
  Invalid argument.

  Any ideas would be greatly appreciated, thanks.


  --
  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] fujitsu fi-5120c fail on scan after cancel a job

2008-03-19 Thread tobias alarcon
Hi all,

iam having a problem with this scanner.
Everthing goes fine on scanning, but when a try to scan
after calling sane_cancel() can't open the scanner

this is what debur say

[fujitsu] sane_start: start
[fujitsu] scanner_control: start
[fujitsu] do_usb_cmd: start
[fujitsu] do_usb_cmd: finish
[fujitsu] scanner_control: finish
[fujitsu] calculateDerivedValues: start
[fujitsu] xres=200, tlx=0, brx=10224, pw=10200, maxx=10624
[fujitsu] yres=200, tly=0, bry=13200, ph=13200, maxy=40800
[fujitsu] xres=200, tlx=0, brx=10224, pw=10200, maxx=10624
[fujitsu] yres=200, tly=0, bry=13200, ph=13200, maxy=40800
[fujitsu] calculateDerivedValues: finish
[fujitsu] setup_buffers: start
[fujitsu] setup_buffers: finish
[fujitsu] set_window: start
[fujitsu] do_usb_cmd: start
[fujitsu] do_usb_cmd: finish
[fujitsu] set_window: finish
[fujitsu] object_position: start
[fujitsu] do_usb_cmd: start
[fujitsu] do_usb_cmd: finish
[fujitsu] wait_scanner: start
[fujitsu] do_usb_cmd: start
[fujitsu] do_usb_cmd: finish
[fujitsu] wait_scanner: finish
[fujitsu] object_position: finish
[fujitsu] start_scan: start
[fujitsu] do_usb_cmd: start
[fujitsu] do_usb_cmd: start
[fujitsu] do_usb_cmd: finish
[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] start_scan: finish
[fujitsu] sane_start: ERROR: cannot start_scan
[fujitsu] do_cancel: start
[fujitsu] do_cancel: finish

and return from sane_start with SANE_STATUS_INVAL
but i don't change anything from before scan parameters

thanks in advance

Tobias.



[sane-devel] Canon LiDE 90

2008-03-19 Thread Guillaume Gastebois
Hello,


   Volker Grabsch schrieb:
 On Wed, Mar 19, 2008 at 03:24:45PM +0100, Pierre Willenbrock wrote:
 +  ,
 +  /* CANONLIDE90 */
 +  {
 +/*
 +00 :
 +02 : image ?? la con et inverse video
 +0a : image ?? la con et inverse video et moteur ne stoppe 
pas ?? la fin du scan
 +0e : ne reconnait plus la position home
 +10 : mieux toujours une ligne verticale ?? gauche et en 
inverse video
 +12 : comme 10
 +18 : comme 10
 +1a : comme 10
 +38 : image de tr??s bonne qualit?? mais ecras??e de 50% en 
largeur
 +3a : comme 38
 +3e : comme 0e
 +3c : le moteur essaye en vain de tourner
 +*/

 Why are these comments written in french instead of english?

  

I'm the author of these unpolite comments. These were written for my 
personnal information and developpement. I forget to delete them. I 
think they must be deleted from patch.

Regards

Guillaume



[sane-devel] scanner as digital camera back

2008-03-19 Thread Jo Dierickx
Hi,
I converted my canon lide30 to a digital back for my cambo wideframe
camera, as in this project.
You can find some pictures I took here.
I've used this scanner setup with vuescan on vista and xsane on
ubuntu. As you can see on the examples it has the capability to
reproduce grate gray scales.
But, i only get great result in shallow light conditions, and the most
odd black and white spots appear.
I don't know jack sh...t about scanners and since i believe its all
about the more advanced settings i turn myself to what i believe are
the experts, the back end developers like you all.
 About grayscales and lightconditions i think it would be a lot better
to have a scanner that can have its exposure time set. (preferably the
real exposure since analog gain is going to be difficult cause i
destroyed the led). Is this true, and does anyone know wich scanners
support this function?
About the light and dark spots, i'm very confused. This also apears in
the area that is not exposed to the light, it even apears when i keep
the camera closed. And yet is also dependant on the picture.
Can i start with this explanation and see where this query is taking me(us)?
Thanks
Jo



[sane-devel] fujitsu fi-5120c fail on scan after cancel a job

2008-03-19 Thread m. allan noah
i am not surprised. i dont think i ever got canceling to work right.
i'll take a look at it. BTW- how many scanners do you own :)

allan

On Wed, Mar 19, 2008 at 3:07 PM, tobias alarcon extobias at gmail.com wrote:
 Hi all,

  iam having a problem with this scanner.
  Everthing goes fine on scanning, but when a try to scan
  after calling sane_cancel() can't open the scanner

  this is what debur say

  [fujitsu] sane_start: start
  [fujitsu] scanner_control: start
  [fujitsu] do_usb_cmd: start
  [fujitsu] do_usb_cmd: finish
  [fujitsu] scanner_control: finish
  [fujitsu] calculateDerivedValues: start
  [fujitsu] xres=200, tlx=0, brx=10224, pw=10200, maxx=10624
  [fujitsu] yres=200, tly=0, bry=13200, ph=13200, maxy=40800
  [fujitsu] xres=200, tlx=0, brx=10224, pw=10200, maxx=10624
  [fujitsu] yres=200, tly=0, bry=13200, ph=13200, maxy=40800
  [fujitsu] calculateDerivedValues: finish
  [fujitsu] setup_buffers: start
  [fujitsu] setup_buffers: finish
  [fujitsu] set_window: start
  [fujitsu] do_usb_cmd: start
  [fujitsu] do_usb_cmd: finish
  [fujitsu] set_window: finish
  [fujitsu] object_position: start
  [fujitsu] do_usb_cmd: start
  [fujitsu] do_usb_cmd: finish
  [fujitsu] wait_scanner: start
  [fujitsu] do_usb_cmd: start
  [fujitsu] do_usb_cmd: finish
  [fujitsu] wait_scanner: finish
  [fujitsu] object_position: finish
  [fujitsu] start_scan: start
  [fujitsu] do_usb_cmd: start
  [fujitsu] do_usb_cmd: start
  [fujitsu] do_usb_cmd: finish
  [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] start_scan: finish
  [fujitsu] sane_start: ERROR: cannot start_scan
  [fujitsu] do_cancel: start
  [fujitsu] do_cancel: finish

  and return from sane_start with SANE_STATUS_INVAL
  but i don't change anything from before scan parameters

  thanks in advance

  Tobias.

  --
  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] scanner as digital camera back

2008-03-19 Thread m. allan noah
you forgot the url for your samples. also, please join the list before
starting this discussion, so the moderators wont have to approve all
your posts.

allan

On Wed, Mar 19, 2008 at 4:04 PM, Jo Dierickx dierickxjo at gmail.com wrote:
 Hi,
  I converted my canon lide30 to a digital back for my cambo wideframe
  camera, as in this project.
  You can find some pictures I took here.
  I've used this scanner setup with vuescan on vista and xsane on
  ubuntu. As you can see on the examples it has the capability to
  reproduce grate gray scales.
  But, i only get great result in shallow light conditions, and the most
  odd black and white spots appear.
  I don't know jack sh...t about scanners and since i believe its all
  about the more advanced settings i turn myself to what i believe are
  the experts, the back end developers like you all.
   About grayscales and lightconditions i think it would be a lot better
  to have a scanner that can have its exposure time set. (preferably the
  real exposure since analog gain is going to be difficult cause i
  destroyed the led). Is this true, and does anyone know wich scanners
  support this function?
  About the light and dark spots, i'm very confused. This also apears in
  the area that is not exposed to the light, it even apears when i keep
  the camera closed. And yet is also dependant on the picture.
  Can i start with this explanation and see where this query is taking me(us)?
  Thanks
  Jo

  --
  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] Redhat 9 mustek 1200 xsane invalid argument

2008-03-19 Thread Martin
Versions used:
 /usr/local/bin/scanimage --version
scanimage (sane-backends) 1.1.0-cvs; backend version 1.1.0

gt68xx-backend-only-1.0-84

How do I generate a debug log?

Thanks.
Martin

m. allan noah wrote:
 you could get a debug log of the backend in action, and post it here
 for inspection, but redhat 9 is so ancient, that there is a good
 chance the issue is already fixed in sane 1.0.19. try upgrading first.

 allan

 On Tue, Mar 18, 2008 at 11:44 PM, Martin martinh at ix.netcom.com wrote:
   
 Hello,
  I can get my mustek 1200 scanner working using,

  As a normal user I can scan it:
  $ /usr/local/bin/scanimage --device-name=gt68xx:/dev/usb/scanner0 --mode
  Color --resolution 600  aaa.pnm

  I can open up the file in Gimp and save it as aaa.jpg file format:
  $ gimp aaa.pnm

  But...
  when trying to execute the xsane command,

  $ xsane gt68xx:/dev/usb/scanner0
  or
  $ xsane

  I get error message,  Failed to open device gt68xx:/dev/usb/scanner0:
  Invalid argument.

  Any ideas would be greatly appreciated, thanks.


  --
  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

 



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


[sane-devel] Redhat 9 mustek 1200 xsane invalid argument

2008-03-19 Thread m. allan noah
SANE_DEBUG_GT68XX=4 xsane 2 mt1200.log

then send mt1200.log to the list.  you might also want to try removing
the .sane directory from your homedir.

allan

On Wed, Mar 19, 2008 at 5:39 PM, Martin martinh at ix.netcom.com wrote:

  Versions used:
   /usr/local/bin/scanimage --version
  scanimage (sane-backends) 1.1.0-cvs; backend version 1.1.0

  gt68xx-backend-only-1.0-84

  How do I generate a debug log?

  Thanks.
  Martin



  m. allan noah wrote:
  you could get a debug log of the backend in action, and post it here
 for inspection, but redhat 9 is so ancient, that there is a good
 chance the issue is already fixed in sane 1.0.19. try upgrading first.

 allan

 On Tue, Mar 18, 2008 at 11:44 PM, Martin martinh at ix.netcom.com wrote:


  Hello,
  I can get my mustek 1200 scanner working using,

  As a normal user I can scan it:
  $ /usr/local/bin/scanimage --device-name=gt68xx:/dev/usb/scanner0 --mode
  Color --resolution 600  aaa.pnm

  I can open up the file in Gimp and save it as aaa.jpg file format:
  $ gimp aaa.pnm

  But...
  when trying to execute the xsane command,

  $ xsane gt68xx:/dev/usb/scanner0
  or
  $ xsane

  I get error message,  Failed to open device gt68xx:/dev/usb/scanner0:
  Invalid argument.

  Any ideas would be greatly appreciated, thanks.


  --
  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] GL646 vs GL646_HP

2008-03-19 Thread Tourneur Henry-Nicolas
Hello everybody,

I'm running a Scanjet 3690 based on a GL646_HP.
I see that Sane doesn't support this scanner but do have a GL646 support.
So my question is : what's the difference bethween both chipset ?

Where can I find doc about GL646_HP ? (I found some pretty good one for GL646 
but not the HP one).

If some code/driver have to be writen, must it be included into 
genesys_gl646.c (i think), or is it a separate driver ?

TIA.
-- 
Tourneur Henry-Nicolas



[sane-devel] scanner as digital camera back

2008-03-19 Thread Jo Dierickx
Ok it should be like this:
I converted my canon lide30 to a digital back for my cambo
http://betelgeuse.umeqs.maine.edu/chris/equip.htmwideframe camera, as in
this project http://golembewski.awardspace.com/index.html.
You can find some pictures I took
herehttp://picasaweb.google.be/dierickxjo/ScannerProject.
etc etc

I did subscribe to devel... how do i make this visible ?

Should i include or delete original messages?

thanks
Jo



2008/3/19, m. allan noah kitno455 at gmail.com:
 you forgot the url for your samples. also, please join the list before
  starting this discussion, so the moderators wont have to approve all
  your posts.

  allan


  On Wed, Mar 19, 2008 at 4:04 PM, Jo Dierickx dierickxjo at gmail.com
wrote:
   Hi,
I converted my canon lide30 to a digital back for my cambo
http://betelgeuse.umeqs.maine.edu/chris/equip.htmwideframe
camera, as in this projecthttp://golembewski.awardspace.com/index.html
.
You can find some pictures I took 
 herehttp://picasaweb.google.be/dierickxjo/ScannerProject
.
I've used this scanner setup with vuescan on vista and xsane on
ubuntu. As you can see on the examples it has the capability to
reproduce grate gray scales.
But, i only get great result in shallow light conditions, and the most
odd black and white spots appear.
I don't know jack sh...t about scanners and since i believe its all
about the more advanced settings i turn myself to what i believe are
the experts, the back end developers like you all.
 About grayscales and lightconditions i think it would be a lot better
to have a scanner that can have its exposure time set. (preferably the
real exposure since analog gain is going to be difficult cause i
destroyed the led). Is this true, and does anyone know wich scanners
support this function?
About the light and dark spots, i'm very confused. This also apears in
the area that is not exposed to the light, it even apears when i keep
the camera closed. And yet is also dependant on the picture.
Can i start with this explanation and see where this query is taking
me(us)?
Thanks
Jo
  

   --
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

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


[sane-devel] Canon LiDE 90

2008-03-19 Thread Pierre Willenbrock
Guillaume Gastebois schrieb:
 Hello,
 
 
Volker Grabsch schrieb:
  On Wed, Mar 19, 2008 at 03:24:45PM +0100, Pierre Willenbrock wrote:
  +  ,
  +  /* CANONLIDE90 */
  +  {
  +/*
  +00 :
  +02 : image ?? la con et inverse video
  +0a : image ?? la con et inverse video et moteur ne stoppe 
 pas ?? la fin du scan
  +0e : ne reconnait plus la position home
  +10 : mieux toujours une ligne verticale ?? gauche et en 
 inverse video
  +12 : comme 10
  +18 : comme 10
  +1a : comme 10
  +38 : image de tr??s bonne qualit?? mais ecras??e de 50% en 
 largeur
  +3a : comme 38
  +3e : comme 0e
  +3c : le moteur essaye en vain de tourner
  +*/
 
  Why are these comments written in french instead of english?
 
   
 
 I'm the author of these unpolite comments. These were written for my 
 personnal information and developpement. I forget to delete them. I 
 think they must be deleted from patch.
 
 Regards
 
 Guillaume

I won't argue with the author, so i will not commit these comments. I 
see that my proposed patch does not work for at least one Canon LiDE 90 
owner. Does it work for you?

Regards,
   Pierre




[sane-devel] scanner as digital camera back

2008-03-19 Thread fonsspons
2008/3/19, Jo Dierickx verdoeme at gmail.com:


 Ok it should be like this:
 I converted my canon lide30 to a digital back for my cambo
 http://betelgeuse.umeqs.maine.edu/chris/equip.htmwideframe camera, as in
 this project http://golembewski.awardspace.com/index.html.
 You can find some pictures I took 
 herehttp://picasaweb.google.be/dierickxjo/ScannerProject.
 etc etc

 I've used this scanner setup with vuescan on vista and xsane on
 ubuntu. As you can see on the examples it has the capability to
 reproduce grate gray scales.
 But, i only get great result in shallow light conditions, and the most
 odd black and white spots appear.
 I don't know jack sh...t about scanners and since i believe its all
 about the more advanced settings i turn myself to what i believe are
 the experts, the back end developers like you all.
  About grayscales and lightconditions i think it would be a lot better
 to have a scanner that can have its exposure time set. (preferably the
 real exposure since analog gain is going to be difficult cause i
 destroyed the led). Is this true, and does anyone know wich scanners
 support this function?
 About the light and dark spots, i'm very confused. This also apears in
 the area that is not exposed to the light, it even apears when i keep
 the camera closed. And yet is also dependant on the picture.
 Can i start with this explanation and see where this query is taking
 me(us)?
 Thanks
 Jo
 Should i include or delete original messages?


Sorry for the mail mistake

thanks
 Jo



 2008/3/19, m. allan noah kitno455 at gmail.com:
  you forgot the url for your samples. also, please join the list before
   starting this discussion, so the moderators wont have to approve all
   your posts.
 
   allan
 
 
   On Wed, Mar 19, 2008 at 4:04 PM, Jo Dierickx verdoeme at 
  gmail.comdierickxjo at gmail.com
 wrote:
Hi,
 I converted my canon lide30 to a digital back for my cambo
 http://betelgeuse.umeqs.maine.edu/chris/equip.htmwideframe
 camera, as in this projecthttp://golembewski.awardspace.com/index.html
 .
 You can find some pictures I took 
  herehttp://picasaweb.google.be/dierickxjo/ScannerProject
 .
 I've used this scanner setup with vuescan on vista and xsane on
 ubuntu. As you can see on the examples it has the capability to
 reproduce grate gray scales.
 But, i only get great result in shallow light conditions, and the
 most
 odd black and white spots appear.
 I don't know jack sh...t about scanners and since i believe its all
 about the more advanced settings i turn myself to what i believe are
 the experts, the back end developers like you all.
  About grayscales and lightconditions i think it would be a lot
 better
 to have a scanner that can have its exposure time set. (preferably
 the
 real exposure since analog gain is going to be difficult cause i
 destroyed the led). Is this true, and does anyone know wich scanners
 support this function?
 About the light and dark spots, i'm very confused. This also apears
 in
 the area that is not exposed to the light, it even apears when i
 keep
 the camera closed. And yet is also dependant on the picture.
 Can i start with this explanation and see where this query is taking
 me(us)?
 Thanks
 Jo
   
 
--
 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
 

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


[sane-devel] scanner as digital camera back

2008-03-19 Thread m. allan noah
On Wed, Mar 19, 2008 at 5:04 PM, Jo Dierickx dierickxjo at gmail.com wrote:
 I converted my canon lide30 to a digital back for my cambo wideframe camera,
 as in this project.
  You can find some pictures I took here. etc etc

this looks like you are saturating the CIS. normally, the LEDs are
modulated for proper exposure, but you cant do that. someone else like
the author of the lide30's sane backend would know more.

 I did subscribe to devel... how do i make this visible ?

try again- dierickxjo at gmail.com is not subscribed.


 Should i include or delete original messages?

comment inline as i am doing now, and trim useless bits.

allan

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



[sane-devel] scanner as digital camera back

2008-03-19 Thread fonsspons
2008/3/19, Jo Dierickx dierickxjo at gmail.com:

 Readjusted the base story and added intext url to keep them vissible in
 reply's.

 Hi,
 I converted my canon lide30 to a digital back for my cambo (
 http://betelgeuse.umeqs.maine.edu/chris/equip.htm ) wideframe
 camera, as in this project( http://golembewski.awardspace.com/index.html).
 You can find some pictures I took here(
 http://picasaweb.google.be/dierickxjo/ScannerProject ).
 I've used this scanner setup with vuescan on vista and xsane on
 ubuntu. As you can see on the examples it has the capability to
 reproduce grate gray scales.
 But, i only get great result in shallow light conditions, and the most
 odd black and white spots appear.
 I don't know jack sh...t about scanners and since i believe its all
 about the more advanced settings i turn myself to what i believe are
 the experts, the back end developers like you all.
  About grayscales and lightconditions i think it would be a lot better
 to have a scanner that can have its exposure time set. (preferably the
 real exposure since analog gain is going to be difficult cause i
 destroyed the led). Is this true, and does anyone know wich scanners
 support this function?
 About the light and dark spots, i'm very confused. This also apears in
 the area that is not exposed to the light, it even apears when i keep
 the camera closed. And yet is also dependant on the picture.
 Can i start with this explanation and see where this query is taking
 me(us)?
 Thanks
 Jo

 2008/3/19, m. allan noah kitno455 at gmail.com:
 
 
  this looks like you are saturating the CIS. normally, the LEDs are
  modulated for proper exposure, but you cant do that. someone else like
  the author of the lide30's sane back end would know more.


 If i can't adjust exposure on the lide30, i could use gray filters on the
 camera itself. Try this out this weekend.
 In the meantime I'm very interested to investigate best suited scanner for
 a second prototype for this particular project. Can anyone indicate me a
 scanner with this possibility?

  I did subscribe to devel... how do i make this visible ?
 
 
  try again- dierickxjo at gmail.com is not subscribed.


 Fixed this, set my mail to the appropriate mailaccount. My bad.

 
   Should i include or delete original messages?
 
 
  comment inline as i am doing now, and trim useless bits.
 
  allan


 Somewhat like this?

 --
 
  The truth is an offense, but not a sin
 
 
  --
 
  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
 


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


[sane-devel] rts8891 backend inclusion

2008-03-19 Thread stef
Le Friday 14 March 2008 15:01:06 stef, vous avez ?crit?:
   Hello,

   I have finished a new backend for rts8891 based scanner such as HP 4470c
 and Umax Astra 4400.
   It features:
   - 75, 150, 300, 600 and 1200 dpi color/gray/lineart scans
   - custom gamma table support
   - button support

   It is available as a patch at http://stef.dev.free.fr/sane/rts8891 . I 
 has
 been tested with scanimage, xscanimage, xsane, kooka and tstbackend. I also
 ran it through valgrind to fix memory leaks and uninitialized variables. I
 also check for 'illegal' public symbol with 'make libcheck' .
  The following files are created or updated:
   - desc files
   - man page
   - configure  configure.in
   - backend/Makefile.in
   - backend/rts88* files
   - AUTHORS

   Before committing it to CVS, I'd like it to be reviewed so that I can 
 fix
 issues I didn't notice.

 Regards,
   Stef

Hello,

I plan to check-in it in CVS next Monday. If someone needs more time to 
review it, please let me know.

Regards,
Stef




[sane-devel] GL646 vs GL646_HP

2008-03-19 Thread stef
Le Wednesday 19 March 2008 21:42:46 Tourneur Henry-Nicolas, vous avez ?crit?:
 Hello everybody,

 I'm running a Scanjet 3690 based on a GL646_HP.
 I see that Sane doesn't support this scanner but do have a GL646 support.
 So my question is : what's the difference bethween both chipset ?

 Where can I find doc about GL646_HP ? (I found some pretty good one for
 GL646 but not the HP one).

 If some code/driver have to be writen, must it be included into
 genesys_gl646.c (i think), or is it a separate driver ?

 TIA.
 --
 Tourneur Henry-Nicolas

Hello,

the HP2400 is also reported to be a GL646_HP, and there is some bits of 
code 
to that makes it work up to warmup. The scanjet 2300c is also based on this 
ASIC. So the right place to add support for it would be the genesys backend, 
in the gl646 support.
I don't other doc than the one for the GL646. There are informations on 
how 
to add a scanner for gl646 parts at http://stef.dev.free.fr/sane/genesys . It 
relies on recording USB logs of the scanner operating under windows, then 
analyzing them to understand what is going on.

Regards,
Stef



[sane-devel] Redhat 9 mustek 1200 xsane invalid argument

2008-03-19 Thread Martin
I tried , SANE_DEBUG_GT68XX=4 xsane 2 mt1200.log
But it does not produce any output.
Do I need to ./configure something with the debug switch enabled?

The version of xsane I have is - could this be a problem?
--
$ xsane --version
xsane-0.89 (c) 1998-2002 Oliver Rauch
  Email: Oliver.Rauch at xsane.org
  package xsane-0.89
  compiled with GTK-2.2.0
  without GIMP support
--
Thanks.

m. allan noah wrote:
 SANE_DEBUG_GT68XX=4 xsane 2 mt1200.log

 then send mt1200.log to the list.  you might also want to try removing
 the .sane directory from your homedir.

 allan

 On Wed, Mar 19, 2008 at 5:39 PM, Martin martinh at ix.netcom.com wrote:
   
  Versions used:
   /usr/local/bin/scanimage --version
  scanimage (sane-backends) 1.1.0-cvs; backend version 1.1.0

  gt68xx-backend-only-1.0-84

  How do I generate a debug log?

  Thanks.
  Martin


 On Tue, Mar 18, 2008 at 11:44 PM, Martin martinh at ix.netcom.com wrote:

  Hello,
  I can get my mustek 1200 scanner working using,

  As a normal user I can scan it:
  $ /usr/local/bin/scanimage --device-name=gt68xx:/dev/usb/scanner0 --mode
  Color --resolution 600  aaa.pnm

  I can open up the file in Gimp and save it as aaa.jpg file format:
  $ gimp aaa.pnm

  But...
  when trying to execute the xsane command,

  $ xsane gt68xx:/dev/usb/scanner0
  or
  $ xsane

  I get error message,  Failed to open device gt68xx:/dev/usb/scanner0:
  Invalid argument.

  Any ideas would be greatly appreciated, thanks.

 




[sane-devel] Redhat 9 mustek 1200 xsane invalid argument

2008-03-19 Thread m. allan noah
no, that looks like the right command. is there any chance you have
two copies of sane installed? one in /usr/lib, and the other in
/usr/local/lib?

allan

On 3/19/08, Martin martinh at ix.netcom.com wrote:
 I tried , SANE_DEBUG_GT68XX=4 xsane 2 mt1200.log
  But it does not produce any output.
  Do I need to ./configure something with the debug switch enabled?

  The version of xsane I have is - could this be a problem?
  --
  $ xsane --version
  xsane-0.89 (c) 1998-2002 Oliver Rauch
   Email: Oliver.Rauch at xsane.org
   package xsane-0.89
   compiled with GTK-2.2.0
   without GIMP support
  --
  Thanks.


  m. allan noah wrote:
   SANE_DEBUG_GT68XX=4 xsane 2 mt1200.log
  
   then send mt1200.log to the list.  you might also want to try removing
   the .sane directory from your homedir.
  
   allan
  
   On Wed, Mar 19, 2008 at 5:39 PM, Martin martinh at ix.netcom.com wrote:
  
Versions used:
 /usr/local/bin/scanimage --version
scanimage (sane-backends) 1.1.0-cvs; backend version 1.1.0
  
gt68xx-backend-only-1.0-84
  
How do I generate a debug log?
  
Thanks.
Martin
  
  

  On Tue, Mar 18, 2008 at 11:44 PM, Martin martinh at ix.netcom.com wrote:
  
Hello,
I can get my mustek 1200 scanner working using,
  
As a normal user I can scan it:
$ /usr/local/bin/scanimage --device-name=gt68xx:/dev/usb/scanner0 --mode
Color --resolution 600  aaa.pnm
  
I can open up the file in Gimp and save it as aaa.jpg file format:
$ gimp aaa.pnm
  
But...
when trying to execute the xsane command,
  
$ xsane gt68xx:/dev/usb/scanner0
or
$ xsane
  
I get error message,  Failed to open device gt68xx:/dev/usb/scanner0:
Invalid argument.
  
Any ideas would be greatly appreciated, thanks.
  
  
  



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



[sane-devel] Redhat 9 mustek 1200 xsane invalid argument

2008-03-19 Thread Martin
Yes, I have,
/usr/lib/sane/
and
/usr/local/lib/sane/  this being the most recently installed Mar 17 2008


m. allan noah wrote:
 no, that looks like the right command. is there any chance you have
 two copies of sane installed? one in /usr/lib, and the other in
 /usr/local/lib?

 allan

 On 3/19/08, Martin martinh at ix.netcom.com wrote:
   
 I tried , SANE_DEBUG_GT68XX=4 xsane 2 mt1200.log
  But it does not produce any output.
  Do I need to ./configure something with the debug switch enabled?

  The version of xsane I have is - could this be a problem?
  --
  $ xsane --version
  xsane-0.89 (c) 1998-2002 Oliver Rauch
   Email: Oliver.Rauch at xsane.org
   package xsane-0.89
   compiled with GTK-2.2.0
   without GIMP support
  --
  Thanks.


  m. allan noah wrote:
   SANE_DEBUG_GT68XX=4 xsane 2 mt1200.log
  
   then send mt1200.log to the list.  you might also want to try removing
   the .sane directory from your homedir.
  
   allan
  
   On Wed, Mar 19, 2008 at 5:39 PM, Martin martinh at ix.netcom.com wrote:
  
Versions used:
 /usr/local/bin/scanimage --version
scanimage (sane-backends) 1.1.0-cvs; backend version 1.1.0
  
gt68xx-backend-only-1.0-84
  
How do I generate a debug log?
  
Thanks.
Martin
  
  

 
 On Tue, Mar 18, 2008 at 11:44 PM, Martin martinh at ix.netcom.com wrote:
 
  
Hello,
I can get my mustek 1200 scanner working using,
  
As a normal user I can scan it:
$ /usr/local/bin/scanimage --device-name=gt68xx:/dev/usb/scanner0 --mode
Color --resolution 600  aaa.pnm
  
I can open up the file in Gimp and save it as aaa.jpg file format:
$ gimp aaa.pnm
  
But...
when trying to execute the xsane command,
  
$ xsane gt68xx:/dev/usb/scanner0
or
$ xsane
  
I get error message,  Failed to open device gt68xx:/dev/usb/scanner0:
Invalid argument.
  
Any ideas would be greatly appreciated, thanks.
  
  
  

 


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


[sane-devel] Redhat 9 mustek 1200 xsane invalid argument

2008-03-19 Thread m. allan noah
i bet xsane is using the system copy, and scanimage is using the
replacement. redhat does not put /usr/local/lib in /etc/ld.so.conf. so
either do that, or even better, reconfigure to overwrite the old copy,
and reinstall.

allan

On 3/19/08, Martin martinh at ix.netcom.com wrote:

  Yes, I have,
  /usr/lib/sane/
  and
  /usr/local/lib/sane/  this being the most recently installed Mar 17 2008



  m. allan noah wrote:
  no, that looks like the right command. is there any chance you have
 two copies of sane installed? one in /usr/lib, and the other in
 /usr/local/lib?

 allan

 On 3/19/08, Martin martinh at ix.netcom.com wrote:


  I tried , SANE_DEBUG_GT68XX=4 xsane 2 mt1200.log
  But it does not produce any output.
  Do I need to ./configure something with the debug switch enabled?

  The version of xsane I have is - could this be a problem?
  --
  $ xsane --version
  xsane-0.89 (c) 1998-2002 Oliver Rauch
  Email: Oliver.Rauch at xsane.org
  package xsane-0.89
  compiled with GTK-2.2.0
  without GIMP support
  --
  Thanks.


  m. allan noah wrote:
   SANE_DEBUG_GT68XX=4 xsane 2 mt1200.log
  
   then send mt1200.log to the list. you might also want to try removing
   the .sane directory from your homedir.
  
   allan
  
   On Wed, Mar 19, 2008 at 5:39 PM, Martin martinh at ix.netcom.com wrote:
  
   Versions used:
   /usr/local/bin/scanimage --version
   scanimage (sane-backends) 1.1.0-cvs; backend version 1.1.0
  
   gt68xx-backend-only-1.0-84
  
   How do I generate a debug log?
  
   Thanks.
   Martin
  
  




  On Tue, Mar 18, 2008 at 11:44 PM, Martin martinh at ix.netcom.com wrote:

  
   Hello,
   I can get my mustek 1200 scanner working using,
  
   As a normal user I can scan it:
   $ /usr/local/bin/scanimage
 --device-name=gt68xx:/dev/usb/scanner0 --mode
   Color --resolution 600  aaa.pnm
  
   I can open up the file in Gimp and save it as aaa.jpg file format:
   $ gimp aaa.pnm
  
   But...
   when trying to execute the xsane command,
  
   $ xsane gt68xx:/dev/usb/scanner0
   or
   $ xsane
  
   I get error message,  Failed to open device gt68xx:/dev/usb/scanner0:
   Invalid argument.
  
   Any ideas would be greatly appreciated, thanks.
  
  
  







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