[sane-devel] SANE Developing in kdevelop

2006-05-25 Thread Tamkang
Hello Everyone, If there anyone using kdevelop (KDE IDE) to build sane-backend ? because all i know if Kdevelop need to build a new project, it will build a new directory, and some of include or sanei dir code is need to link. or may be to configure the environment of kdevelop might help ?

[sane-devel] SANE shared library

2006-05-19 Thread Tamkang
Hello everyone, I have a questions: 1. why in /usr/lib/sane has 2 files (ie: libsane-sm3600.so.1 , libsane-sm3600.so.1.0.17) as i know that libsane-sm3600.so.1 is symbolic link to libsane-sm3600.so.1.0.17, but why in /usr/local/lib/sane has 4 files (ie: libsane-sm3600.la , libsane-sm3600.so ,

[sane-devel] usb_set_interface and usb_claim_interface

2006-04-19 Thread Tamkang
: http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20060419/5addf245/attachment.htm From power_station_2...@yahoo.com Wed Apr 19 11:39:15 2006 From: power_station_2...@yahoo.com (Tamkang) Date: Wed Apr 19 11:39:59 2006 Subject: [sane-devel] Question about kooka Message-ID

[sane-devel] usb_set_interface and usb_claim_interface

2006-04-17 Thread Tamkang
Hello, Does anyone know why the position of usb_set_interface before usb_claim_interface, get return -1 ? because I am trying to developing driver sm3880 for sane-backend, and I got this I/O Device Error, but I got fixed after, I reverse the usb_claim_interface is on behind, after

[sane-devel] FC 5 has problem when detecting sm 3600

2006-04-10 Thread Tamkang
I have a problem when want to debug the xsane to detect where the sm3600 was ? it appears no device ? first of all the xsane in /usr/bin/xsane it work, then if in /usr/local/bin/xsane, it cannot find out the scanner ? and I have question to ask , because fc5 is have no /etc/hotplug anymore,

[sane-devel] Authorization , plug on plug off the usb

2006-03-30 Thread Tamkang
. Thanks Sofian Hi, On 2006-03-27 21:46, Tamkang wrote: I have a Question that I encounter when I debug microtek2.c there is an Authorization function , when it will use ? is it when open xsane as a user not as a root so I must login first not as root and after that I can use the scanner