[sane-devel] Error message with scanimage -L

2005-08-23 Thread Luca
I can't understand anything but it seems not good the second one: cluca linux # sane-find-scanner -q found USB scanner (vendor=0x03f0 [hp], product=0x3f11 [psc 1310 series ]) at libusb:002:002 cluca linux # ls -l /proc/bus/ubs/002/002 ls: /proc/bus/ubs/002/002: No such file or directory Thank you for any help. Luca

[sane-devel] Error message with scanimage -L

2005-08-24 Thread Luca
such file or directory > > try /proc/bus/usb not /proc/bus/ubs Ok :-), sorry, this is what I get: cluca linux # sane-find-scanner -q found USB scanner (vendor=0x03f0 [hp], product=0x3f11 [psc 1310 series ]) at libusb:002:003 cluca linux # ls -l /proc/bus/usb/002/003 -rw-rw 1 root scanner 147 Aug 24 12:01 /proc/bus/usb/002/003 Is there something else I can try to make it work? Thanks. Luca

[sane-devel] Sonix SN9C101 and SN9C102 USB camera controllers - specifications

2004-06-11 Thread Luca
I have been told by the TWAIN people that this is the best place where to ask for the detailed specifications of the above chips. Any help would be much appreciated. Sonix does not respond to my emails and google does not help (there's a 12-page long datasheets, but it is not detailed enough to wr

[sane-devel] Sonix SN9C101 and SN9C102 USB camera controllers - specifications

2004-06-12 Thread Luca
On Sat, 12 Jun 2004 01:31:59 + gerard klaver wrote: > On Fri, 2004-06-11 at 05:20, Luca wrote: > > I have been told by the TWAIN people that this is the best place > > where to ask for the detailed specifications of the above chips. > > Any help would be much apprec

[sane-devel] Problem with TRUST FLASTSCAN 19200 usb

2005-08-04 Thread Luca Casagrande
Hi guys! I have installed sane for my scanner, using this # Trust Flat Scan USB 19200: override "artec-ultima-2000" vendor "Trust" model "Flat Scan USB 19200" firmware "gt680xfw.usb" firmware "/usr/share/sane/gt68xx/gt680xfw.usb" it the configuration file. Xsane start well, and the process of pre

[sane-devel] Need help for buying a scanner..

2005-08-05 Thread Luca Casagrande
Hi guys! Need to buy a scanner, 'couse my Trust has gone... I need full linux support and a price not more then 100 $. Thx Luca -- Utente Linux 373965 ICQ 54327636 Scopri le mie canzoni preferite su http://www.audioscrobbler.com/user/Doktoreas/

[sane-devel] Epson Perfection V700

2007-03-14 Thread Luca Clemente
\\ - - // ( @ @ ) --oOOo--(_)--oOOo Clemente Luca Via Tavella di S. Andrea, 2/f I-33087 Pasiano di Pordenone (PN) - Italia Tel +39-0434-625373 - Fax +39-0434-610427 e-mail: luca.c...@zerobase.it ---O

[sane-devel] Compiling problem 1.0.9pre1

2002-10-01 Thread luca filigheddu
ton-s.c ln ./stubs.c abaton-s.c ln: creating hard link `abaton-s.c' to `./stubs.c': Operation not permitted make[1]: *** [abaton-s.c] Error 1 I have Mandrake 8.1 with gcc 3.0.1. Can anyone help me ? Thanks in advance Luca

[sane-devel] HP5370c and sane

2002-10-02 Thread luca filigheddu
it doesn't scan the image inside, and the preview I can see is just random noise. It was the same under sane 1.0.8. I've tried different scan resolution. I can correctly use any other USB peripheral. Does anyone can help me ?? Thank you! luca

[sane-devel] Preserve-preview in xsane

2004-03-03 Thread Luca Clemente
give me some answer on this matter. Thank you in advance Dr. Clemente Luca - T.I.M. Srl Via D. Alighieri, 5/a I-33080 Puja di Prata (PN) - Italia Tel +39-0434-621900 Fax +39-0434-610427 HTTP: www.zerobase.it e-mail: luca.c...@zerobase.it --=_NextPart_000_00B1_01C40115.0D3CB5C0 Con

[sane-devel] CUPS dependency

2015-08-20 Thread Luiz Angelo Daros de Luca
Hello, I'm trying to pack sane for OpenWRT. As routers normally have low FS space, it is important to keep program sizes and dependencies to a minimum. While compiling sane-backends, I tried to look for usages of CUPS in every source file and I did not find. Without cups-devel, I get the same bac

Re: [sane-devel] CUPS dependency

2015-08-21 Thread Luiz Angelo Daros de Luca
Thanks Olaf and Simon, I'll cherry-pick it. It is no different from what I've already done but it is better to refer upstream. Regards, Em qui, 20 de ago de 2015 às 20:57, Olaf Meeuwissen < olaf.meeuwis...@avasys.jp> escreveu: > > Luiz Angelo Daros de Luca writes: &g

[sane-devel] pthread_detach after pthread_join generates segfault

2015-08-25 Thread Luiz Angelo Daros de Luca
read is already waiting for it) are possible situations when detach might do something. Are they possible in sane thread usage? If so, I guess detach might only be called when one of the possible fails of join happens. Regards, Luiz Angelo Daros de Luca -- sane-devel mailing list: sane

[sane-devel] musl compatibility

2015-08-27 Thread Luiz Angelo Daros de Luca
Hello, While porting SANE to OpenWRT, I needed to patch SANE in order to compile it using musl (default libc in OpenWRT trunk). The problem is that u_char and u_long was not defined. glibc seems to be fine without it. The fix is quite simple: I added '#include ' to these files: /include/sane/san

[sane-devel] ioperm or portaccess for qcam

2015-09-09 Thread Luiz Angelo Daros de Luca
Hello, While trying to solve a problem with missing inb/outb for mips, I saw this check in configure: qcam) if test "${ac_cv_func_ioperm}" = "no" \ && test "${ac_cv_func__portaccess}" = "no"; then echo "*** $be backend requires ioperm and portaccess functions - $DISABLE_MSG"

[sane-devel] inb outb missing on mips

2015-09-09 Thread Luiz Angelo Daros de Luca
Hello, I'm trying to get rid of this patch: http://git.openwrt.org/?p=packages.git;a=blob_plain;f=utils/sane-backends/patches/020-non-i386-qcam.patch;hb=HEAD That helps sane-backend cross-compile for MIPS processor. But this seems to be a hacky solution. The problem seems that configure check fo

Re: [sane-devel] inb outb missing on mips

2015-09-09 Thread Luiz Angelo Daros de Luca
configure)? It'll not break cases 1), 2) and it will fix 3.1 and 3.2. Regards, Em qua, 9 de set de 2015 às 19:04, Luiz Angelo Daros de Luca < luizl...@gmail.com> escreveu: > Hello, > > I'm trying to get rid of this patch: > > http://git.openwrt.org/?p=package

Re: [sane-devel] inb outb missing on mips

2015-09-10 Thread Luiz Angelo Daros de Luca
s/020-inb_outb.patch Regards, Em qui, 10 de set de 2015 às 01:14, Luiz Angelo Daros de Luca < luizl...@gmail.com> escreveu: > Hello, > > I checked with other libc and got some more info about the problem. > > Normally, sane-backends deal with ioperm/inb/outb like this: > a) s

Re: [sane-devel] Schedule for release of sane-backends 1.0.25

2015-09-11 Thread Luiz Angelo Daros de Luca
Thanks for the mention Olaf, Adding more to the subject, there are more patches (including some not mine) which would be interesting to be upstreamed: https://github.com/luizluca/openwrt-packages/tree/sane/utils/sane-backends/patches I'll try to explain their motivations: * 002-remove-uneeded.pat

[sane-devel] Portbility problems with sane 1.0.25

2015-10-10 Thread Luiz Angelo Daros de Luca
/config.h (bruteforce solution). I do have a patch but before upstreaming it, we need to define where to put the include. Regards, -- Luiz Angelo Daros de Luca -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel

Re: [sane-devel] [PATCH] Port to OS X

2015-10-16 Thread Luiz Angelo Daros de Luca
s master. > > Hope this helps, > -- > Olaf Meeuwissen, LPIC-2FSF Associate Member since 2004-01-27 > Support Free Software Support the Free Software Foundation > https://my.fsf.org/donatehttps://my.fsf.org/join > GnuPG key: F84A2DD9/

[sane-devel] Is it time of a new release?

2017-03-12 Thread Luiz Angelo Daros de Luca
nough to tic the first number. Regards, -- Luiz Angelo Daros de Luca luizl...@gmail.com -- 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"

Re: [sane-devel] [PATCH 3/3] saned: reorganize flags, remove run_mode SANED_RUN_DEBUG

2017-07-22 Thread Luiz Angelo Daros de Luca
ce new flags for those actions and revert -d/-s previous behavior. -- Luiz Angelo Daros de Luca luizl...@gmail.com -- 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 "unsubscr

Re: [sane-devel] [PATCH 3/3] saned: reorganize flags, remove run_mode SANED_RUN_DEBUG

2017-08-12 Thread Luiz Angelo Daros de Luca
ll aren't really my "expertise". :-) I do know my limitations. Feel free to point me or correct them directly. > > I'd drop the SANED_EXEC_* defines you add because they're not used and > apart from a minor English nitpick in the option descriptions, the > sane

Re: [sane-devel] [PATCH 3/3] saned: reorganize flags, remove run_mode SANED_RUN_DEBUG

2017-09-10 Thread Luiz Angelo Daros de Luca
n't really my "expertise". :-) I do know my > > limitations. Feel free to point me or correct them directly. > > I'll correct them directly (if there are any ;-). It's less overhead > for both of us. > OK for me. > PS: I'll be travelling a bit in th

Re: [sane-devel] how do you use "saned -d and -s?

2017-11-20 Thread Luiz Angelo Daros de Luca
e) > at java.lang.Thread.run(Thread.java:748) > > > Many thanks, > -T > > > -- > 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 &

Re: [sane-devel] saned not running without -d

2017-11-20 Thread Luiz Angelo Daros de Luca
.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 > -- Luiz Angelo Daros de Luca luizl...@gmail.com -- sane-devel mailing list: sane

Re: [sane-devel] Everyone!

2017-11-24 Thread Luiz Angelo Daros de Luca
e your_password" > to sane-devel-requ...@lists.alioth.debian.org > -- Luiz Angelo Daros de Luca luizl...@gmail.com -- 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] Everyone!

2017-11-25 Thread Luiz Angelo Daros de Luca
mailman/listinfo/sane-devel > Unsubscribe: Send mail with subject "unsubscribe your_password" > to sane-devel-requ...@lists.alioth.debian.org > -- Luiz Angelo Daros de Luca luizl...@gmail.com -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.ali

Re: [sane-devel] [janitorial] Relocating the SANE Project

2018-01-11 Thread Luiz Angelo Daros de Luca
ioth.debian.org/cgi-bin/mailman/listinfo/sane-devel > Unsubscribe: Send mail with subject "unsubscribe your_password" > to sane-devel-requ...@lists.alioth.debian.org > -- Luiz Angelo Daros de Luca luizl...@gmail.com -- sane-devel mailing list: sane-devel@