Page 1 of 3 123 LastLast
Results 1 to 10 of 28

Thread: HOWTO: Install Lightscribe

  1. #1
    Join Date
    Jun 2007
    Beans
    19

    HOWTO: Install Lightscribe

    This guide will help you install the base Lightscribe software and the 4L Disk Labeling software on a 32-bit or 64-bit Ubuntu install.

    You can download the latest Lightscribe System Software from: http://www.lightscribe.com/downloadsection/linux/
    and the latest LaCie 4L Labeling Software from: http://www.lacie.com/us/support/driv...r.htm?id=10094
    If you follow this guide to the letter, you will download software that is perhaps older than the versions above. Updated versions may include support for more types of drives. If you choose to go with the latest and untested versions, update the version numbers in the commands below.


    Open a terminal.

    1. Create a temporary workspace in your home directory.
    Note: You can delete this directory when you are finished installing the software.
    Code:
    mkdir workspace
    cd workspace
    2. Download the 32-bit .deb files and an icon for Lightscribe
    Code:
    wget http://download.lightscribe.com/ls/lightscribe-1.12.37.1-linux-2.6-intel.deb
    wget http://uploads.mitechie.com/lightscribe/4l_1.0-r6_i386.deb
    wget http://lawrencecomputing.dyn-o-saur.com/lightscribe/lightscribe.png
    3. Install the .deb files in the console with the force-architecture flag on 64-bit systems
    Important: Make sure to do these steps in this order (lightscribe then 4L)
    For 32-bit:
    Code:
    sudo dpkg -i lightscribe-1.12.37.1-linux-2.6-intel.deb
    sudo dpkg -i 4l_1.0-r6_i386.deb
    For 64-bit:
    Code:
    sudo dpkg --force-architecture -i lightscribe-1.12.37.1-linux-2.6-intel.deb
    sudo dpkg --force-architecture -i 4l_1.0-r6_i386.deb

    4. Fix the missing liblightscribe.so.1 error

    Code:
    sudo ln -s /usr/lib/liblightscribe.so.1 /usr/lib32/
    sudo ln -s /usr/lib/liblightscribe.so /usr/lib32/
    sudo ldconfig
    Note: The program should run now. You can test this by running:
    Code:
    gksudo 4L-gui
    5. Copy the icon file into Ubuntu's shared icon directory
    Code:
    sudo cp lightscribe.png /usr/share/pixmaps/4L-gui.png
    6. Create a shortcut to launch the 4L Disk Labeler as root
    a. Right Click on the Ubuntu Menu Bar and choose Edit Menus.
    b. In the left pane labeled menus choose either "Sound & Video" or "System Tools".
    c. Then, click new item.
    Enter this information into the window:

    Code:
    Type: Application
    Name: Lightscribe
    Command: gksudo 4L-gui
    Comment: Label a disc with Lightscribe
    Note: You can automatically generate an icon by leaving out the gksudo from "gksudo 4L-gui" in the command field. You must add gksudo to the command or the program will not be able to burn discs. Ubuntu will search for an icon in /usr/share/pixmaps with the same name as the command. Alternatively, you can click the spring icon and browse for the Lightscribe icon.

    Note: You can burn a label twice if it is not dark enough. Don't worry about the orientation of the disc, the drive will align it for you.
    Last edited by GreatGariny; June 19th, 2008 at 07:11 AM.

  2. #2
    Join Date
    Aug 2008
    Beans
    3

    Re: HOWTO: Install Lightscribe

    Hi,
    With reference to your guide.
    When i enter the command
    sudo ln -s /usr/lib/liblightscribe.so.1 /usr/lib32/

    i am informed that
    ln: target `/usr/lib32/' is not a directory: No such file or directory

    This is also true of
    sudo ln -s /usr/lib/liblightscribe.so /usr/lib32/

    What can i do to remedy this ?

    I continued with the rest of the install and can launch and use Lacie
    However when i come to print my lightscribe drive is not recognised .

    Your help would be much appreciated
    Thanks ,
    James

  3. #3
    Join Date
    Sep 2006
    Beans
    3,165
    Distro
    Ubuntu Karmic Koala (testing)

    Re: HOWTO: Install Lightscribe

    Quote Originally Posted by james7dean View Post
    Hi,
    With reference to your guide.
    When i enter the command
    sudo ln -s /usr/lib/liblightscribe.so.1 /usr/lib32/

    i am informed that
    ln: target `/usr/lib32/' is not a directory: No such file or directory

    This is also true of
    sudo ln -s /usr/lib/liblightscribe.so /usr/lib32/

    What can i do to remedy this ?

    I continued with the rest of the install and can launch and use Lacie
    However when i come to print my lightscribe drive is not recognised .

    Your help would be much appreciated
    Thanks ,
    James
    This is also my problem.I can't link them

  4. #4
    Join Date
    Aug 2008
    Beans
    3

    Smile Re: HOWTO: Install Lightscribe

    Quote Originally Posted by binbash View Post
    This is also my problem.I can't link them
    Hi binbash,
    I managed to get my lightscribe working , apparently if you have Ubuntu 7.04 or newer, you need to install the old c library.

    enter this code into the terminal :-
    sudo apt-get install libstdc++5

    it will then ask for your password, enter it and the library is installed

    After doing this my lightscribe drive was finally recognised by Lacie lightscribe labeller

    hope this works for u,

    James

  5. #5
    Join Date
    May 2007
    Location
    San Francisco, California
    Beans
    5,857
    Distro
    Ubuntu Development Release

    Re: HOWTO: Install Lightscribe

    Good information in here, nice tutorial.

  6. #6
    Join Date
    Feb 2007
    Location
    Everywhere
    Beans
    1,529
    Distro
    Ubuntu Development Release

    Re: HOWTO: Install Lightscribe

    Since installing Intrepid, the software no longer starts. Literally, nothing happens. Worked fine with Hardy.
    "Knowledge is power. Who said that?" - Dave Lister

  7. #7
    Join Date
    Jul 2007
    Beans
    2

    Re: HOWTO: Install Lightscribe

    Thanks for the great tutorial GreatGariny, I've never installed an app this easily without synaptic before.

    The only thing I had to do different was to download the lightscribe .deb file from:

    http://www.lightscribe.com/downloadS...nux/index.aspx

    Because when I entered:

    Code:
    wget http://download.lightscribe.com/ls/lightscribe-1.12.37.1-linux-2.6-intel.deb
    I got:

    Code:
    HTTP request sent, awaiting response... 404 Not Found
    And then of course I used:

    Code:
    sudo dpkg --force-architecture -i lightscribe-1.14.32.1-linux-2.6-intel.deb
    Instead of:
    Code:
    sudo dpkg --force-architecture -i lightscribe-1.12.37.1-linux-2.6-intel.deb
    and all worked well after that, thanks for going to the trouble of walking through the creation of the shortcut in the menu too.

    This is my first post, I hope I am making sense.

  8. #8
    Join Date
    Apr 2007
    Beans
    150
    Distro
    Kubuntu Jaunty Jackalope (testing)

    Re: HOWTO: Install Lightscribe

    I can also confirm the 404 error, but I am trying to get the
    Code:
    wget http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    which is the latest version. I sent in a tech support report notifying them of the problem, so hopefully it will be fixed soon.

    ...actually as I type this, it appears that the download from the site is back up, but the wget still oddly fails...
    Code:
    wget http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    --20:34:54--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.

    Oh, nice howto btw.

    You can adjust the contrast to make your labels darker by doing "sudo /usr/lib/lightscribe/elcu.sh"
    Code:
    jpg@kubuntu-hardy-64-box:~$ sudo /usr/lib/lightscribe/elcu.sh
    Current contrast setting: Enhanced
    
    MODIFY CONTRAST SETTINGS:
    1 This will make your labels darker, but you will experience a longer label time
    2 This will reset your LightScribe contrast to default factory settings
    Select new setting: 1
    
    Enhanced settings applied.
    Last edited by red_team316; November 16th, 2008 at 03:40 AM.

  9. #9
    Join Date
    Apr 2007
    Beans
    150
    Distro
    Kubuntu Jaunty Jackalope (testing)

    Re: HOWTO: Install Lightscribe

    Tech support did contact me. Here's the reply:
    Quote Originally Posted by Tech Support
    Hello *****,

    Thank you for your feedback.

    We recently experienced problems with some of the download links.

    I have tested the link and it is seem to be working properly.You may need to Refresh your browser and delete cookies and temp files.

    Also, make sure you are not using an old URL, try the following:

    For the RPM package:

    http://download.lightscribe.com/ls/l...-2.6-intel.rpm

    For the DEB package:

    http://download.lightscribe.com/ls/l...-2.6-intel.deb

    Best Regards,
    John Matthews

    **re: DLP
    I did create a bash script with a loop and here is the script as well as the output:
    The output shows that it had to try to download 20 times before it would actually work. I also sent the script and output to them so hopefully they can dig into it deeper. The download does work sometimes, but sometimes not, so the bash loop script is the way to go until they get the download 100% fixed. Hope this helps some people.

    bash download script with download loop
    Code:
    #!/bin/sh
    
    # Color Codes
    red='\e[0;31m'
    blue='\e[0;34m'
    endColor='\e[0m'
    COUNT=1
    
    
    wget http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    # Check the deb was downloaded, else keep trying to download it...
    while [ ! -e lightscribe-1.14.32.1-linux-2.6-intel.deb ]
    do
        echo -e "${red}Download Failed. Attempt #"$COUNT" Retrying...${endColor}"
    
        wget http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
        let COUNT=COUNT+1
    done
    
    echo -e "${blue}Lightscribe System Software installer was successfully downloaded.${endColor}"
    output
    Code:
    jpg@kubuntu-hardy-64-box:~/Desktop/lightscribe/temp$ bash loop.sh
    --20:24:48--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #1 Retrying...
    --20:24:50--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #2 Retrying...
    --20:24:51--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #3 Retrying...
    --20:24:52--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #4 Retrying...
    --20:24:54--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #5 Retrying...
    --20:24:55--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #6 Retrying...
    --20:24:57--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #7 Retrying...
    --20:24:58--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #8 Retrying...
    --20:25:00--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #9 Retrying...
    --20:25:07--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #10 Retrying...
    --20:25:09--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #11 Retrying...
    --20:25:11--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #12 Retrying...
    --20:25:13--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #13 Retrying...
    --20:25:14--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #14 Retrying...
    --20:25:21--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #15 Retrying...
    --20:25:27--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #16 Retrying...
    --20:25:29--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #17 Retrying...
    --20:25:30--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #18 Retrying...
    --20:25:41--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #19 Retrying...
    --20:25:43--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... failed: Name or service not known.
    Download Failed. Attempt #20 Retrying...
    --20:25:44--  http://download.lightscribe.com/ls/lightscribe-1.14.32.1-linux-2.6-intel.deb
    
               => `lightscribe-1.14.32.1-linux-2.6-intel.deb'
    Resolving download.lightscribe.com... 220.130.117.55, 220.130.117.61
    Connecting to download.lightscribe.com|220.130.117.55|:80... connected.
    
    HTTP request sent, awaiting response... 200 OK
    Length: 505,592 (494K) [application/binary]
    
    100%[====================================>] 505,592      106.07K/s    ETA 00:00
    
    20:25:53 (98.61 KB/s) - `lightscribe-1.14.32.1-linux-2.6-intel.deb' saved [505592/505592]
    
    Lightscribe System Software installer was successfully downloaded.
    jpg@kubuntu-hardy-64-box:~/Desktop/lightscribe/temp$

  10. #10
    Join Date
    Sep 2007
    Beans
    7

    Re: HOWTO: Install Lightscribe

    Just installed Ubuntu 8.10 intrepid x64 with Win Vista 64. Installation went smooth. Came across problems with dual 8800 GT video cards and lightscribe. Solved both issues. The BusId had to be added to my xorg.conf file and my video was corrected. For lightscribe, sudo apt-get install libstdc++5 corrected my problem with 4L-gui not recognizing my dvd lightscribe writer. Thanks to all who put this information on the forums. Greatly appreciated.

    System: Asus P5N-D motherboard, 4gig DDR2 nvidia SLI memory, dual 8800 GT EVGA video cards, Intel Quadcore 6700.

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •