<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: D-Link DNS-323 as print and scan server (part 1)</title>
	<atom:link href="http://charly4711.wordpress.com/2008/04/28/d-link-dns-323-as-print-and-scan-server-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://charly4711.wordpress.com/2008/04/28/d-link-dns-323-as-print-and-scan-server-part-1/</link>
	<description></description>
	<lastBuildDate>Sat, 07 Nov 2009 02:15:45 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Karl H. Beckers</title>
		<link>http://charly4711.wordpress.com/2008/04/28/d-link-dns-323-as-print-and-scan-server-part-1/#comment-413</link>
		<dc:creator>Karl H. Beckers</dc:creator>
		<pubDate>Fri, 07 Aug 2009 11:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://charly4711.wordpress.com/?p=44#comment-413</guid>
		<description>Noel,
that depends a lot on your client (Windows, Linux (which distro), Mac). The client OSes typically have something like &quot;printer settings&quot; where you can &quot;add a printer&quot;. Then you tell the configuration that it is a network printer you want to add, and then there is typically some sort of tool to let you browse the network, or you might be able to specify the printer queue directly. On Windows that might look like \\192.168.1.2\lp (where 192.168.1.2 is just an example for the IP address of your DNS 323).
Scanning won&#039;t work OOTB, I&#039;m afraid, though.

Karl.</description>
		<content:encoded><![CDATA[<p>Noel,<br />
that depends a lot on your client (Windows, Linux (which distro), Mac). The client OSes typically have something like &#8220;printer settings&#8221; where you can &#8220;add a printer&#8221;. Then you tell the configuration that it is a network printer you want to add, and then there is typically some sort of tool to let you browse the network, or you might be able to specify the printer queue directly. On Windows that might look like \\192.168.1.2\lp (where 192.168.1.2 is just an example for the IP address of your DNS 323).<br />
Scanning won&#8217;t work OOTB, I&#8217;m afraid, though.</p>
<p>Karl.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noel</title>
		<link>http://charly4711.wordpress.com/2008/04/28/d-link-dns-323-as-print-and-scan-server-part-1/#comment-412</link>
		<dc:creator>Noel</dc:creator>
		<pubDate>Fri, 07 Aug 2009 04:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://charly4711.wordpress.com/?p=44#comment-412</guid>
		<description>Hi Karl.  I tried connecting my Lexmark 8300 printer to the USB port of the DNS-323 but I couldn&#039;t figure out how to print or scan through my PC (connected to a router &amp; the DNS-323).  There seems to be no communication between my PC and the 8300 printer.

(I have another laser printer attached to the router as my default network printer.  Does this matter? )

Where and how do I &quot;change my printer definition on my client to the samba queue “lp” on the IP address of the DNS-323&quot; ?  That&#039;s where I got lost.  Pls help. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Karl.  I tried connecting my Lexmark 8300 printer to the USB port of the DNS-323 but I couldn&#8217;t figure out how to print or scan through my PC (connected to a router &amp; the DNS-323).  There seems to be no communication between my PC and the 8300 printer.</p>
<p>(I have another laser printer attached to the router as my default network printer.  Does this matter? )</p>
<p>Where and how do I &#8220;change my printer definition on my client to the samba queue “lp” on the IP address of the DNS-323&#8243; ?  That&#8217;s where I got lost.  Pls help. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl H. Beckers</title>
		<link>http://charly4711.wordpress.com/2008/04/28/d-link-dns-323-as-print-and-scan-server-part-1/#comment-410</link>
		<dc:creator>Karl H. Beckers</dc:creator>
		<pubDate>Wed, 15 Jul 2009 14:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://charly4711.wordpress.com/?p=44#comment-410</guid>
		<description>Well, it is certainly possible. I suppose it will require some tinkering, though, which will be a bit tough, if you don&#039;t know Linux to some depth.
The key is this file: /usr/local/LPRng/etc/printcap
It contains the printer definition for the default printer.
lp&#124;USB Printer:\
        :sh:\
        :ml=0:\
        :mx=0:\
        :sd=/mnt/HD_a4/.lpd:\ 
        :lp=/dev/usblp0:\ 

You would have to plug in your second printer and see what device is generated (with dmesg). It&#039;s prolly going to be usblp1. Then you would need to add a second section to printcap with the first lp changed to lp1, the sd pointing to a different directory (you need to create first), and the second lp pointing to the right device. Watch that you leave an empty line between the printer definitions. Then you need to kill lpd and restart it. I don&#039;t know what it is in the DNS that makes it read the printcap from that strange directory (rather than /etc/printcap) ... so maybe that needs some tweaking, too. 
And finally if everything works (check with lpq -a on the DNS), you need to add all those steps to a script that is automatically executed on each restart (fun_plug).

Bit tough, perhaps, but should be doable.</description>
		<content:encoded><![CDATA[<p>Well, it is certainly possible. I suppose it will require some tinkering, though, which will be a bit tough, if you don&#8217;t know Linux to some depth.<br />
The key is this file: /usr/local/LPRng/etc/printcap<br />
It contains the printer definition for the default printer.<br />
lp|USB Printer:\<br />
        :sh:\<br />
        :ml=0:\<br />
        :mx=0:\<br />
        :sd=/mnt/HD_a4/.lpd:\<br />
        :lp=/dev/usblp0:\ </p>
<p>You would have to plug in your second printer and see what device is generated (with dmesg). It&#8217;s prolly going to be usblp1. Then you would need to add a second section to printcap with the first lp changed to lp1, the sd pointing to a different directory (you need to create first), and the second lp pointing to the right device. Watch that you leave an empty line between the printer definitions. Then you need to kill lpd and restart it. I don&#8217;t know what it is in the DNS that makes it read the printcap from that strange directory (rather than /etc/printcap) &#8230; so maybe that needs some tweaking, too.<br />
And finally if everything works (check with lpq -a on the DNS), you need to add all those steps to a script that is automatically executed on each restart (fun_plug).</p>
<p>Bit tough, perhaps, but should be doable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://charly4711.wordpress.com/2008/04/28/d-link-dns-323-as-print-and-scan-server-part-1/#comment-409</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 15 Jul 2009 12:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://charly4711.wordpress.com/?p=44#comment-409</guid>
		<description>Interesting post and I read part 2 and 3. I have a question regarding using the DNS-323 with two printers. I am sucessfully using it with one connected to three XP PCs. I would like to attach two printers using an USB hub. Can the DNS be set up to do this. I am not too familiar with Linux and would thus really appreciate your help.
Thanks</description>
		<content:encoded><![CDATA[<p>Interesting post and I read part 2 and 3. I have a question regarding using the DNS-323 with two printers. I am sucessfully using it with one connected to three XP PCs. I would like to attach two printers using an USB hub. Can the DNS be set up to do this. I am not too familiar with Linux and would thus really appreciate your help.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl H. Beckers</title>
		<link>http://charly4711.wordpress.com/2008/04/28/d-link-dns-323-as-print-and-scan-server-part-1/#comment-350</link>
		<dc:creator>Karl H. Beckers</dc:creator>
		<pubDate>Fri, 15 Aug 2008 06:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://charly4711.wordpress.com/?p=44#comment-350</guid>
		<description>Not quite sure what you mean here, Thunder.
You want to hit print on your PC to send it to the DNS323, then have the DNS323 wait for your confirmation before it actually sends the document to the printer?
Well, haven&#039;t tried it, but I suppose it should be possible to pause the printer queue thoudh the samba config somehow. But whether you could actually get the spool file created from the DNS323 and actually view it, will depend a lot on your printer. It might actually be feasible, if you have a post script printer. All definitely very hackish.</description>
		<content:encoded><![CDATA[<p>Not quite sure what you mean here, Thunder.<br />
You want to hit print on your PC to send it to the DNS323, then have the DNS323 wait for your confirmation before it actually sends the document to the printer?<br />
Well, haven&#8217;t tried it, but I suppose it should be possible to pause the printer queue thoudh the samba config somehow. But whether you could actually get the spool file created from the DNS323 and actually view it, will depend a lot on your printer. It might actually be feasible, if you have a post script printer. All definitely very hackish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thunder</title>
		<link>http://charly4711.wordpress.com/2008/04/28/d-link-dns-323-as-print-and-scan-server-part-1/#comment-349</link>
		<dc:creator>Thunder</dc:creator>
		<pubDate>Wed, 13 Aug 2008 19:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://charly4711.wordpress.com/?p=44#comment-349</guid>
		<description>Hello there,

Is there any way I can stop/review any print before it goes to my printer?

I mean using this dns323?

Thanks</description>
		<content:encoded><![CDATA[<p>Hello there,</p>
<p>Is there any way I can stop/review any print before it goes to my printer?</p>
<p>I mean using this dns323?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hal</title>
		<link>http://charly4711.wordpress.com/2008/04/28/d-link-dns-323-as-print-and-scan-server-part-1/#comment-315</link>
		<dc:creator>hal</dc:creator>
		<pubDate>Sun, 08 Jun 2008 20:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://charly4711.wordpress.com/?p=44#comment-315</guid>
		<description>Nice tutorial, you should add this to the DNS-323 wiki for others to enjoy.</description>
		<content:encoded><![CDATA[<p>Nice tutorial, you should add this to the DNS-323 wiki for others to enjoy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bonky</title>
		<link>http://charly4711.wordpress.com/2008/04/28/d-link-dns-323-as-print-and-scan-server-part-1/#comment-310</link>
		<dc:creator>bonky</dc:creator>
		<pubDate>Mon, 05 May 2008 17:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://charly4711.wordpress.com/?p=44#comment-310</guid>
		<description>This blog is pretty interesting, will add a bookmark, thanks.</description>
		<content:encoded><![CDATA[<p>This blog is pretty interesting, will add a bookmark, thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
