<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Thanks for the quick response, Ralph, I'll take a swing at
building it and post the results to the list.<br>
</p>
<div class="moz-cite-prefix">On 4/16/19 9:07 AM, Ralph Little wrote:<br>
</div>
<blockquote type="cite"
cite="mid:1838555702.706088.1555430871600@mail.yahoo.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div style="color:#000; background-color:#fff;
font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande,
sans-serif;font-size:13px">
<div id="yui_3_16_0_ym19_1_1555345541919_37366"><span>Hi,</span></div>
<div id="yui_3_16_0_ym19_1_1555345541919_37180"><span
id="yui_3_16_0_ym19_1_1555345541919_37179">It is an
imageClass printer by the looks of it.</span></div>
<div id="yui_3_16_0_ym19_1_1555345541919_37359"><span
id="yui_3_16_0_ym19_1_1555345541919_37358">The USB code does
not seem to be listed in the source so probably not a
supported printer.</span></div>
<div id="yui_3_16_0_ym19_1_1555345541919_37165"><span
id="yui_3_16_0_ym19_1_1555345541919_37181">The relevant code
is in the SANE backends here:</span></div>
<div id="yui_3_16_0_ym19_1_1555345541919_37190"><span
id="yui_3_16_0_ym19_1_1555345541919_37181"><br>
</span></div>
<div id="yui_3_16_0_ym19_1_1555345541919_37191" dir="ltr"><span
id="yui_3_16_0_ym19_1_1555345541919_37181"><a
href="https://gitlab.com/sane-project/backends/blob/master/backend/pixma_imageclass.c"
class="" id="yui_3_16_0_ym19_1_1555345541919_37196"
moz-do-not-send="true">https://gitlab.com/sane-project/backends/blob/master/backend/pixma_imageclass.c</a><br>
</span></div>
<div id="yui_3_16_0_ym19_1_1555345541919_37236"><br>
</div>
<div id="yui_3_16_0_ym19_1_1555345541919_37306">See the list of
#defines at the top.</div>
<div id="yui_3_16_0_ym19_1_1555345541919_37360">If you're
feeling adventurous, you could add the printer to the source
and see if it works.</div>
<div id="yui_3_16_0_ym19_1_1555345541919_38621">It looks very
similar to the MF244 so you could use that as a template.<br>
</div>
<div id="yui_3_16_0_ym19_1_1555345541919_37364"><br>
</div>
<div dir="ltr" id="yui_3_16_0_ym19_1_1555345541919_38334"><span
id="yui_3_16_0_ym19_1_1555345541919_38335">At the top, add:
</span><br>
</div>
<pre id="yui_3_16_0_ym19_1_1555345541919_38336" lang="c"><span id="yui_3_16_0_ym19_1_1555345541919_38429" lang="c"><span id="yui_3_16_0_ym19_1_1555345541919_38430">#define MF269_PID 0x</span></span>27f4
<span id="yui_3_16_0_ym19_1_1555345541919_38339" lang="c"><span id="yui_3_16_0_ym19_1_1555345541919_38340"></span></span>
</pre>
<div dir="ltr" id="yui_3_16_0_ym19_1_1555345541919_37305"><span
id="yui_3_16_0_ym19_1_1555345541919_37181"></span></div>
<div dir="ltr" id="yui_3_16_0_ym19_1_1555345541919_38303"><span
id="yui_3_16_0_ym19_1_1555345541919_37181">and towards the
bottom, add:</span></div>
<pre id="yui_3_16_0_ym19_1_1555345541919_38522" lang="c"><span id="yui_3_16_0_ym19_1_1555345541919_38523" lang="c"><span id="yui_3_16_0_ym19_1_1555345541919_38524">DEV</span> <span id="yui_3_16_0_ym19_1_1555345541919_38525">(</span><span id="yui_3_16_0_ym19_1_1555345541919_38526">"Canon i-SENSYS MF269 Series"</span><span id="yui_3_16_0_ym19_1_1555345541919_38527">,</span> <span id="yui_3_16_0_ym19_1_1555345541919_38528">"MF269"</span><span id="yui_3_16_0_ym19_1_1555345541919_38529">,</span> <span id="yui_3_16_0_ym19_1_1555345541919_38530">MF269_PID</span><span id="yui_3_16_0_ym19_1_1555345541919_38531">,</span> <span id="yui_3_16_0_ym19_1_1555345541919_38532">600</span><span id="yui_3_16_0_ym19_1_1555345541919_38533">,</span> <span id="yui_3_16_0_ym19_1_1555345541919_38534">300</span><span id="yui_3_16_0_ym19_1_1555345541919_38535">,</span> <span id="yui_3_16_0_ym19_1_1555345541919_38536">634</span><span id="yui_3_16_0_ym19_1_1555345541919_38537">,</span> <span id="yui_3_16_0_ym19_1_1555345541919_38538">1050</span><span id="yui_3_16_0_ym19_1_1555345541919_38539">,</span> <span id="yui_3_16_0_ym19_1_1555345541919_38540">PIXMA_CAP_ADF</span><span id="yui_3_16_0_ym19_1_1555345541919_38541">),</span> <span id="yui_3_16_0_ym19_1_1555345541919_38542">/* max. w = 215mm, */</span></span>
<span id="yui_3_16_0_ym19_1_1555345541919_38543" lang="c"> </span>
</pre>
<div dir="ltr" id="yui_3_16_0_ym19_1_1555345541919_38386"><span
id="yui_3_16_0_ym19_1_1555345541919_37181"></span></div>
<div class="qtdSeparateBR"
id="yui_3_16_0_ym19_1_1555345541919_37182">
<div id="yui_3_16_0_ym19_1_1555345541919_38571" dir="ltr">...and
build it and test it. Better to start with USB rather than
network.<br>
</div>
<div id="yui_3_16_0_ym19_1_1555345541919_38577"><br>
</div>
<div id="yui_3_16_0_ym19_1_1555345541919_38578">Failing that,
perhaps Rolf could add it tentatively for his PPA.</div>
<div id="yui_3_16_0_ym19_1_1555345541919_38593">He is usually
pretty responsive.</div>
<div id="yui_3_16_0_ym19_1_1555345541919_38594"><br>
</div>
<div id="yui_3_16_0_ym19_1_1555345541919_38598">Cheers,</div>
<div>Ralph<br>
</div>
<div id="yui_3_16_0_ym19_1_1555345541919_38595"><br>
</div>
<br>
</div>
<div class="yahoo_quoted"
id="yui_3_16_0_ym19_1_1555345541919_37129" style="display:
block;">
<div style="font-family: Helvetica Neue, Helvetica, Arial,
Lucida Grande, sans-serif; font-size: 13px;"
id="yui_3_16_0_ym19_1_1555345541919_37128">
<div style="font-family: HelveticaNeue, Helvetica Neue,
Helvetica, Arial, Lucida Grande, sans-serif; font-size:
16px;" id="yui_3_16_0_ym19_1_1555345541919_37127">
<div dir="ltr" id="yui_3_16_0_ym19_1_1555345541919_37126">
<font id="yui_3_16_0_ym19_1_1555345541919_37125"
size="2" face="Arial">
<hr id="yui_3_16_0_ym19_1_1555345541919_37124"
size="1"> <b><span style="font-weight:bold;">From:</span></b>
Colin DuPlantis <a class="moz-txt-link-rfc2396E" href="mailto:colin@marketcetera.com"><colin@marketcetera.com></a><br>
<b><span style="font-weight: bold;">To:</span></b>
<a class="moz-txt-link-abbreviated" href="mailto:sane-devel@alioth-lists.debian.net">sane-devel@alioth-lists.debian.net</a> <br>
<b><span style="font-weight: bold;">Sent:</span></b>
Tuesday, April 16, 2019 8:33 AM<br>
<b><span style="font-weight: bold;">Subject:</span></b>
[sane-devel] Canon ImageClass MF269dw<br>
</font> </div>
<div class="y_msg_container"
id="yui_3_16_0_ym19_1_1555345541919_37130"><br>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_37392">I was able
to use a Canon ImageClass MF260-series with vanilla
Ubuntu <br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_37393">18.04
recently, I'm pretty sure it was the MF264dw.<br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_37394"><br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_37395">I ordered
one for myself, but failed to notice that I was
getting the <br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_37396">MF269dw
instead of the 264.<br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38293"><br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38294">SANE-powered
apps don't seem to be able to detect the scanner,
though <br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38295">the printer
works fine.<br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38296"><br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38394">$ sudo
sane-find-scanner<br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38395"><br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38396"> #
sane-find-scanner will now attempt to detect your
scanner. If the<br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38397"> # result
is different from what you expected, first make sure
your<br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38398"> #
scanner is powered up and properly connected to your
computer.<br>
</div>
<div dir="ltr"><br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38402"> # No
SCSI scanners found. If you expected something
different, make <br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38404">sure that<br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38405"> # you
have loaded a kernel SCSI driver for your SCSI
adapter.<br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38423"><br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38421">could not
fetch string descriptor: Pipe error<br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38407">could not
fetch string descriptor: Pipe error<br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38408">found USB
scanner (vendor=0x04a9 [Language Error],
product=0x27f4 <br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38415">[Language
Error]) at libusb:012:002<br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38414"> # Your
USB scanner was (probably) detected. It may or may not
be <br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38409">supported
by<br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38411"> # SANE.
Try scanimage -L and read the backend's manpage.<br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38410"><br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38412"> # Not
checking for parallel port scanners.<br>
</div>
<div dir="ltr"
id="yui_3_16_0_ym19_1_1555345541919_38413"><br>
</div>
<div dir="ltr"> # Most Scanners connected to the
parallel port or other proprietary ports<br>
</div>
<div dir="ltr"> # can't be detected by this program.<br>
</div>
<div dir="ltr"><br>
</div>
<div dir="ltr">I also tried using the network
connection. I looked at the pixma.conf as <br>
</div>
<div dir="ltr">the best bet for the driver, but noticed
that the printer is not <br>
</div>
<div dir="ltr">listening on port 8612.<br>
</div>
<div dir="ltr"><br>
</div>
<div dir="ltr">$ nmap 10.0.25.165<br>
</div>
<div dir="ltr"><br>
</div>
<div dir="ltr">Starting Nmap 7.60 ( <a
href="https://nmap.org/" target="_blank"
moz-do-not-send="true">https://nmap.org </a>) at
2019-04-16 08:06 PDT<br>
</div>
<div dir="ltr">Nmap scan report for 10.0.25.165<br>
</div>
<div dir="ltr">Host is up (0.019s latency).<br>
</div>
<div dir="ltr">Not shown: 995 closed ports<br>
</div>
<div dir="ltr">PORT STATE SERVICE<br>
</div>
<div dir="ltr">80/tcp open http<br>
</div>
<div dir="ltr">443/tcp open https<br>
</div>
<div dir="ltr">515/tcp open printer<br>
</div>
<div dir="ltr">631/tcp open ipp<br>
</div>
<div dir="ltr">9100/tcp open jetdirect<br>
</div>
<div dir="ltr"><br>
</div>
<div dir="ltr">Nmap done: 1 IP address (1 host up)
scanned in 0.57 seconds<br>
</div>
<div dir="ltr"><br>
</div>
<div dir="ltr">Any suggestions?<br>
</div>
<div dir="ltr"><br>
</div>
<div dir="ltr">Thanks.<br>
</div>
<div dir="ltr"><br>
</div>
<div dir="ltr"><br>
</div>
<div dir="ltr">-- <br>
</div>
<div dir="ltr">sane-devel mailing list: <a
ymailto="mailto:sane-devel@alioth-lists.debian.net"
href="mailto:sane-devel@alioth-lists.debian.net"
moz-do-not-send="true">sane-devel@alioth-lists.debian.net</a><br>
</div>
<div dir="ltr"><a
href="https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/sane-devel"
target="_blank" moz-do-not-send="true">https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/sane-devel</a><br>
</div>
<div dir="ltr">Unsubscribe: Send mail with subject
"unsubscribe your_password"<br>
</div>
<div dir="ltr"> to <a
ymailto="mailto:sane-devel-request@lists.alioth.debian.org"
href="mailto:sane-devel-request@lists.alioth.debian.org"
moz-do-not-send="true">sane-devel-request@lists.alioth.debian.org</a></div>
<br>
<br>
</div>
</div>
</div>
</div>
</div>
</blockquote>
<pre class="moz-signature" cols="72">--
Colin DuPlantis
Chief Architect, Marketcetera
Download, Run, Trade
888.868.4884
<a class="moz-txt-link-freetext" href="https://www.marketcetera.com">https://www.marketcetera.com</a></pre>
</body>
</html>