<?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>Codigo Manso &#187; usb</title>
	<atom:link href="http://www.codigomanso.com/en/tag/usb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codigomanso.com</link>
	<description>Programación, informática y tecnología</description>
	<lastBuildDate>Sun, 21 Aug 2011 10:54:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Canon PIXMA iP2600 printer in Ubuntu 9.04 64-bits</title>
		<link>http://www.codigomanso.com/en/2009/06/instalar-impresora-canon-pixma-ip2600-en-ubuntu-904-64-bits/</link>
		<comments>http://www.codigomanso.com/en/2009/06/instalar-impresora-canon-pixma-ip2600-en-ubuntu-904-64-bits/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 05:43:14 +0000</pubDate>
		<dc:creator>Pau Sanchez</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[impresora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.codigomanso.com/es/?p=672</guid>
		<description><![CDATA[
While I was in UK, I bought a  Canon PIXMA iP2600 printer. It was not expensive at all and the ink was not as expensive as other printers, so I though it would be a good purchase for the price.
The thing is that when I tried to install the printer in Ubuntu 64-bit, there were [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignnone size-full wp-image-673" style="float:left; margin-right: 8px" title="Canon PIXMA iP2600" src="http://www.codigomanso.com/wp-content/uploads/2009/06/pixma-ip2600_w200_tcm86-487291.jpg" alt="Canon PIXMA iP2600" width="200" height="200" /><br />
While I was in UK, I bought a  Canon PIXMA iP2600 printer. It was not expensive at all and the ink was not as expensive as other printers, so I though it would be a good purchase for the price.</p>
<p style="text-align: justify;">The thing is that when I tried to install the printer in Ubuntu 64-bit, there were no available drivers, and althought there were several threads explaining what to do, I never got it working (I swear I spent quite amount of time trying to install the printer, but there was no way).</p>
<p style="text-align: justify;">Yesterday I updated ubuntu, and I saw some printing-related packages updated, so I thought: &#8220;let&#8217;s try again&#8221;. Now my printer works!!</p>
<p style="text-align: justify;">As I said before, the Canon drivers for PIXMA iP2600 are only available for 32-bits, and I&#8217;m using a 64-bit ubuntu installation, so a small trick should be done for installing those drivers  (a trick that did not work 3 months ago).</p>
<p style="text-align: justify;">So, if you have a Canon PIXMA iP2600 or similar, here is what I did to get it working:</p>
<ul>
<li>Go to  <a href="http://www.linuxprinting.org">Linux Printing</a> and look for your printer (in my case PIXMA iP2600)
<ul>
<li>I found this page for the  <a href="http://www.linuxprinting.org/show_printer.cgi?recnum=Canon-PIXMA_iP2600">drivers of Canon PIXMA iP2600</a></li>
</ul>
</li>
<li>I download the drivers for 32-bits operating systems  (there are no 64-bit versions of these drivers):
<ul>
<li><span style="font-family: ms sans serif,helvetica;"><strong><em>cnijfilter-common_2.90-1_i386.deb</em></strong> at <a href="http://support-asia.canon-asia.com/contents/ASIA/EN/0100118902.html">http://support-asia.canon-asia.com/contents/ASIA/EN/0100118902.html</a></span></li>
<li><span style="font-family: ms sans serif,helvetica;"><strong><em>cnijfilter-ip2600series_2.90-1_i386.deb</em></strong> at <a href="http://support-asia.canon-asia.com/contents/ASIA/EN/0100119102.html">http://support-asia.canon-asia.com/contents/ASIA/EN/0100119102.html</a></span></li>
</ul>
</li>
<li><span style="font-family: ms sans serif,helvetica;">I forced the installation of both packages using dpkg:</span>
<ul>
<li><strong>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> <span style="color: #660033;">--force-architecture</span> cnijfilter-common_2.90-<span style="color: #000000;">1</span>_i386.deb</pre></div></div>

<p></strong></li>
<li><strong>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> <span style="color: #660033;">--force-architecture</span> cnijfilter-ip2600series_2.90-<span style="color: #000000;">1</span>_i386.deb</pre></div></div>

<p></strong></li>
</ul>
</li>
<li>And finally I connected the printer USB to my laptop, I opened the Printer Manager (System -&gt; Administration -&gt; Printing), and I clicked on New Printer button, and after clicking next next a couple of time I clicked on Finish (without changing anything). The printer manager added the new printer and asked me to print a test page and&#8230;</li>
<li><em><strong> voila!  The page has been magically printed!</strong></em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.codigomanso.com/en/2009/06/instalar-impresora-canon-pixma-ip2600-en-ubuntu-904-64-bits/feed/</wfw:commentRss>
		<slash:comments>145</slash:comments>
		</item>
	</channel>
</rss>

