<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><font class="Apple-style-span" face="Arial">Thanks Brad,</font><div><font class="Apple-style-span" face="Arial"><br></font></div><div><font class="Apple-style-span" face="Arial">On my Gentoo box I haven't got avahi installed. I do however have mDNSResponder running. Yet it doesn't look like this support the record subtype (<span class="Apple-style-span" style="line-height: 18px; white-space: pre; ">_universal._sub._ipp._tcp) which is required for Airprint.  </span></font></div><div><font class="Apple-style-span" face="Arial"><span class="Apple-style-span" style="line-height: 18px; white-space: pre; "><br></span></font></div><div><font class="Apple-style-span" face="Arial"><span class="Apple-style-span" style="line-height: 18px; white-space: pre; ">A little digging in the code : </span></font></div><div><span class="Apple-style-span" style="font-family: Arial; line-height: 18px; white-space: pre; "><a href="http://opensource.apple.com/source/mDNSResponder/mDNSResponder-212.1/mDNSPosix/Responder.c">http://opensource.apple.com/source/mDNSResponder/mDNSResponder-212.1/mDNSPosix/Responder.c</a></span></div><div><span class="Apple-style-span" style="font-family: Arial; line-height: 18px; white-space: pre; "><br></span></div><div><span class="Apple-style-span" style="font-family: Arial; line-height: 18px; white-space: pre; "><span class="Apple-style-span" style="font-family: Times; line-height: normal; white-space: normal; "><pre>status = mDNS_RegisterService(&mDNSStorage, &thisServ->coreServ,
                &name, &type, &domain,                              <span class="enscript-comment" style="font-style: italic; color: rgb(178, 34, 34); ">// Name, type, domain
</span>                NULL, mDNSOpaque16fromIntVal(portNumber),
                text, textLen,                                          <span class="enscript-comment" style="font-style: italic; color: rgb(178, 34, 34); ">// TXT data, length
</span>                NULL, 0,                                                   <span class="enscript-comment" style="font-style: italic; color: rgb(178, 34, 34); ">// Subtypes
</span>                mDNSInterface_Any,                                 <span class="enscript-comment" style="font-style: italic; color: rgb(178, 34, 34); ">// Interface ID
</span>                RegistrationCallback, thisServ);   <span class="enscript-comment" style="font-style: italic; color: rgb(178, 34, 34); ">// Callback and context</span></pre></span><div><br></div></span></div><div><font class="Apple-style-span" face="Arial"><span class="Apple-style-span" style="line-height: 18px; white-space: pre; ">seems to confirm this, as the subtype is always set to Null (if I am reading it correctly)</span></font></div><div><font class="Apple-style-span" face="Arial"><span class="Apple-style-span" style="line-height: 18px; white-space: pre; "><br></span></font></div><div><font class="Apple-style-span" face="Arial"><span class="Apple-style-span" style="line-height: 18px; white-space: pre; ">I guess I could switch to avahi and follow the instructions :</span></font></div><div><br></div><div><a href="http://element.edoceo.com/howto/cups-airprint">http://element.edoceo.com/howto/cups-airprint</a></div><div><br></div><div><br></div><div><br></div><div><br><div><div>On 24/02/2012, at 11:35 , Brad Campbell wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>On 24/02/12 11:11, Brad Campbell wrote:<br><blockquote type="cite">On 24/02/12 09:57, William Kenworthy wrote:<br></blockquote><blockquote type="cite"><blockquote type="cite">Do you have "avahi" running? (its a service)<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">and in<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite">No, it's not even installed.<br></blockquote><br>I stand corrected. It _is_ installed and running. The fact I was sure it wasn't installed means it is running on whatever the out of the box install is on Debian.<br><br>_______________________________________________<br>PLUG discussion list: <a href="mailto:plug@plug.org.au">plug@plug.org.au</a><br><a href="http://lists.plug.org.au/mailman/listinfo/plug">http://lists.plug.org.au/mailman/listinfo/plug</a><br>Committee e-mail: committee@plug.org.au<br>PLUG Membership: http://www.plug.org.au/membership<br></div></blockquote></div><br></div></body></html>