<?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>Kornels Welt &#187; Drucker</title>
	<atom:link href="http://www.kornels-welt.de/blog/tag/drucker/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kornels-welt.de/blog</link>
	<description></description>
	<lastBuildDate>Thu, 15 Dec 2011 23:21:04 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Canon Pixma MX 310 all-in-one device under Ubuntu Intrepid ibex and Jaunty Jackalope</title>
		<link>http://www.kornels-welt.de/blog/2009/08/28/canon-pixma-mx-310-all-in-one-device-under-ubuntu-intrepid-ibex-and-jaunty-jackalope/</link>
		<comments>http://www.kornels-welt.de/blog/2009/08/28/canon-pixma-mx-310-all-in-one-device-under-ubuntu-intrepid-ibex-and-jaunty-jackalope/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 05:46:11 +0000</pubDate>
		<dc:creator>Kornel</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Drucker]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.kornels-welt.de/blog/?p=959</guid>
		<description><![CDATA[This post is based on the instructions at MP610: Give your scanner a new fresh SANE installation but specifically applies  to Ubuntu.
So first download the latest snapshot of sane-scm from Alioth.
To build the sane-backend you need the following packages installed:
sudo apt-get install libusb-dev autoconf
Now untar the file and build the program:
tar -xzf sane-scm-latest.tar.gz 
cd [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_963" class="wp-caption aligncenter" style="width: 460px"><img src="http://www.kornels-welt.de/blog/wp-content/uploads/2009/01/canon_pixma_mx_310_multifunktionsgerart_mit-fax.jpg" alt="Canon Pixma MX 310 Multifunktionsgerät mit Fax" title="Canon Pixma MX 310 Multifunktionsgerät mit Fax" width="450" height="410" class="size-full wp-image-963" /><p class="wp-caption-text">Canon Pixma MX 310 all-in-one device</p></div></p>
<p>This post is based on the instructions at <a href="http://mp610.blogspot.com/2008/04/give-your-scanner-new-freshly-sane.html">MP610: Give your scanner a new fresh SANE installation</a> but specifically applies  to Ubuntu.</p>
<p>So first download the latest snapshot of <a href="https://alioth.debian.org/snapshots.php?group_id=30186">sane-scm</a> from <a href="http://alioth.debian.org/scm/?group_id=30186">Alioth</a>.</p>
<p>To build the sane-backend you need the following packages installed:</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get install</span> libusb-dev <span style="color: #c20cb9; font-weight: bold;">autoconf</span></div></div>
<p>Now untar the file and build the program:</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-xzf</span> sane-scm-latest.tar.gz <br />
<span style="color: #7a0874; font-weight: bold;">cd</span> sane-scm-<span style="color: #000000;">2009</span>-05-<span style="color: #000000;">21</span><span style="color: #000000; font-weight: bold;">/</span>sane-backends<span style="color: #000000; font-weight: bold;">/</span><br />
<span style="color: #c20cb9; font-weight: bold;">autoconf</span><br />
<span style="color: #c20cb9; font-weight: bold;">autoheader</span><br />
.<span style="color: #000000; font-weight: bold;">/</span>configure <span style="color: #660033;">--prefix</span>=<span style="color: #000000; font-weight: bold;">/</span>usr <span style="color: #660033;">--sysconfdir</span>=<span style="color: #000000; font-weight: bold;">/</span>etc <span style="color: #660033;">--localstatedir</span>=<span style="color: #000000; font-weight: bold;">/</span>var<br />
<span style="color: #c20cb9; font-weight: bold;">make</span><br />
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></div></div>
<p>Now you should have sane with backend 1.1.0 installed and the scanner should be detected.</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666;">kornel@jaunty:~$ </span>scanimage <span style="color: #660033;">-V</span><br />
scanimage <span style="color: #7a0874; font-weight: bold;">&#40;</span>sane-backends<span style="color: #7a0874; font-weight: bold;">&#41;</span> 1.1.0-cvs; backend version 1.1.0<br />
<span style="color: #666666;">kornel@jaunty:~$ </span>scanimage <span style="color: #660033;">-L</span><br />
device <span style="color: #000000; font-weight: bold;">`</span>pixma:04A91728_172392<span style="color: #ff0000;">' is a CANON Canon PIXMA MX310 multi-function peripheral</span></div></div>
<p>For Intrepid, everything should work now. Under Jaunty you have to change a line in the file /lib/udev/rules.d/50-udev-default.rules or the scanner can only be used as &#8220;root&#8221;:</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gedit <span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>udev<span style="color: #000000; font-weight: bold;">/</span>rules.d<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">50</span>-udev-default.rules</div></div>
<p>Change <tt>MODE="0664"</tt> into <tt>MODE="0666"</tt> in line:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"># libusb device nodes<br />
SUBSYSTEM==&quot;usb&quot;, ENV{DEVTYPE}==&quot;usb_device&quot;, NAME=&quot;bus/usb/$env{BUSNUM}/$env{DEVNUM}&quot;, MODE=&quot;0666&quot;</div></div>
<p>So now for printing: <a href="http://www.openprinting.org/show_printer.cgi?recnum=Canon-PIXMA_MX310">At OpenPrinting</a> you find the advice that the &#8220;<em>Canon PIXMA MP180 &#8211; CUPS+Gutenprint v5.0.2 Simplified driver</em>&#8221; works very well for printing, which I can confirm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kornels-welt.de/blog/2009/08/28/canon-pixma-mx-310-all-in-one-device-under-ubuntu-intrepid-ibex-and-jaunty-jackalope/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

