LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-03-2011, 09:41 AM   #1
HarrySDurham
LQ Newbie
 
Registered: Nov 2008
Location: Newmanstown, Pa.
Distribution: Linspire
Posts: 8

Rep: Reputation: 0
Unhappy Installing Lightscribe software and LaCie Lightscribe on my 64 bit Kubuntu 10.10 syst


I just recently built a 64 bit AMD Phenom quad core desktop. I have installed Kubuntu 10.10. I have an HP DVD burner with Lightscribe capability.
When I try to download and install the software using GDebi I get a message that states that it cannot install the 32 bit software on my 64 bit computer. I read the threads and none of them have worked " using the directions provided". Using the command line and force architecture I got an error message every time. Can anyone who has succeeded in doing this give me the commands in simple "newbie" English to I can use Lightscribe along with Lacie Lightscribe on my 64 bit computer?
 
Old 02-03-2011, 09:48 AM   #2
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
Have you installed the 32-bit libraries required for this?

Code:
sudo apt-get install ia32-libs
Then install the lightscribe package. (I believe you'll still need to use the force architecture flag.)
 
Old 02-03-2011, 12:49 PM   #3
lidex
Member
 
Registered: Aug 2009
Location: Ohio, USA
Distribution: Ubuntu Development Release x64
Posts: 56

Rep: Reputation: 23
This worked for me:
http://ubuntuforums.org/showthread.php?t=1350415
 
Old 02-04-2011, 01:54 AM   #4
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Moved: This thread is more suitable in Linux-General and has been moved accordingly to help your thread/question get the exposure it deserves.
 
Old 02-07-2011, 08:09 AM   #5
HarrySDurham
LQ Newbie
 
Registered: Nov 2008
Location: Newmanstown, Pa.
Distribution: Linspire
Posts: 8

Original Poster
Rep: Reputation: 0
Lightscribe on 64 bit Kubuntu 10.10

I entered the script and it failed. I'm wondering if the fact that I have an AMD phenom quad 4 processor and the file has "Intel" may be the cause of the problem? I checked and I do have the ia32-libs . I downloaded the latest lightscribe debian file and it is located in the downloads folder. . When I enter the sudo dpkg-i--force architecture lightscribe-1.18.21.1-linux-2.6-intel.deb in konsole I get the following:
sudo: dpkg-I--force: command not found. Is there something I am missing? Also, I have Kubuntu 10.10 . I have 4 gigs of ram.
 
Old 02-07-2011, 08:39 AM   #6
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
Quote:
When I enter the sudo dpkg-i--force architecture lightscribe-1.18.21.1-linux-2.6-intel.deb in konsole I get the following:
sudo: dpkg-I--force: command not found. Is there something I am missing?
You're missing spaces for one.

Code:
sudo dpkg -i --force-architecture
 
Old 02-08-2011, 08:09 AM   #7
HarrySDurham
LQ Newbie
 
Registered: Nov 2008
Location: Newmanstown, Pa.
Distribution: Linspire
Posts: 8

Original Poster
Rep: Reputation: 0
lightscribe on 64 bit kubuntu 10.10

I re-entered the script with the spaces as your correction and I still got an error. sudo dpkg -i --force-architecture lightscribe-1.18.21.1-linux-2.6-intel.deb
 
Old 02-08-2011, 08:17 AM   #8
HarrySDurham
LQ Newbie
 
Registered: Nov 2008
Location: Newmanstown, Pa.
Distribution: Linspire
Posts: 8

Original Poster
Rep: Reputation: 0
The message I got:

cannot access archive: No such file or directory
Errors were encountered while processing:
lightscribe-1.18.21.1-linux-2.6-intel.deb
 
Old 02-08-2011, 08:31 AM   #9
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
Either the file name is wrong or you're not in the same directory as the file and you need to either move to the correct directory or use the full path to the file. You mentioned above it was in your Downloads folder, so try

Code:
sudo dpkg -i --force-architecture ~/Downloads/lightscribe-1.18.21.1-linux-2.6-intel.deb
 
1 members found this post helpful.
Old 02-08-2011, 01:51 PM   #10
HarrySDurham
LQ Newbie
 
Registered: Nov 2008
Location: Newmanstown, Pa.
Distribution: Linspire
Posts: 8

Original Poster
Rep: Reputation: 0
harry@harry-GeForce7050M-M:~$ sudo dpkg -i --force-architecture ~/Downloads/lightscribe-1.18.21.1-linux-2.6-intel.deb
[sudo] password for harry:
dpkg: warning: overriding problem because --force enabled:
package architecture (i386) does not match system (amd64)
(Reading database ... 239462 files and directories currently installed.)
Preparing to replace lightscribe 1.18.21.1 (using .../lightscribe-1.18.21.1-linux-2.6-intel.deb) ...
Unpacking replacement lightscribe ...
Setting up lightscribe (1.18.21.1) ...
ln: creating symbolic link `/usr/lib/libstdc++.so.5': File exists
harry@harry-GeForce7050M-M:~$
 
Old 02-08-2011, 11:47 PM   #11
lidex
Member
 
Registered: Aug 2009
Location: Ohio, USA
Distribution: Ubuntu Development Release x64
Posts: 56

Rep: Reputation: 23
Quote:
Originally Posted by HarrySDurham View Post
harry@harry-GeForce7050M-M:~$ sudo dpkg -i --force-architecture ~/Downloads/lightscribe-1.18.21.1-linux-2.6-intel.deb
[sudo] password for harry:
dpkg: warning: overriding problem because --force enabled:
package architecture (i386) does not match system (amd64)
(Reading database ... 239462 files and directories currently installed.)
Preparing to replace lightscribe 1.18.21.1 (using .../lightscribe-1.18.21.1-linux-2.6-intel.deb) ...
Unpacking replacement lightscribe ...
Setting up lightscribe (1.18.21.1) ...
ln: creating symbolic link `/usr/lib/libstdc++.so.5': File exists
harry@harry-GeForce7050M-M:~$
So it was actually installed and you just re-installed it. That's not an error, it's a warning.
What's the problem? Did you follow the link I posted?
 
Old 02-09-2011, 01:08 PM   #12
HarrySDurham
LQ Newbie
 
Registered: Nov 2008
Location: Newmanstown, Pa.
Distribution: Linspire
Posts: 8

Original Poster
Rep: Reputation: 0
Lidex
I can now see that the lightscribe driver software was installed! When trying to install the Lightscribe applications I tried to follow your link and it gave me the following error:
harry@harry-GeForce7050M-M:~$ sudo dpkg -i --force architecture lightscribe-/home/harry/Downloads/lightscribeApplications-1.18.6.1-linux-2.6-intel.deb
[sudo] password for harry:
dpkg: error processing lightscribe-/home/harry/Downloads/lightscribeApplications-1.18.6.1-linux-2.6-intel.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:

I'm a newbie and I apologize for my unintentional stupidity. I probably screwed up the script. I thought I would have to incorporate in the script where the file was located . Could you please write out the script again for installing the Applications. Also after I tried to install the LaCie Lightscribe "rpm" when I enter the Sudo 4L-gui the screen comes up , however, when I select my picture and then try to burn it a message states "you need to select a drive before you can print" ??? Any Ideas? Also , if I continue to fail at trying to install these programs would you be willing to access my PC remotely to give me more help???
 
Old 02-11-2011, 08:55 AM   #13
HarrySDurham
LQ Newbie
 
Registered: Nov 2008
Location: Newmanstown, Pa.
Distribution: Linspire
Posts: 8

Original Poster
Rep: Reputation: 0
I just would like to thank both Reed9 and lidex for their help. With your help I finally have both the 4L-gui and the Simple labeler working great-- Thanks again!

Last edited by HarrySDurham; 02-11-2011 at 01:47 PM.
 
Old 02-11-2011, 11:31 AM   #14
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
If your problem is solved, please mark your thread as [SOLVED] by using the thread tool. Thanks!
 
  


Reply

Tags
lightscribe


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
lacie lightscribe poor contrast business_kid Linux - Software 0 10-22-2009 02:57 PM
LaCie and SimpleLabeler do not recognize my HP Lightscribe anymore. andrew2325 Linux - Software 2 09-30-2008 10:11 AM
LaCie LightScribe Labeler: Can you enter text? Bazbo Linux - Software 1 04-13-2008 09:48 PM
LaCie Lightscribe for Linux mickeyboa Fedora 11 05-24-2007 04:16 PM
Lacie 4L Lightscribe for linux cancel's itself tgm4883 Linux - Software 0 10-27-2006 11:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration