<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mcBachmann.de TechBlog &#187; cups</title>
	<atom:link href="http://blog.mcbachmann.de/tag/cups/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mcbachmann.de</link>
	<description>Der Blog zur Website ;-)</description>
	<lastBuildDate>Thu, 22 Jul 2010 08:55:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Printing: Linux Brother Printer and the DIN A4 Problem</title>
		<link>http://blog.mcbachmann.de/linux/printing-linux-brother-printer-and-the-din-a4-problem</link>
		<comments>http://blog.mcbachmann.de/linux/printing-linux-brother-printer-and-the-din-a4-problem#comments</comments>
		<pubDate>Tue, 18 Aug 2009 10:45:12 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[brother]]></category>
		<category><![CDATA[cups]]></category>
		<category><![CDATA[dcp]]></category>
		<category><![CDATA[mfc]]></category>
		<category><![CDATA[printing]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=352</guid>
		<description><![CDATA[Most of you know it already&#8230; if you set your (Brother) printer under CUPS to DIN A4 it will only print with the Letter-margins. But now there is a solution available. Thanks to the German Ubuntu-Wiki. 
Update: The DCP-135c doesn&#8217;t do borderless very well, so just use &#8220;DIN A4&#8243;.
Update 2: Fixed typo in sed-command: PaperType [...]]]></description>
			<content:encoded><![CDATA[<p>Most of you know it already&#8230; if you set your (Brother) printer under CUPS to DIN A4 it will only print with the Letter-margins. But now there is a solution available. Thanks to the <a href="http://wiki.ubuntuusers.de/Brother/Drucker#Druck-verschoben">German Ubuntu-Wiki</a>. <span id="more-352"></span></p>
<p><strong>Update: The DCP-135c doesn&#8217;t do <em>borderless</em> very well, so just use &#8220;DIN A4&#8243;.<br/><br />
Update 2: Fixed typo in sed-command: PaperType was replaced with PageType.</strong></p>
<p>Besides to change the page format in the printer settings to &#8220;DIN A4&#8243;, you&#8217;ll also have to edit your printers description file.</p>
<p>As an example, I&#8217;ll show it for the DCP-135c printer.</p>
<blockquote><p><code>sudo sed -i 's/PaperType=.*/PaperType=A4/i' \<br />
/usr/Brother/Printer/dcp135c/inf/brdcp135crc</code></p></blockquote>
<p>If you have an other Brother printer, look with the file browser where your inf-File in <strong>/usr/Brother/Printer</strong> is located and change the line above.</p>
<p>After this all, you&#8217;ll have to restart cups to accept the changes:</p>
<blockquote><p><code>sudo /etc/init.d/cups restart</code></p></blockquote>
<p>Good luck <img src='http://blog.mcbachmann.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/printing-linux-brother-printer-and-the-din-a4-problem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DCP-110C and DCP-135C with Ubuntu Hardy</title>
		<link>http://blog.mcbachmann.de/linux/dcp-110c-and-dcp-135c-with-ubuntu-hardy</link>
		<comments>http://blog.mcbachmann.de/linux/dcp-110c-and-dcp-135c-with-ubuntu-hardy#comments</comments>
		<pubDate>Fri, 30 May 2008 11:59:41 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[cups]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[sane]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=3</guid>
		<description><![CDATA[Hi there,
long time ago I wrote an article how to make the DCP-110C running under Ubuntu Feisty. One commenter wrote me, that he got it also to run with Gutsy and Hardy.
Now the time has come and some things are easier 

Since Hardy (I think) the cups-packages for the DCPs are now included in the [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there,</p>
<p>long time ago I wrote an article how to make the DCP-110C running under Ubuntu Feisty. One commenter wrote me, that he got it also to run with Gutsy and Hardy.</p>
<p>Now the time has come and some things are easier <img src='http://blog.mcbachmann.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<span id="more-3"></span></p>
<p>Since Hardy (I think) the cups-packages for the DCPs are now included in the package repository. You have to enable the multiverse repo to get it.</p>
<p>After enabling it, run the following command to install the needed printer packages:</p>
<ul>
<li>apt-get install brother-cups-wrapper-extra brother-lpr-drivers-extra</li>
</ul>
<p>After this you need to add a rule for udev to allow sane to also use the scanner. Put the following content in a file called: <strong>/etc/udev/rules.d/55-brothermfc.rules</strong></p>
<p><code><br />
# Udev rules file for Brother printer products.</p>
<p>ACTION!="add", GOTO="brother_rules_end"<br />
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GOTO="pid_test"<br />
SUBSYSTEM!="usb_device", GOTO="brother_rules_end"</p>
<p>LABEL="pid_test"</p>
<p># Check for DCP 110c.<br />
SYSFS{idVendor}=="04f9", SYSFS{idProduct}=="0169", OWNER="lp", GROUP="scanner", MODE="0660"</p>
<p># Check for DCP 135c.<br />
SYSFS{idVendor}=="04f9", SYSFS{idProduct}=="01ce", OWNER="lp", GROUP="scanner", MODE="0660"</p>
<p>LABEL="brother_rules_end"<br />
</code></p>
<p><em>This file was adapted from /etc/udev/rules.d/55-hpmud.rules. Thanks to the authors.</em></p>
<p>This worked for me and is much easier than the previous steps. But to install the scanner driver you&#8217;ll need them &#8211; the udev rule is only for making the printer also available to users of the scanner group (don&#8217;t forget to add yourself to it).</p>
<p>Bye,<br />
  Sven</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/dcp-110c-and-dcp-135c-with-ubuntu-hardy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
