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
 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
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 Engineer
 
rokytnji's Avatar
 
Join Date: Jul 2008
Location: Pecos, Texas
Posts: 1,128
[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’ll keep using Linux until they pry it from my cold dead fingers.
rokytnji is offline  

Old 07-28-2008   #2 (permalink)
Super Moderator
 
Join Date: May 2004
Posts: 11,204
Try:

Code:
cd /home/your_user_name/Desktop
__________________
oz

New Members: * click here *
ozar is offline  
Old 07-28-2008   #3 (permalink)
Linux Engineer
 
rokytnji's Avatar
 
Join Date: Jul 2008
Location: Pecos, Texas
Posts: 1,128
Thanks for answering ozar. Will give it a try and post back with update.
__________________
Free Linux Books
Linux Registered User # 475019
And I’ll keep using Linux until they pry it from my cold dead fingers.
rokytnji is offline  
Old 07-28-2008   #4 (permalink)
Linux Engineer
 
rokytnji's Avatar
 
Join Date: Jul 2008
Location: Pecos, Texas
Posts: 1,128
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’ll keep using Linux until they pry it from my cold dead fingers.
rokytnji is offline  
Old 07-28-2008   #5 (permalink)
Linux Engineer
 
rokytnji's Avatar
 
Join Date: Jul 2008
Location: Pecos, Texas
Posts: 1,128
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’ll keep using Linux until they pry it from my cold dead fingers.
rokytnji is offline  
Old 07-28-2008   #6 (permalink)
Super Moderator
 
Join Date: May 2004
Posts: 11,204
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: * click here *
ozar is offline  
Old 07-28-2008   #7 (permalink)
Linux Engineer
 
rokytnji's Avatar
 
Join Date: Jul 2008
Location: Pecos, Texas
Posts: 1,128
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’ll keep using Linux until they pry it from my cold dead fingers.
rokytnji is offline  
Old 07-28-2008   #8 (permalink)
Linux Engineer
 
rokytnji's Avatar
 
Join Date: Jul 2008
Location: Pecos, Texas
Posts: 1,128
Oops I see what I did.
__________________
Free Linux Books
Linux Registered User # 475019
And I’ll keep using Linux until they pry it from my cold dead fingers.
rokytnji is offline  
Old 07-28-2008   #9 (permalink)
Linux Engineer
 
rokytnji's Avatar
 
Join Date: Jul 2008
Location: Pecos, Texas
Posts: 1,128
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’ll keep using Linux until they pry it from my cold dead fingers.
rokytnji is offline  
Old 07-28-2008   #10 (permalink)
Super Moderator
 
Join Date: May 2004
Posts: 11,204
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: * click here *
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
Free Network Mapping Tool for Microsoft® Office Visio® Professional 2007 Users
Don't map your network by hand – let LANsurveyor Express for Microsoft Visio Professional 2007 automatically create network diagrams for you.
subscribe
Free eBook:"Vulnerability Management for Dummies"
Get all the Facts and See How to Implement a Successful Vulnerability Management Program.
subscribe
Google vs The World: The Battle of the Message Security Vendors
With such a powerful name behind it, Google Message Security stands out in a sea of products that do exactly the same thing - or so they say.
subscribe

Safe, Secure Backup


All times are GMT. The time now is 10:33 PM.






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

Content Relevant URLs by vBSEO 3.3.0 RC2