[sane-devel] fujitsu scanner owners needed

2008-09-04 Thread tobias alarcon
On Thu, Sep 4, 2008 at 12:28 PM, m. allan noah kitno455 at gmail.com wrote: On Thu, Sep 4, 2008 at 11:11 AM, extobias extobias at gmail.com wrote: m. allan noah-3 wrote: On 6/7/08, spammed spammed at get2net.dk wrote: On Mon, 2008-06-02 at 09:48 -0400, m. allan noah wrote: In the past

[sane-devel] Doubt about sane_get_devices

2008-04-25 Thread tobias alarcon
Nop, doesnt work. Maybe im doing something wrong. I got this logs. Log 1 ##Start the program with scanner disconnected [sanei_debug] Setting debug level of fujitsu to 30. [fujitsu] sane_init: start [fujitsu] sane_init: fujitsu backend 1.1.59, from sane-backends 1.1.0-cvs [fujitsu] sane_init:

[sane-devel] Doubt about sane_get_devices

2008-04-24 Thread tobias alarcon
Hi all Im just wanna know if this function retrives the list of devices at every moment. Let me explain, i launch my program with the scanner disconected, then i conect it and call this function. Doc say This function can be called repeatedly to detect when new devices become available but this

[sane-devel] Doubt about sane_get_devices

2008-04-24 Thread tobias alarcon
/24/08, tobias alarcon extobias at gmail.com wrote: Hi all Im just wanna know if this function retrives the list of devices at every moment. Let me explain, i launch my program with the scanner disconected, then i conect it and call this function. Doc say This function can

[sane-devel] fujitsu 5120c problem with usb address

2008-03-26 Thread tobias alarcon
no, its mandriva 2008.0 with kernel 2.6.22.12 On Tue, Mar 25, 2008 at 10:52 PM, m. allan noah kitno455 at gmail.com wrote: are you running fedora? allan On 3/25/08, tobias alarcon extobias at gmail.com wrote: Hi all, Me again, this time its really strange problem When i

[sane-devel] fujitsu 5120c problem with usb address

2008-03-26 Thread tobias alarcon
On Wed, Mar 26, 2008 at 9:00 AM, m. allan noah kitno455 at gmail.com wrote: are you using mandriva's sane package? what version? do you get the same problem if you install sane from our source instead? yes, its 1.0.18. I install 1.0.18 and 1.0.19 from source and the problem remains thanks

[sane-devel] fujitsu 5120c problem with usb address

2008-03-26 Thread tobias alarcon
. allan noah kitno455 at gmail.com wrote: if you run scanimage repeatedly, this does not happen, but if you run 'your frontend' it does? allan On Wed, Mar 26, 2008 at 10:48 AM, tobias alarcon extobias at gmail.com wrote: On Wed, Mar 26, 2008 at 9:00 AM, m. allan noah kitno455

[sane-devel] fujitsu 5120c problem with usb address

2008-03-26 Thread tobias alarcon
at 1:03 PM, tobias alarcon extobias at gmail.com wrote: nop, still happen with scanimage or another frontend. I update the kernel but nothing change. I unplugged the scanner for a few minutes, and works fine for a while. but then the usb address change always i try to scan. i just

[sane-devel] fujitsu 5120c problem with usb address

2008-03-25 Thread tobias alarcon
Hi all, Me again, this time its really strange problem When i connect the usb, and run scanimage -L fujitsu:libusb:005:002 but when i run my front-end i get this message from /var/log/syslog Mar 25 15:36:33 localhost kernel: usb 3-3: USB disconnect, address 2 Mar 25 15:36:48 localhost kernel:

[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

[sane-devel] HP 3055 crash on sane_close

2008-03-10 Thread tobias alarcon
Hi, I'm working with a hp 3055 all-in-one. It?s works fine but when i call sane_close() for third time i get a sigsegv also happen when sane_start() return SANE_STATUS_DEVICE_BUSY and then i try to close the device. this is the output *** glibc detected *** /home/tobias/main : munmap_chunk():

[sane-devel] sane_cancel on HP 5590

2008-02-27 Thread tobias alarcon
On Wed, Feb 27, 2008 at 9:31 AM, Ilia Sotnikov hostcc at gmail.com wrote: On Tue, Feb 26, 2008 at 9:41 PM, m. allan noah kitno455 at gmail.com wrote: sane_cancel is meant to be called asynchronously, so it probably should not send any commands to the scanner. sane_read should probably

[sane-devel] sane_cancel on HP 5590

2008-02-26 Thread tobias alarcon
Hi all, I am trying to cancel a page scan. so i call sane_cancel while scanning is in progress but the application get stuck on the next sane_read, instead of return SANE_STATUS_CANCELLED this its what i get from debugging [hp5590] sane_hp5590_read, length 850, left 538900 [hp5590] hp5590_read

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

[sane-devel] HP 5580 suport

2008-02-21 Thread tobias alarcon
On Thu, Feb 21, 2008 at 12:11 PM, tobias alarcon extobias at gmail.com wrote: i get this when with scanimage -L root at localhost ~]# scanimage -L [sanei_debug] Setting debug level of hp to 20. [hp] sane_init called [hp] hp_init: global.is_up = 1 [hp] sane_init will finish

[sane-devel] Problem running as normal user

2008-02-18 Thread tobias alarcon
Hi, i have a problem running as normal user. When i call sane_open it return a null SANE_Handler. this doesn't happen as root (it work fine) Also i can detect the scanner as normal user and scan with scanimage. So i thing it not problem with permissions Any help will be apreciated. Tobias

[sane-devel] Problem running as normal user

2008-02-18 Thread tobias alarcon
On Feb 18, 2008 11:00 AM, m. allan noah kitno455 at gmail.com wrote: SANE_Handle is opaque, you should not try to interpret its value as a pointer. what status code do you get? i get a SANE_STATUS_IO_ERROR. allan On Feb 18, 2008 8:45 AM, tobias alarcon extobias at gmail.com wrote: Hi, i