<?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>Principia Labs &#187; lightscribe</title>
	<atom:link href="http://principialabs.com/tag/lightscribe/feed/" rel="self" type="application/rss+xml" />
	<link>http://principialabs.com</link>
	<description>design, build, test, iterate.</description>
	<lastBuildDate>Thu, 07 Apr 2011 04:04:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>LightScribe on Ubuntu</title>
		<link>http://principialabs.com/lightscribe-on-ubuntu/</link>
		<comments>http://principialabs.com/lightscribe-on-ubuntu/#comments</comments>
		<pubDate>Sat, 17 May 2008 22:33:31 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[lightscribe]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://principialabs.com/?p=92</guid>
		<description><![CDATA[LightScribe is an innovative technology that uses a special disc drive, special media, and label-making software to burn labels directly onto CDs and DVDs. The labels are laser-etched, not printed, so there&#8217;s no ink, no smudging, and no peeling. LightScribe lets you create one-of-a-kind designs with your own photos, text, and artwork. The days of [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.lightscribe.com/'><img src="http://principialabs.com/wp-content/uploads/lightscribe-logo.jpg" alt="LightScribe Logo" title="lightscribe-logo" width="150" height="132" class="alignleft size-full wp-image-95" /></a></p>

<p><strong><a href="http://www.lightscribe.com/">LightScribe</a></strong> is an innovative technology that uses a special disc drive, special media, and label-making software to burn labels <em>directly</em> onto CDs and DVDs.  The labels are laser-etched, not printed, so there&#8217;s no ink, no smudging, and no peeling.</p>

<p>LightScribe lets you create one-of-a-kind designs with your own photos, text, and artwork.  The days of hand-labeling or printing stickers for your CDs and DVDs are over.</p>

<p><img src="http://principialabs.com/wp-content/uploads/lightscribe-martini.jpg" alt="" title="lightscribe-martini" width="140" height="140" style="float:right; padding-left: 10px;" /></p>

<p>This short tutorial will describe how to install and run LightScribe software on Ubuntu.  These instructions are tailored specifically for Ku/Xu/Ubuntu 64-bit users, since the LightScribe software is designed for the 32-bit architecture.  Where necessary, alterations for 32-bit users are included.</p>

<h3>What You Need</h3>

<p>Before downloading anything, make sure you have the necessary hardware and materials at hand, or you may have to make an emergency trip to your local big-box electronics store.</p>

<p><strong>LightScribe hardware</strong></p>

<p>LightScribe-enabled disc drives do double duty. The same laser that burns your data will also laser-etch your customized CD/DVD labels.   <a href="http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&amp;N=40000005&amp;Description=lightscribe&amp;name=CD+%2f+DVD+Burners">LightScribe-enabled CD/DVD burners</a> are ubiquitous these days.  You may already have one.</p>

<p><span id="more-55"></span></p>

<p>Just look for the LightScribe logo on the drive bay door:</p>

<div style="text-align: center;">
<img src="http://principialabs.com/wp-content/uploads/lightscribe-burner.jpg" alt="LightScribe Burner" title="lightscribe-burner" width="190" height="198" class="alignnone size-full wp-image-98" />
</div>

<p><strong>LightScribe media</strong></p>

<p><a href="http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&amp;N=+40000071&amp;Configurator=&amp;Subcategory=-1&amp;description=lightscribe&amp;Ntk=&amp;srchInDesc=">LightScribe CDs and DVDs</a> have a special coating that interacts with the laser in your LightScribe-enabled disc drive. You must use LightScribe CDs and DVDs in order to burn a label onto your discs.</p>

<div style="text-align: center;">
<img src="http://principialabs.com/wp-content/uploads/lightscribe-cd-r.jpg" alt="LightScribe CD-R" title="lightscribe-cd-r" width="300" height="166" class="alignnone size-full wp-image-97" />
</div>

<p><strong>LightScribe software</strong></p>

<p>LightScribe software may have come packaged with your CD/DVD burner, and different flavors are available from a variety of vendors online.  Unfortunately, they&#8217;re all for Windows.  For Linux, we&#8217;ll be using basically two programs: (1) the LightScribe System Software, which handles the low-level system tasks like communicating with your disc drive, and; (2) the Lacie LightScribe Labeler for Linux, or <code>4L</code> for short.</p>

<div style="text-align: center;">
<img src="http://principialabs.com/wp-content/uploads/4l-gui.jpg" alt="4L-gui" title="4l-gui" width="300" height="338" class="alignnone size-full wp-image-99" />
</div>

<h3>Installing the Software</h3>

<p><strong>1.  Download</strong> the LightScribe System Software using the following command, or get the most current version from the <a href="http://lightscribe.com/downloadSection/linux/">LightScribe Downloads</a> page.  Open a terminal and paste the following code:</p>

<pre>
wget http://download.lightscribe.com/ls/lightscribe-1.12.37.1-linux-2.6-intel.deb
</pre>

<p><strong>2. Download</strong> the Lacie LightScribe Labeler for Linux (4L).</p>

<p>from here:</p>

<pre>
wget http://principialabs.com/files/4l_1.0-r6_i386.deb
</pre>

<p>or here:</p>

<pre>
wget http://uploads.mitechie.com/lightscribe/4l_1.0-r6_i386.deb
</pre>

<p><strong>3.  Install</strong> the LightScribe System Software.  <em>Important: You must install this first, before installing 4L!</em>  Open a terminal and paste the following code, but be sure the package name matches the one you downloaded from the LightScribe website (e.g. <code>lightscribe-1.12.37.1-linux-2.6-intel.deb</code>).  [Note:  For 32-bit users, simply remove the <code>--force-architecture</code> switch from the command.]
<pre>
sudo dpkg --force-architecture -i lightscribe-1.12.37.1-linux-2.6-intel.deb
</pre></p>

<p><strong>4.  Install</strong> 4L, the Lacie LightScribe Labeler for Linux.  <em>Important: You must install the LightScribe System Software first, or this won&#8217;t work!</em>  [Note:  For 32-bit users, simply remove the <code>--force-architecture</code> switch from the command.]
<pre>
<code>sudo dpkg --force-architecture -i 4l_1.0-r6_i386.deb</code>
</pre></p>

<h3>Running the Lacie LightScribe Labeler</h3>

<p>The graphical user interface to 4L is called <code>4L-gui</code> and can be run from the command line.  It must be run as the root user, like so:</p>

<pre>
sudo 4L-gui
</pre>

<p>This will launch the 4L GUI pictured above.  The interface is fairly intuitive, but the basic procedure is:</p>

<ol>
<li>Insert LightScribe media into your disc drive, <em>label side down!</em></li>
<li>Select an image to burn onto the CD or DVD by using the &#8220;Import Image&#8221; button.</li>
<li>Adjust the image size and alignment as necessary using the scale slider.</li>
<li>Preview the finished product by pressing the &#8220;Print&#8221; button and then selecting &#8220;Preview.&#8221;</li>
<li>Press &#8220;Print&#8221; to burn the label to the disc.  A full-size image should take about 20 minutes.</li>
<li>Remove the CD/DVD media and FLIP!</li>
<li>Use K3b (or your favorite burner program) to burn data on your new hella-cool custom disc!</li>
</ol>

<p><strong>Burn &#8211; Flip &#8211; Burn!</strong></p>

<p>One final technical note:  Unfortunately, the installation process above does not create a new item in your programs menu.    If you&#8217;d like to create an item in your program menu for the LightScribe labeler, check out <a href="http://ubuntuforums.org/showthread.php?t=520317">this thread on the Ubuntu Forums</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://principialabs.com/lightscribe-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

