[sane-devel] Problem with Epson Stylus SX525WD

2012-11-06 Thread Torfinn Ingolfsen
Good to know that it works.
Enjoy your working scanner. :-)
-- 
Regards,
Torfinn Ingolfsen



[sane-devel] Scanner Button Daemon [scanbd]: release 1.2.1

2012-11-06 Thread Wilhelm
Am 06.11.2012 07:34, schrieb Wilhelm:
> Hi all,
>
> I just put the latest bug-fixes into the release 1.2.1. As usual check
> out at SF:
>
> svn co https://scanbd.svn.sourceforge.net/svnroot/scanbd/releases/1.2.1

forgot to mention that there is also the file-release:

http://sourceforge.net/projects/scanbd/files/releases/scanbd-1.2.1.tgz/download


>
> [
> scanbd is a scanner button daemon. It polls the scanner buttons looking
> for buttons pressed or function knob changes or other scanner events  as
> paper inserts / removals and at the same time allows
> also scan-applications to access the scanners. If buttons are pressed,
> etc., various actions can be submitted (scan, copy, email, ...) via
> action scripts. The function knob values are passed to the
> action-scripts as well. Scan actions are also signaled via dbus. This
> can be useful for foreign applications. Scans can also be triggered via
> dbus from foreign applications.
> On platforms which support signaling of dynamic device insertion /
> removal (libudev, dbus, hal) scanbd supports this as well.
> scanbd can use all sane-backends or some special backends from the (old)
> scanbuttond project.
> Supported platforms: Linux, FreeBSD, NetBSD, OpenBSD
> ]
>


-- 
Wilhelm




[sane-devel] Problem with Epson Stylus SX525WD

2012-11-06 Thread Robin Krahl
Dear Torfinn,

thanks for your answer! I tried to access the scanner via the network --
and it worked! Really strange, yet it works. :)

Best regards,
Robin

-- 
Robin Krahl


-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 283 bytes
Desc: OpenPGP digital signature
URL: 
<http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20121106/ac1af086/attachment.pgp>


[sane-devel] Scanner Button Daemon [scanbd]: release 1.2.1

2012-11-06 Thread Wilhelm
Hi all,

I just put the latest bug-fixes into the release 1.2.1. As usual check 
out at SF:

svn co https://scanbd.svn.sourceforge.net/svnroot/scanbd/releases/1.2.1

[
scanbd is a scanner button daemon. It polls the scanner buttons looking
for buttons pressed or function knob changes or other scanner events  as 
paper inserts / removals and at the same time allows
also scan-applications to access the scanners. If buttons are pressed,
etc., various actions can be submitted (scan, copy, email, ...) via 
action scripts. The function knob values are passed to the 
action-scripts as well. Scan actions are also signaled via dbus. This 
can be useful for foreign applications. Scans can also be triggered via 
dbus from foreign applications.
On platforms which support signaling of dynamic device insertion / 
removal (libudev, dbus, hal) scanbd supports this as well.
scanbd can use all sane-backends or some special backends from the (old) 
scanbuttond project.
Supported platforms: Linux, FreeBSD, NetBSD, OpenBSD
]

-- 
Wilhelm




[sane-devel] MX712 and Linux

2012-11-06 Thread Gernot Hassenpflug
On Mon, Nov 5, 2012 at 11:53 PM, Kevin Martin  wrote:
> On 11/01/12 18:17, Gernot Hassenpflug wrote:
>> On Fri, Nov 2, 2012 at 4:28 AM, Kevin Martin > > wrote:
>>
>> Recently purchased a Canon Pixma MX712 and have the following working:
>>
>> It looks like you are using the network connection. To debug the pixma 
>> driver, you should first try with a direct USB connection.
>> Also, what is the version of SANE and the pixma libraries you are using? 
>> Preferebly with be 1.0.23 or the git CVS code.

Hello Kevin,

> sane-backends-drivers-cameras-1.0.23-4.fc19.x86_64
> sane-backends-1.0.23-4.fc19.x86_64
> sane-backends-drivers-scanners-1.0.23-4.fc19.x86_64
> sane-frontends-1.0.14-15.fc18.x86_64
> sane-backends-libs-1.0.23-4.fc19.x86_64
> xsane-gimp-0.998-12.fc19.x86_64
> xsane-common-0.998-12.fc19.x86_64
> sane-backends-devel-1.0.23-4.fc19.x86_64

I'll assume from the above that you have the SANE packages installed correctly.

> The pixma libraries were downloaded from the Canon Europe site since the 
> Canon USA site didn't have Linux files for the MX712 (I
> downloaded the files for the MX715 (cnijfilter-source-3.70) and had to do a 
> fair amount of changing of source code to get them to
> compile on the latest Fedorashould I post the diff's for the changes for 
> that here do you think?).

This is totally  unrelated.
Either you are going to use SANE, or you are going to use the Canon
driver for scanning, you have to decide.

> As for debugging via USB, I'm not sure now to go about doing that.  I can 
> easily tcpdump and windump from my Linux and Windows boxes
> and compare the conversations that go on between the scanner and the two 
> machines, I can strace gimp while I'm trying this or strace
> the scanning pid and see what it's getting (not sure how to do that on 
> Windows) but debugging via USB I'm not sure how to do exactly.

For a start, decide if you want to use the Canon driver or SANE driver.
If you want to use the Canon driver, you'll have to go somewhere else
for support.
If you decide to use SANE, then get rid of the Canon driver, read
man-pixma to understand how to set debugging, and then with the device
attached via USB use the command line sane-find-scanner with debug set
to whatever level is reqired to see if the pixma backend sees the
scanner.
Once it is established whether or not the pixma backend from the SANE
packages you have currently installed actualy detects the scanner,
then it will be possible to start debugging the functionality.

Regards,
Gernot Hassenpflug