Size: 4702
Comment: Added Troubleshooting
|
← Revision 21 as of 2015-08-02 15:46:40 ⇥
Size: 3907
Comment: Added new download links
|
Deletions are marked like this. | Additions are marked like this. |
Line 14: | Line 14: |
* [[ProcessorArch| x86]] distribution of Ubuntu [[HardyHeron| 8.04 LTS (Hardy)]] or newer. | |
Line 20: | Line 19: |
1. Visit the LightScribe download page for Linux: http://www.lightscribe.com/downloadSection/linux/index.aspx | 1. Visit the !LightScribe download page for Linux: http://www.pawtec.com/lightscribe/#linuxutils (note: the official !LightScribe website is down. Pawtec mirrors its packages) |
Line 22: | Line 21: |
2. Download the [[http://download.lightscribe.com/ls/lightscribe-1.18.8.1-linux-2.6-intel.deb|LightScribe System Software package "deb package"]] software. | 2. Download the [[http://www.pawtec.com/lightscribe_files/Linux/LSS/lightscribe-1.18.27.10-linux-2.6-intel.deb|LightScribe System Software package "deb package"]] software. |
Line 24: | Line 23: |
3. Download the [[http://download.lightscribe.com/ls/lightscribeApplications-1.18.6.1-linux-2.6-intel.deb|LightScribe Simple Application "deb package"]] software. | 3. Download the [[http://www.pawtec.com/lightscribe_files/Linux/LSL/lightscribeApplications-1.18.15.1-linux-2.6-intel.deb|LightScribe Simple Application "deb package"]] software. |
Line 26: | Line 25: |
4. Download the [[http://principialabs.com/files/4l_1.0-r6_i386.deb|LaCie 4L Labeler utility "deb package"]] software. | 4. Download the [[http://davideddu.org/download/4l_1.0-1_i386.deb|LaCie 4L Labeler utility "deb package"]] software. |
Line 28: | Line 27: |
4. Double-click the lightscribe-1.18.8.1-linux-2.6-intel.deb file and follow the prompts to install it. | 4. Double-click the lightscribe-1.18.27.10-linux-2.6-intel.deb file and follow the prompts to install it. |
Line 30: | Line 29: |
5. Double-click the lightscribeApplications-1.18.6.1-linux-2.6-intel.deb file and follow the prompts to install it. | 5. Double-click the lightscribeApplications-1.18.15.1-linux-2.6-intel.deb file and follow the prompts to install it. |
Line 32: | Line 31: |
= Installing on amd64 = The LightScribe packages can be forcibly installed on 64-bit systems. First, install the 32-bit compatibility package: {{{ sudo apt-get install ia32-libs}}} Second, force installation like this: {{{ sudo dpkg --install --force-architecture lightscribe*.deb sudo dpkg --install --force-architecture 4l*.deb}}} This is an advanced command that can break your Ubuntu installation. Never force install a package unless you are prepared to restore the operating system from backup. Running the 4L-gui or 4L-cli program in some cases (e.g., Ubuntu 9.10) will give the error: {{{ error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory}}} The problem is that the dpkg files do not install libstdc++.so.5 in /usr/lib32, only in /usr/lib and /usr/lib64. To fix this problem, run the following command: {{{ sudo ln -s /usr/lib/lightscribe/libstdc++.so.5.0.7 /usr/lib32/libstdc++.so.5}}} To create a symbolic link from the installed libstdc++ to a path where the application will find it. |
6. Double-click the 4l_1.0-1_i386.deb file and follow the prompts to install it. |
Line 65: | Line 43: |
For printing full-CD custom labels that you've created (typically use .png format), use the LaCie 4L application: | For printing full-CD custom labels that you've created (typically use .png format), use the LaCie 4L application. Either look for "!LaCie 4L !LightScribe Labeler" in the dash, or run: |
Line 67: | Line 45: |
sudo 4L-gui}}} | 4L-gui}}} |
Line 98: | Line 76: |
* [[http://davideddu.org/blog/posts/burn-lightscribe-labels-on-ubuntu/|Burn !LightScribe labels in latest versions of Ubuntu]] | |
Line 101: | Line 80: |
* [[http://www.lightscribe.com/|Official LightScribe site]] | * [[http://www.lightscribe.com/|Official LightScribe site]] (offline) |
|
Style Cleanup Required |
LightScribe support for Linux.
Introduction
LaCie has released the first software that allows burning labels on LightScribe media using LightScribe drives under Linux.
Prerequisites
LightScribe capable CD-R or DVD-R burner.
LightScribe media.
Installing
Visit the LightScribe download page for Linux: http://www.pawtec.com/lightscribe/#linuxutils (note: the official LightScribe website is down. Pawtec mirrors its packages)
Download the LightScribe System Software package "deb package" software.
Download the LightScribe Simple Application "deb package" software.
Download the LaCie 4L Labeler utility "deb package" software.
- Double-click the lightscribe-1.18.27.10-linux-2.6-intel.deb file and follow the prompts to install it.
- Double-click the lightscribeApplications-1.18.15.1-linux-2.6-intel.deb file and follow the prompts to install it.
- Double-click the 4l_1.0-1_i386.deb file and follow the prompts to install it.
If, while trying to run the Simple Labeler application, you receive a message that states, "error while loading shared libraries: liblightscribe.so.1: cannot open shared object file: No such file or directory," manually run ldconfig like this:
sudo ldconfig
Running the Applications
For creating simple text labels, with a variety of stock border decorations, use the SimpleLabler application:
/opt/lightscribeApplications/SimpleLabeler/SimpleLabeler
For printing full-CD custom labels that you've created (typically use .png format), use the LaCie 4L application. Either look for "LaCie 4L LightScribe Labeler" in the dash, or run:
4L-gui
On my system, running Ubuntu 9.10, with a MadDog LightScribe drive, it takes about 14 minutes to print a full CD at normal contrast, and 27 minutes at high contrast.
Warnings
These packages install programs as setuid root, which means that they run with full system privileges and could be a security risk.
Enable Enhanced Contrast
Activating the higher contrast print mode will let you print higher quality labels, at the cost of a bit longer burn time.
- Run the Enhanced Contrast Utility for Linux
sudo /usr/lib/lightscribe/elcu.sh
Enter 1 to turn on Enhanced Contrast, or 2 to disable it.
This tip is documented on the LightScribe Pre-Release Software Evaluation page.
Troubleshooting
It has been reported that when installing to 64 bit environments as described above you may get the following error:
error while loading shared libraries: liblightscribe.so.1: cannot open shared object file: No such file or directory
The fix for this problem is to copy both liblightscribe.so and liblightscribe.so.1 files from from /usr/lib to /usr/lib32
Links
Official LightScribe site (offline)