[sane-devel] Formulardaten

2008-02-21 Thread cgi-mai...@kundenserver.de
=== == Neuer Eintrag === --- -- Formular: 'adddev' --- 1. Your email address: 'atta_nurhadi at yahoo.com' 2. Manufacturer (e.

[sane-devel] Canon LiDE 90

2008-02-21 Thread Guillaume Gastebois
Hello, So, what's the next step ? Re-enabling shading ? Do you think that last modification "for (i = 150; i..." is necessary ? Is it time to fine tune registers 52... ? Regards Guillaume Pierre Willenbrock a ?crit : > Guillaume Gastebois schrieb: >> Hello, >> >> Yep, I write "for (j = 150; j.

[sane-devel] Canon LiDE 90

2008-02-21 Thread Pierre Willenbrock
el in image is 3 pixels for the >> calibration... >> >> I hope this fixes that part of the calibration. >> >> Regards, >> Pierre >> >>> Regards >>> Guillaume >>> -- next part -- A non-text attachment was scrubbed... Name: entropy2D.c Type: text/x-csrc Size: 1512 bytes Desc: not available Url : http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20080221/654d1a43/attachment.c

[sane-devel] HP 5580 suport

2008-02-21 Thread tobias alarcon
Hi all i got a new scanner Hp 5590. I try to test with scanimage -T -v and say that there is no scanner found but with sane-find-scanner i get found USB scanner (vendor=0x03f0 [Hewlett-Packard], product=0x1705 [hp scanjet scanner], chip=HP5550/5590/7650) at libusb:005:006 im usin sane 1.0.19. thank

[sane-devel] Canon LiDE 90

2008-02-21 Thread Pierre Willenbrock
Pierre Willenbrock schrieb: > Hi, > > Guillaume Gastebois schrieb: >> Hello, >> >> So, what's the next step ? Re-enabling shading ? > > Yes, but only after the shading-calibration is able to get black level > information.(This really needs a better api..) I commited a prerequisite for shading ca

[sane-devel] HP 5580 suport

2008-02-21 Thread m. allan noah
1. try it without -T 2. get a debug log: SANE_DEBUG_HP5590=20 scanimage -L allan On Thu, Feb 21, 2008 at 9:45 AM, tobias alarcon wrote: > Hi all > i got a new scanner Hp 5590. I try to test with scanimage -T -v and > say that there is no scanner found > but with sane-find-scanner i get > f

[sane-devel] Canon LiDE 90

2008-02-21 Thread Guillaume Gastebois
Hello, Selon Pierre Willenbrock : > Hi, > > Guillaume Gastebois schrieb: > > Hello, > > > > So, what's the next step ? Re-enabling shading ? > > Yes, but only after the shading-calibration is able to get black level > information.(This really needs a better api..) How to do that ? Do you mean a

[sane-devel] manual libsanei install

2008-02-21 Thread fel...@felipe.hu
hi everybody i would like to my hp scanjet 4c (scsi) to dance. http://www.ganjatron.net/misc/scanjet/readme.txt but when i make the sjetplay: computer01:~/sjetplay# make cc -g sjetplay.c -o sjetplay -l sanei /usr/bin/ld: cannot find -lsanei collect2: ld returned 1 exit status make: *** [sjetpl

[sane-devel] Canon LiDe25: error submitting URB

2008-02-21 Thread m. allan noah
"myhost kernel: ioctl32(scanimage:17106): Unknown cmd fd(3)" are you running a 32 bit version of libusb and/or sane on a system with a 64 bit kernel? allan 2008/2/20 Ken Bender : > Hi, > > I'm in a tricky situation -- at work I have a Opteron workstation > running the antiquated RHEL3 os with no

[sane-devel] Canon LiDE 90

2008-02-21 Thread Pierre Willenbrock
ration dump images are really grayscale images, >>>> although stored in color pnms. 1 pixel in image is 3 pixels for the >>>> calibration... >>>> >>>> I hope this fixes that part of the calibration. >>>> >>>> Regards, >>>> Pierre >>>> >>>>> Regards >>>>> Guillaume >>>>> >> > > > -- next part -- A non-text attachment was scrubbed... Name: canon-lide-35-example.jpg Type: image/jpeg Size: 6061 bytes Desc: not available Url : http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20080221/bebc286c/attachment.jpg

[sane-devel] HP 5580 suport

2008-02-21 Thread tobias alarcon
I download sane-backends-1.0.19.tar.gz and install it. and run like you said. It works fine. I wonder why doesn't work with rpm package. thanks. On Thu, Feb 21, 2008 at 2:39 PM, m. allan noah wrote: > clue? yes. run the command i told you, with the 5590 in it. > > allan > > > > On Thu, Feb 21,

[sane-devel] Canon LiDe25: error submitting URB

2008-02-21 Thread Ken Bender
n? > > > > > > -- > > 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/20080221/15f7f29c/attachment-0001.htm

[sane-devel] manual libsanei install

2008-02-21 Thread Volker Grabsch
On Thu, Feb 21, 2008 at 04:43:54PM +0100, felipe at felipe.hu wrote: > could anybody help me about installing the scsi libsanei manually? It depends on your distribution. You can usually install it via your package manager. In the unprobable case where your distribution doesn't contain an appropr

[sane-devel] Canon LiDE 90

2008-02-21 Thread Guillaume Gastebois
d horizontal bar, near >> top/left. Currently, the horizontal bar is more a line, the vertical bar >> is correct(it shows the relationship between the low byte of one pixel >> and the high byte of the _next_ pixel). >> >>> Regards >>> Guillaume >> Regards, >> Pierre -- next part -- A non-text attachment was scrubbed... Name: genesys_devices.c Type: text/x-csrc Size: 24569 bytes Desc: not available Url : http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20080221/7a25961b/attachment-0001.c

[sane-devel] manual libsanei install

2008-02-21 Thread m. allan noah
sanei is NOT part of sane's public interface, and it is not installed with any package i've ever seen. you will have to download the sane source, configure and compile, then get the sanei files from the compilation dir. allan On 2/21/08, Volker Grabsch wrote: > On Thu, Feb 21, 2008 at 04:43:54PM