Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Ubuntu Help > [SOLVED] Installing Lexmark Z645 in Ubuntu 8.04 Hardy Heron

Forgot Password?
 Ubuntu Help   Discussion and help about Ubuntu, Kubuntu, Xubuntu, and all the Ubuntu family

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Closed Thread
 
Thread Tools Display Modes
Old 07-28-2008   #1 (permalink)
Linux Guru
 
rokytnji's Avatar
 
Join Date: Jul 2008
Location: Pecos, Texas
Posts: 1,503
[SOLVED] Installing Lexmark Z645 in Ubuntu 8.04 Hardy Heron

This is an old problem I've been having with this printer. I currently have to use my Windows XP partition to use it. I figured I would give it another try in Ubuntu as this is the last thing not working. I am following 2 tutorials. One is Here:OpenPrinting database - Printer: Lexmark Z645 Ubuntu Install .The other is Here: HOWTO: Lexmark Printers - Ubuntu Forums . ! big problem is that I am having getting to cd/Desktop in Terminal. I have typed "cd/Desktop" and "~ cd/Desktop". With cd/Desktop I get:
harry@harry-desktop:~$ cd/Desktop
bash: cd/Desktop: No such file or directory
harry@harry-desktop:~$
With ~ cd/Desktop I get:
harry@harry-desktop:~$ ~ cd/Desktop
bash: /home/harry: is a directory
harry@harry-desktop:~$

You can see my Dilemma. Can't even get started. I have downloaded the
/home/harry/Desktop/Lexmark/CJLZ600LE-CUPS-1.0-1.TAR.gz and made the Lexmark Folder and put the Tar.gz in the folder. Heck I have even extracted the Tar.gz in the folder in case I needed to. So I have the Folder and the Tar.gz side by side inside the Lexmark folder sitting on my Desktop. Any Help on this would be much appreciated. Thank you in Advance.

PS. I know already that the Ubuntu hardware compatability charts list the printer as a boat anchor but I am still giving it a try. Weatherford if you're out there I figured I'd give it another stab at it.
__________________
Free Linux Books
Linux Registered User # 475019
And I値l keep using Linux until they pry it from my cold dead fingers.
rokytnji is offline  


Old 07-28-2008   #2 (permalink)
Super Moderator
 
ozar's Avatar
 
Join Date: May 2004
Posts: 12,051
Try:

Code:
cd /home/your_user_name/Desktop
__________________
oz

New Members: * README *
ozar is offline  
Old 07-28-2008   #3 (permalink)
Linux Guru
 
rokytnji's Avatar
 
Join Date: Jul 2008
Location: Pecos, Texas
Posts: 1,503
Thanks for answering ozar. Will give it a try and post back with update.
__________________
Free Linux Books
Linux Registered User # 475019
And I値l keep using Linux until they pry it from my cold dead fingers.
rokytnji is offline  
Old 07-28-2008   #4 (permalink)
Linux Guru
 
rokytnji's Avatar
 
Join Date: Jul 2008
Location: Pecos, Texas
Posts: 1,503
It worked ozar. I will now see how good these tutorials are when it comes to installing this printer and post back with results.
__________________
Free Linux Books
Linux Registered User # 475019
And I値l keep using Linux until they pry it from my cold dead fingers.
rokytnji is offline  
Old 07-28-2008   #5 (permalink)
Linux Guru
 
rokytnji's Avatar
 
Join Date: Jul 2008
Location: Pecos, Texas
Posts: 1,503
2nd road block. I am following the command lines word for word. Even copyiing and pasting. Terminal readout here:
harry@harry-desktop:~$ cd /home/harry/Desktop
harry@harry-desktop:~/Desktop$ mkdir lexmark
harry@harry-desktop:~/Desktop$ mv CJLZ600LE-CUPS-1.0-1.TAR.gz lexmark
mv: cannot stat `CJLZ600LE-CUPS-1.0-1.TAR.gz': No such file or directory
harry@harry-desktop:~/Desktop$ mv CJLZ600LE-CUPS-1.0-1.TAR.gz lexmark
mv: cannot stat `CJLZ600LE-CUPS-1.0-1.TAR.gz': No such file or directory
__________________
Free Linux Books
Linux Registered User # 475019
And I値l keep using Linux until they pry it from my cold dead fingers.
rokytnji is offline  
Old 07-28-2008   #6 (permalink)
Super Moderator
 
ozar's Avatar
 
Join Date: May 2004
Posts: 12,051
It looks like you are aren't properly using the mv command on the command line.

To move a file, use the mv command like this:

Code:
mv /path/to/file_name /new/path/to/file_name
Keep in mind also that once you start to write files and create directories outside of your /home/user_name directory, you'll need to use sudo before any commands you issue.
__________________
oz

New Members: * README *
ozar is offline  
Old 07-28-2008   #7 (permalink)
Linux Guru
 
rokytnji's Avatar
 
Join Date: Jul 2008
Location: Pecos, Texas
Posts: 1,503
What am I doing wrong? Readout here:
harry@harry-desktop:~/Desktop$ mv /path/to/CJLZ600LE-CUPS-1.0-1.TAR.gz lexmark
mv: cannot stat `/path/to/CJLZ600LE-CUPS-1.0-1.TAR.gz': No such file or directory
__________________
Free Linux Books
Linux Registered User # 475019
And I値l keep using Linux until they pry it from my cold dead fingers.
rokytnji is offline  
Old 07-28-2008   #8 (permalink)
Linux Guru
 
rokytnji's Avatar
 
Join Date: Jul 2008
Location: Pecos, Texas
Posts: 1,503
Oops I see what I did.
__________________
Free Linux Books
Linux Registered User # 475019
And I値l keep using Linux until they pry it from my cold dead fingers.
rokytnji is offline  
Old 07-28-2008   #9 (permalink)
Linux Guru
 
rokytnji's Avatar
 
Join Date: Jul 2008
Location: Pecos, Texas
Posts: 1,503
OK, I thought I knew where I was screwing up and tried different commands but still getting nowhere. Terminal Stats here:

harry@harry-desktop:~$ cd /home/harry/Desktop
harry@harry-desktop:~/Desktop$ mkdir lexmark
mkdir: cannot create directory `lexmark': File exists
harry@harry-desktop:~/Desktop$ mv /path/to/file CjLZ6OOLE-CUPS-1.O-1/new/path/to/CjLZ6OOLE-CUPS-1.O-1
mv: cannot stat `/path/to/file': No such file or directory
harry@harry-desktop:~/Desktop$ mv /path/to/file CjLZ6OOLE-CUPS-1.O-1/new/path/to/CjLZ6OOLE-CUPS-1.O-1
mv: cannot stat `/path/to/file': No such file or directory
harry@harry-desktop:~/Desktop$ mv /path/to/file CJLZ6OOLE-CUPS-1.O-1.TAR.gz/new/path/to/CJLZ6OOLE-CUPS-1.O1-1.TAR.gz
mv: cannot stat `/path/to/file': No such file or directory
harry@harry-desktop:~/Desktop$ mv /path/to/file CjLZ6OOLE-CUPS-1.O-1.TAR.gz/new/path/to/CjLZ6OOLE-CUPS-1.O-1.TAR.gz
mv: cannot stat `/path/to/file': No such file or directory
harry@harry-desktop:~/Desktop$
__________________
Free Linux Books
Linux Registered User # 475019
And I値l keep using Linux until they pry it from my cold dead fingers.
rokytnji is offline  
Old 07-28-2008   #10 (permalink)
Super Moderator
 
ozar's Avatar
 
Join Date: May 2004
Posts: 12,051
If your username is 'harry', it would work like this:

Code:
mv /home/harry/Desktop/CjLZ6OOLE-CUPS-1.O-1.TAR.gz /home/harry/Desktop/lexmark/CjLZ6OOLE-CUPS-1.O-1.TAR.gz
...providing you have a 'lexmark' directory on your Desktop, and of course the upper/lower case of each and every letter is important.

Check out LinuxCommand.org for more info on working with the command line:

LinuxCommand.org: Learn the Linux command line. Write shell scripts.
__________________
oz

New Members: * README *
ozar is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 05:34 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2