Discussion:
[sane-devel] Code read
littlesincanada
2017-10-21 20:00:28 UTC
Permalink
Hi,
I have started to do a code read of the pixma backend prior to doing
some modifications to fix the ADF support for my canon multi-function.
I have noticed a few things that I think are bugs and some small changes
popped up from a quick scan with cppcheck.

I can assemble some patches from git head.

Should I just post them to the list or would someone like to get them
directly for review?

Cheers,
Ralph
--
sane-devel mailing list: sane-***@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-***@lists.alioth.debian.org
Rolf Bensch
2017-10-22 10:57:02 UTC
Permalink
Hi Ralph,

Please post your patches (compressed with tar.gz or zip) to the mailing
list, to Louis and me. Then we can review them and everybody who is also
interested can follow this on the ml.

Cheers,
Rolf
Post by littlesincanada
Hi,
I have started to do a code read of the pixma backend prior to doing
some modifications to fix the ADF support for my canon multi-function.
I have noticed a few things that I think are bugs and some small changes
popped up from a quick scan with cppcheck.
I can assemble some patches from git head.
Should I just post them to the list or would someone like to get them
directly for review?
Cheers,
Ralph
--
sane-devel mailing list: sane-***@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-***@lists.alioth.debian.org
littlesincanada
2017-10-22 22:40:04 UTC
Permalink
Hi,
OK, I had been experimenting with my scanner's problematic ADF scanning
over ethernet and after advice since I have most experience diagnosing
network traffic.
After taking advice, and probably simplifying the traffic somewhat, I
have moved to USB to find that.... it actually works.

What the flip?

It has never worked for me in the past and still does not over the local
LAN but using gscan2pdf and scanimage via USB, batch ADF scanning seems
to work perfectly for this scanner now. If I try ADF scanning with
xsane, the printer gets itself in a snit with the "system error" message
and I have to power cycle it.

I'm not really sure what has changed and I'm using Rolf's PPA on my
separate day-to-day machine so the sane on that machine is bang up-to-date.

I do have a couple of observations on the LAN side:

1) SANE seems to restart a new TCP connection for each page whereas the
Windows driver doesn't. I don't know if that is confusing the printer or
not.

2) The Windows XP driver actually uses read_image rather than
read_image2 to request scan data even though this is supposed to be a
"generation 2" unit.
The scanner does respond to read_image2 so I guess that either are OK.

I will look further into things. For now at least, I do have a working
configuration in Linux.

I wonder how many people out there having problems are using the LAN
option rather than USB.
These multifunction printers are suitable for small office use (mine has
a fax) so I would guess that many are connected via Ethernet or WiFi.

Cheers,
Ralph
--
sane-devel mailing list: sane-***@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-***@lists.alioth.debian.org
Loading...