<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for The Menhennitt family web site</title>
	<atom:link href="http://menhennitt.com.au/wordpress/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://menhennitt.com.au/wordpress</link>
	<description></description>
	<lastBuildDate>Wed, 22 Jun 2011 11:52:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Printing to an HP Laserjet 1020 from FreeBSD 8 using CUPS and foo2zjs by Printing to an HP Laserjet 1020 from FreeBSD using CUPS and foo2zjs &#171; The Menhennitt family web site</title>
		<link>http://menhennitt.com.au/wordpress/2009/09/27/printing-to-an-hp-laserjet-1020-from-freebsd-8-using-cups-and-foo2zjs/comment-page-1#comment-265</link>
		<dc:creator>Printing to an HP Laserjet 1020 from FreeBSD using CUPS and foo2zjs &#171; The Menhennitt family web site</dc:creator>
		<pubDate>Wed, 22 Jun 2011 11:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://menhennitt.com.au/wordpress/?p=74#comment-265</guid>
		<description>[...]         &#171; Installing FreeBSD on a Soekris net5501 using PXE and dnsmasq Printing to an HP Laserjet 1020 from FreeBSD 8 using CUPS and foo2zjs [...]</description>
		<content:encoded><![CDATA[<p>[...]         &laquo; Installing FreeBSD on a Soekris net5501 using PXE and dnsmasq Printing to an HP Laserjet 1020 from FreeBSD 8 using CUPS and foo2zjs [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing FreeBSD on a Soekris net5501 using PXE and dnsmasq by Printing to an HP Laserjet 1020 from FreeBSD using CUPS and foo2zjs &#171; The Menhennitt family web site</title>
		<link>http://menhennitt.com.au/wordpress/2009/07/05/installing-freebsd-on-a-soekris-net5501-using-pxe-and-dnsmasq/comment-page-1#comment-264</link>
		<dc:creator>Printing to an HP Laserjet 1020 from FreeBSD using CUPS and foo2zjs &#171; The Menhennitt family web site</dc:creator>
		<pubDate>Wed, 22 Jun 2011 11:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://menhennitt.com.au/wordpress/?p=14#comment-264</guid>
		<description>[...]         &#171; Installing FreeBSD on a Soekris net5501 using PXE and dnsmasq Printing to an HP Laserjet 1020 from FreeBSD 8 using CUPS and foo2zjs [...]</description>
		<content:encoded><![CDATA[<p>[...]         &laquo; Installing FreeBSD on a Soekris net5501 using PXE and dnsmasq Printing to an HP Laserjet 1020 from FreeBSD 8 using CUPS and foo2zjs [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Printing to an HP Laserjet 1020 from FreeBSD using CUPS and foo2zjs by Printing to an HP Laserjet 1020 from FreeBSD 8 using CUPS and foo2zjs &#171; The Menhennitt family web site</title>
		<link>http://menhennitt.com.au/wordpress/2009/07/22/printing-to-an-hp-laserjet-1020-from-freebsd-using-cups-and-foo2zjs/comment-page-1#comment-55</link>
		<dc:creator>Printing to an HP Laserjet 1020 from FreeBSD 8 using CUPS and foo2zjs &#171; The Menhennitt family web site</dc:creator>
		<pubDate>Sat, 27 Nov 2010 09:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://menhennitt.com.au/wordpress/?p=36#comment-55</guid>
		<description>[...] Photos         &#171; Printing to an HP Laserjet 1020 from FreeBSD using CUPS and foo2zjs [...]</description>
		<content:encoded><![CDATA[<p>[...] Photos         &laquo; Printing to an HP Laserjet 1020 from FreeBSD using CUPS and foo2zjs [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing FreeBSD on a Soekris net5501 using PXE and dnsmasq by Jed Clear</title>
		<link>http://menhennitt.com.au/wordpress/2009/07/05/installing-freebsd-on-a-soekris-net5501-using-pxe-and-dnsmasq/comment-page-1#comment-48</link>
		<dc:creator>Jed Clear</dc:creator>
		<pubDate>Mon, 18 Oct 2010 23:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://menhennitt.com.au/wordpress/?p=14#comment-48</guid>
		<description>Instead of leaving IPFIREWALL out of your kernel initially, you have a couple of options.  You can set firewall_type=&quot;open&quot; in /etc/rc.conf.  Or you could compile &quot;option IPFIREWALL_DEFAULT_TO_ACCEPT&quot; into the kernel the first time around, then install a new kernel after you build your rules.

There is also a sysctl to turn it off ipfw, which is used by &quot;/etc/rc.d/ipfw restart&quot; (at least with 8.1R there is, not sure when it was introduced).

&lt;em&gt;You&#039;re right, there are a number of ways of doing it. Thanks, Jed - Graham&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Instead of leaving IPFIREWALL out of your kernel initially, you have a couple of options.  You can set firewall_type=&#8221;open&#8221; in /etc/rc.conf.  Or you could compile &#8220;option IPFIREWALL_DEFAULT_TO_ACCEPT&#8221; into the kernel the first time around, then install a new kernel after you build your rules.</p>
<p>There is also a sysctl to turn it off ipfw, which is used by &#8220;/etc/rc.d/ipfw restart&#8221; (at least with 8.1R there is, not sure when it was introduced).</p>
<p><em>You&#8217;re right, there are a number of ways of doing it. Thanks, Jed &#8211; Graham</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing FreeBSD on a Soekris net5501 using PXE and dnsmasq by CyberCyril</title>
		<link>http://menhennitt.com.au/wordpress/2009/07/05/installing-freebsd-on-a-soekris-net5501-using-pxe-and-dnsmasq/comment-page-1#comment-44</link>
		<dc:creator>CyberCyril</dc:creator>
		<pubDate>Mon, 03 May 2010 14:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://menhennitt.com.au/wordpress/?p=14#comment-44</guid>
		<description>Thanks for sharing.
The FreeBSD Kernel config file link is dead : too bad.

&lt;em&gt;Now fixed: thanks Cyril. - Graham&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for sharing.<br />
The FreeBSD Kernel config file link is dead : too bad.</p>
<p><em>Now fixed: thanks Cyril. &#8211; Graham</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Printing to an HP Laserjet 1020 from FreeBSD 8 using CUPS and foo2zjs by Troy</title>
		<link>http://menhennitt.com.au/wordpress/2009/09/27/printing-to-an-hp-laserjet-1020-from-freebsd-8-using-cups-and-foo2zjs/comment-page-1#comment-35</link>
		<dc:creator>Troy</dc:creator>
		<pubDate>Mon, 25 Jan 2010 21:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://menhennitt.com.au/wordpress/?p=74#comment-35</guid>
		<description>Ok so I found the solution to my own problem.

To find the values needed to setup devd.conf

Run devd in debug mode
devd -Dd

This will output all of the neccessary info when you power on the printer.</description>
		<content:encoded><![CDATA[<p>Ok so I found the solution to my own problem.</p>
<p>To find the values needed to setup devd.conf</p>
<p>Run devd in debug mode<br />
devd -Dd</p>
<p>This will output all of the neccessary info when you power on the printer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Printing to an HP Laserjet 1020 from FreeBSD 8 using CUPS and foo2zjs by Troy</title>
		<link>http://menhennitt.com.au/wordpress/2009/09/27/printing-to-an-hp-laserjet-1020-from-freebsd-8-using-cups-and-foo2zjs/comment-page-1#comment-34</link>
		<dc:creator>Troy</dc:creator>
		<pubDate>Mon, 25 Jan 2010 20:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://menhennitt.com.au/wordpress/?p=74#comment-34</guid>
		<description>I am having trouble with the installation of the firmware after connecting.   I am connecting a HP P1505 on FreeBSD 8

cat /usr/local/share/foo2zjs/firmware/sihpP1505.dl &gt; /dev/ulpt0

This will upload the firmware correctly but I am having trouble figuring out the correct values for this printer to set devd.conf up

Any help would be greatly appreciated</description>
		<content:encoded><![CDATA[<p>I am having trouble with the installation of the firmware after connecting.   I am connecting a HP P1505 on FreeBSD 8</p>
<p>cat /usr/local/share/foo2zjs/firmware/sihpP1505.dl &gt; /dev/ulpt0</p>
<p>This will upload the firmware correctly but I am having trouble figuring out the correct values for this printer to set devd.conf up</p>
<p>Any help would be greatly appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Printing to an HP Laserjet 1020 from FreeBSD 8 using CUPS and foo2zjs by Alex</title>
		<link>http://menhennitt.com.au/wordpress/2009/09/27/printing-to-an-hp-laserjet-1020-from-freebsd-8-using-cups-and-foo2zjs/comment-page-1#comment-32</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 09 Dec 2009 17:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://menhennitt.com.au/wordpress/?p=74#comment-32</guid>
		<description>Thanks for sharing.
Only one thing to add: you have to build cups-base with USB support, otherwise CUPS will not detect your printer.
In /usr/ports/print/cups-base run &#039;make config&#039; and check &#039;LIBUSB&#039; option, then run &#039;make install&#039; (or &#039;make reinstall&#039;).</description>
		<content:encoded><![CDATA[<p>Thanks for sharing.<br />
Only one thing to add: you have to build cups-base with USB support, otherwise CUPS will not detect your printer.<br />
In /usr/ports/print/cups-base run &#8216;make config&#8217; and check &#8216;LIBUSB&#8217; option, then run &#8216;make install&#8217; (or &#8216;make reinstall&#8217;).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

