<?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>K33bz &#187; Linux</title>
	<atom:link href="http://www.k33bz.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.k33bz.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 06 Dec 2011 23:23:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How I got my Lexmark X6170 Working on Ubuntu 8.04</title>
		<link>http://www.k33bz.com/how-i-got-my-lexmark-x6170-working-on-ubuntu-804/</link>
		<comments>http://www.k33bz.com/how-i-got-my-lexmark-x6170-working-on-ubuntu-804/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 22:55:41 +0000</pubDate>
		<dc:creator>k33bz</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.k33bz.com/how-i-got-my-lexmark-x6170-working-on-ubuntu-804/</guid>
		<description><![CDATA[Here&#8217;s the script I ended up writing once I got everything finally working. Since I was missing a few packages I ended up finding out each step the hard way but I continued to tweak the script just in case I ever have to do it again. I take very very little if any credit [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Here&#8217;s the script I ended up writing once I got everything finally working. Since I was missing a few packages I ended up finding out each step the hard way but I continued to tweak the script just in case I ever have to do it again.</p>
<p>I take very very little if any credit for getting any of this to actually work, everything I learned came from the following:</p>
<p><a href="http://ubuntuforums.org/showthread.php?t=49714">http://ubuntuforums.org/showthread.php?t=49714</a><br />
<a href="http://real.lithium.com/real/board/message?board.id=realplayer&amp;thread.id=1152&amp;view=by_date_ascending&amp;page=2">http://real.lithium.com/real/board/message?board.id=realplayer&amp;thread.id=1152&amp;view=by_date_ascending&amp;page=2</a></p>
<p>First and foremost you need the files.</p>
<p>For the Z55 driver: <a href="http://www.downloaddelivery.com/downloads/cpd/CJLZ55LE-CUPS-1.0-1.TAR.GZ">CJLZ55LE-CUPS-1.0-1.TAR.GZ</a></p>
<p>I highly urge you to make a new folder and move the file there along with the script. If all goes well you can jsut sit back and coast.<br />
<code lang="bash"><br />
# lexmark_z55_install.sh<br />
# last modified 04-25-08</p>
<p># get the two missing packages<br />
sudo apt-get install alien<br />
sudo apt-get install libstdc++5</p>
<p># extract the driver.<br />
tar -xvzf CJLZ55LE-CUPS-1.0-1.TAR.GZ</p>
<p># fix the sh script, the sh script is broken for newer systems.<br />
tail -n +143 lexmarkz55-CUPS-1.0-1.gz.sh > install.tar.gz</p>
<p># extract the contents produced by tail<br />
tar -xvzf install.tar.gz</p>
<p># convert rpm packages to tgz. (ignore the warnings)<br />
sudo alien -t lexmarkz55-CUPS-1.0-1.i386.rpm<br />
sudo alien -t z55llpddk-2.0-2.i386.rpm</p>
<p># extract the tgz's to / putting the files in their right place<br />
sudo tar -xvzf z55llpddk-2.0.tgz -C /<br />
sudo tar -xvzf lexmarkz55-CUPS-1.0.tgz -C /</p>
<p># refresh ubuntu to see the new libraries<br />
sudo ldconfig</p>
<p># change to the folder for the drivers<br />
cd /usr/share/cups/model</p>
<p># unzip the ppd, which should _not_ be gzipped<br />
sudo gunzip Lexmark-Z55-lxz55cj-cups.ppd.gz</p>
<p>#The driver is now installed. Restart the cups daemon.<br />
sudo /etc/rc2.d/S19cupsys restart</p>
<p># Now run and get the driver up and running<br />
/usr/lib/cups/backend/z55<br />
</code><br />
That *should* be everything I ended up having to do to print. Not hard, just a pain because the support from manufacturers sucks when it comes to linux. Hopefully as more people switch everything gets easier.</p>
<div class="shr-publisher-10"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.k33bz.com/how-i-got-my-lexmark-x6170-working-on-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
	</channel>
</rss>

