LightScribe on Ubuntu
May 17th, 2008
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’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 hand-labeling or printing stickers for your CDs and DVDs are over.

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.
What You Need
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.
LightScribe hardware
LightScribe-enabled disc drives do double duty. The same laser that burns your data will also laser-etch your customized CD/DVD labels. LightScribe-enabled CD/DVD burners are ubiquitous these days. You may already have one.
Just look for the LightScribe logo on the drive bay door:
LightScribe media
LightScribe CDs and DVDs 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.
LightScribe software
LightScribe software may have come packaged with your CD/DVD burner, and different flavors are available from a variety of vendors online. Unfortunately, they’re all for Windows. For Linux, we’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 4L for short.
Installing the Software
1. Download the LightScribe System Software using the following command, or get the most current version from the LightScribe Downloads page. Open a terminal and paste the following code:
wget http://download.lightscribe.com/ls/lightscribe-1.12.37.1-linux-2.6-intel.deb
2. Download the Lacie LightScribe Labeler for Linux (4L).
from here:
wget http://principialabs.com/files/4l_1.0-r6_i386.deb
or here:
wget http://uploads.mitechie.com/lightscribe/4l_1.0-r6_i386.deb
3. Install the LightScribe System Software. Important: You must install this first, before installing 4L! 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. lightscribe-1.12.37.1-linux-2.6-intel.deb). [Note: For 32-bit users, simply remove the --force-architecture switch from the command.]
sudo dpkg --force-architecture -i lightscribe-1.12.37.1-linux-2.6-intel.deb
4. Install 4L, the Lacie LightScribe Labeler for Linux. Important: You must install the LightScribe System Software first, or this won’t work! [Note: For 32-bit users, simply remove the --force-architecture switch from the command.]
sudo dpkg --force-architecture -i 4l_1.0-r6_i386.deb
Running the Lacie LightScribe Labeler
The graphical user interface to 4L is called 4L-gui and can be run from the command line. It must be run as the root user, like so:
sudo 4L-gui
This will launch the 4L GUI pictured above. The interface is fairly intuitive, but the basic procedure is:
- Insert LightScribe media into your disc drive, label side down!
- Select an image to burn onto the CD or DVD by using the “Import Image” button.
- Adjust the image size and alignment as necessary using the scale slider.
- Preview the finished product by pressing the “Print” button and then selecting “Preview.”
- Press “Print” to burn the label to the disc. A full-size image should take about 20 minutes.
- Remove the CD/DVD media and FLIP!
- Use K3b (or your favorite burner program) to burn data on your new hella-cool custom disc!
Burn - Flip - Burn!
One final technical note: Unfortunately, the installation process above does not create a new item in your programs menu. If you’d like to create an item in your program menu for the LightScribe labeler, check out this thread on the Ubuntu Forums.


Add a comment
Trackback Link | Comments RSS