<?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; sane</title>
	<atom:link href="http://blog.mcbachmann.de/tag/sane/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>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>
