Hi all, I've googled for an answer and searched the mailinglist, but didn't find an answer. So I now dare to post my problem here and hope someone can help me.
I'm using Suse 10.1 with Sane 1.0.18 and a Umax AstraSlim 1200Se USB scanner. When I use sane-find-scanner I get the following info returned: found USB scanner (vendor=0x05d8, product=0x4010 [USB Scanner], chip=GT-6816) at libusb:003:004 # Your USB scanner was (probably) detected. It may or may not be supported by # SANE. Try scanimage -L and read the backend's manpage. But scanimage -L returns that there was no scanner detected. This happens when I do this as a normal user, and as root. The file artec_eplus48u.conf contains this: # ---------------------------------------------------------------------------- # This section is for the UMAX AstraSlim 1200 SE # Note, that the name of the firmware file is called 1200.usb for # this device usb 0x05d8 0x4010 option artecFirmwareFile /usr/share/sane/artec_eplus48u/1200.usb option vendorString "UMAX" option modelString "AstraSlim 1200 SE" # ---------------------------------------------------------------------------- And the file 1200.usb is in the right directorie. I've put it there as root (is that correct?) I just can't get the thing to work. Has someone succeeded to get this scanner to work with sane? Thanx. Ed. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20060821/ed68418b/attachment.htm From [email protected] Mon Aug 21 21:02:54 2006 From: [email protected] (Edwin Schraven) Date: Mon Aug 21 21:03:07 2006 Subject: [sane-devel] Can't get Astraslim 1200SE to work Message-ID: <[email protected]> Hi all, I've googled for an answer and searched the mailinglist, but didn't find an answer. So I now dare to post my problem here and hope someone can help me. I'm using Suse 10.1 with Sane 1.0.18 and a Umax AstraSlim 1200Se USB scanner. When I use sane-find-scanner I get the following info returned: found USB scanner (vendor=0x05d8, product=0x4010 [USB Scanner], chip=GT-6816) at libusb:003:004 # Your USB scanner was (probably) detected. It may or may not be supported by # SANE. Try scanimage -L and read the backend's manpage. But scanimage -L returns that there was no scanner detected. This happens when I do this as a normal user, and as root. The file artec_eplus48u.conf contains this: # ---------------------------------------------------------------------------- # This section is for the UMAX AstraSlim 1200 SE # Note, that the name of the firmware file is called 1200.usb for # this device usb 0x05d8 0x4010 option artecFirmwareFile /usr/share/sane/artec_eplus48u/1200.usb option vendorString "UMAX" option modelString "AstraSlim 1200 SE" # ---------------------------------------------------------------------------- And the file 1200.usb is in the right directorie. I've put it there as root (is that correct?) I just can't get the thing to work. Has someone succeeded to get this scanner to work with sane? Thanx. Ed. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20060821/ed68418b/attachment.html From [email protected] Mon Aug 21 21:23:49 2006 From: [email protected] (Martin Owens) Date: Mon Aug 21 21:23:59 2006 Subject: [sane-devel] Can't get Canon MP360 working Message-ID: <[email protected]> I've being looking at getting this scanner working for over a week. various tutorials and guides for making the driver. but I'm floundering. does anybody have some time to guide me through the process perhaps in irc? Best Regards, Martin Owens -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20060821/246a1db3/attachment.htm From [email protected] Mon Aug 21 21:23:49 2006 From: [email protected] (Martin Owens) Date: Mon Aug 21 21:24:04 2006 Subject: [sane-devel] Can't get Canon MP360 working Message-ID: <[email protected]> I've being looking at getting this scanner working for over a week. various tutorials and guides for making the driver. but I'm floundering. does anybody have some time to guide me through the process perhaps in irc? Best Regards, Martin Owens -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20060821/246a1db3/attachment.html From [email protected] Tue Aug 22 03:49:30 2006 From: [email protected] (Tabor Kelly) Date: Tue Aug 22 03:51:15 2006 Subject: [sane-devel] sane_control_option() confusion Message-ID: <[email protected]> The SANE specification tells me that the form of sane_control_option is: SANE_Status sane_control_option (SANE_Handle h, SANE_Int n, SANE_Action a, void *v, SANE_Int * i); Also, it tells me that "[t]his function is used to set or inquire the current value of option number n of the device represented by handle h." It is the n that I am confused about. Specifically, what does n = 0 mean? Thank You, Tabor Kelly
