<?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"
	>
<channel>
	<title>Comments on: Printing to windows shared printers from Mac OS X</title>
	<atom:link href="http://blog.serendipity-software.com.au/archives/2005/03/26/printing-to-windows-shared-printers-from-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.serendipity-software.com.au/archives/2005/03/26/printing-to-windows-shared-printers-from-mac-os-x/</link>
	<description>Musings and happenings</description>
	<pubDate>Wed, 20 Aug 2008 13:44:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Pete Carnell</title>
		<link>http://blog.serendipity-software.com.au/archives/2005/03/26/printing-to-windows-shared-printers-from-mac-os-x/#comment-44177</link>
		<dc:creator>Pete Carnell</dc:creator>
		<pubDate>Fri, 12 Oct 2007 07:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.serendipity-software.com.au/archives/2005/03/26/printing-to-windows-shared-printers-from-mac-os-x/#comment-44177</guid>
		<description>Just found a gotcha that you can fall into. I called my printer name that I made on the Mac 

t1100-hostname 

Every time I tried to print to it with 

lpr -Pt1100-hostname test.ps

I got the following error  - 

lpr: error - unable to print file: client-error-not-found

Basically this means that the cups cannot find the printer.  What happens is cups converts the hyphen characters '-' to underscores '_'  - So the printer device is called t1100_hostname but the Printer utility still has the nice name you gave it.
So I needed to use 

lpr -Pt1100_hostname test.ps

You can check the name that is being broadcast using

lpstat -t

Search through the list and look to see if your printer is listed and check the name. Or just make sure that you use underscores or a short name :-)</description>
		<content:encoded><![CDATA[<p>Just found a gotcha that you can fall into. I called my printer name that I made on the Mac </p>
<p>t1100-hostname </p>
<p>Every time I tried to print to it with </p>
<p>lpr -Pt1100-hostname test.ps</p>
<p>I got the following error  - </p>
<p>lpr: error - unable to print file: client-error-not-found</p>
<p>Basically this means that the cups cannot find the printer.  What happens is cups converts the hyphen characters &#8216;-&#8217; to underscores &#8216;_&#8217;  - So the printer device is called t1100_hostname but the Printer utility still has the nice name you gave it.<br />
So I needed to use </p>
<p>lpr -Pt1100_hostname test.ps</p>
<p>You can check the name that is being broadcast using</p>
<p>lpstat -t</p>
<p>Search through the list and look to see if your printer is listed and check the name. Or just make sure that you use underscores or a short name <img src='http://blog.serendipity-software.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Printing from OSX to HP Laserjet 6L. FINALLY. &#171; [m i a o w] the cat</title>
		<link>http://blog.serendipity-software.com.au/archives/2005/03/26/printing-to-windows-shared-printers-from-mac-os-x/#comment-23578</link>
		<dc:creator>Printing from OSX to HP Laserjet 6L. FINALLY. &#171; [m i a o w] the cat</dc:creator>
		<pubDate>Wed, 25 Apr 2007 13:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.serendipity-software.com.au/archives/2005/03/26/printing-to-windows-shared-printers-from-mac-os-x/#comment-23578</guid>
		<description>[...] But I still couldn&#8217;t print. And then, while searching for instructions that included that little trick with the option key, I found a post entitled Printing to windows shared printers from Mac OS X. I was a bit worried that I didn&#8217;t have a password to enter for my pc, but just left it out and it didn&#8217;t seem to matter. I almost fell on the floor when the printer shuffled into life. [...]</description>
		<content:encoded><![CDATA[<p>[...] But I still couldn&#8217;t print. And then, while searching for instructions that included that little trick with the option key, I found a post entitled Printing to windows shared printers from Mac OS X. I was a bit worried that I didn&#8217;t have a password to enter for my pc, but just left it out and it didn&#8217;t seem to matter. I almost fell on the floor when the printer shuffled into life. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alfonsmr</title>
		<link>http://blog.serendipity-software.com.au/archives/2005/03/26/printing-to-windows-shared-printers-from-mac-os-x/#comment-8778</link>
		<dc:creator>Alfonsmr</dc:creator>
		<pubDate>Wed, 20 Dec 2006 17:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.serendipity-software.com.au/archives/2005/03/26/printing-to-windows-shared-printers-from-mac-os-x/#comment-8778</guid>
		<description>Thanks, it was very helpfull to me.</description>
		<content:encoded><![CDATA[<p>Thanks, it was very helpfull to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Becky</title>
		<link>http://blog.serendipity-software.com.au/archives/2005/03/26/printing-to-windows-shared-printers-from-mac-os-x/#comment-4074</link>
		<dc:creator>Becky</dc:creator>
		<pubDate>Wed, 11 Oct 2006 21:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.serendipity-software.com.au/archives/2005/03/26/printing-to-windows-shared-printers-from-mac-os-x/#comment-4074</guid>
		<description>I am runnning OS X 10.3.9 and the Option key suggestion doesn't work. Is there anything else you can suggest?</description>
		<content:encoded><![CDATA[<p>I am runnning OS X 10.3.9 and the Option key suggestion doesn&#8217;t work. Is there anything else you can suggest?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Skarpetis</title>
		<link>http://blog.serendipity-software.com.au/archives/2005/03/26/printing-to-windows-shared-printers-from-mac-os-x/#comment-3109</link>
		<dc:creator>Peter Skarpetis</dc:creator>
		<pubDate>Sun, 30 Jul 2006 00:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.serendipity-software.com.au/archives/2005/03/26/printing-to-windows-shared-printers-from-mac-os-x/#comment-3109</guid>
		<description>You are quite right, this entry was written a long time ago for Mac OS X 10.3.2. For Mac OS X 10.4.X what you suggest is indeed correct. I have updated the blog post to reflect this. Thanks for pointing it out</description>
		<content:encoded><![CDATA[<p>You are quite right, this entry was written a long time ago for Mac OS X 10.3.2. For Mac OS X 10.4.X what you suggest is indeed correct. I have updated the blog post to reflect this. Thanks for pointing it out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unixwiz &#187; Blog Archive &#187; Mac Printing to Windows</title>
		<link>http://blog.serendipity-software.com.au/archives/2005/03/26/printing-to-windows-shared-printers-from-mac-os-x/#comment-2894</link>
		<dc:creator>unixwiz &#187; Blog Archive &#187; Mac Printing to Windows</dc:creator>
		<pubDate>Sun, 16 Jul 2006 04:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.serendipity-software.com.au/archives/2005/03/26/printing-to-windows-shared-printers-from-mac-os-x/#comment-2894</guid>
		<description>[...] printing to windows shared printers from samba - Tried doing this one as well. It uses SAMBA, but I kept getting the NT_XXXX errors, so I gave up on this one. [...]</description>
		<content:encoded><![CDATA[<p>[...] printing to windows shared printers from samba - Tried doing this one as well. It uses SAMBA, but I kept getting the NT_XXXX errors, so I gave up on this one. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
