Question

  Asked: May 7 2008   4:47 PM GMT
  Asked by: Ranger cole


Cannot print to Dell 1320c laser printer


Dell printer, Ubuntu Linux, Printing

I cannot print to Dell 1320c printer here is what I get:
I am getting, in 8.04, a cups server error when I try to print to a dell 1320c laser printer. It also says client error document format not supported when I try to print a test page.
Here is the dump from the printing troubleshooting wizard:



Page 1 (Choose printer):
{'cups_dest': <cups.Dest object at 0x86fa8a0>,
'cups_instance': None,
'cups_queue': 'Color_Laser_1320c',
'cups_queue_listed': True}
Page 2 (Check printer sanity):
{'cups_device_uri_scheme': u'usb',
'cups_printer_dict': {'device-uri': u'usb://Dell/Color%20Laser%201320c',
'printer-info': u'Dell Color Laser 1320c',
'printer-is-shared': True,
'printer-location': u'',
'printer-make-and-model': u'Generic text-only printer',
'printer-state': 3,
'printer-state-message': u'',
'printer-state-reasons': [u'none'],
'printer-type': 135172,
'printer-uri-supported': u'ipp://localhost:631/printers/Color_Laser_1320c'},
'is_cups_class': False}
Page 3 (Printer state reasons):
{'printer-state-message': '', 'printer-state-reasons': 'none'}
Page 4 (Print test page):
{'test_page_attempted': True,
'test_page_job_status': [],
'test_page_successful': False}
Page 5 (Printer state reasons):
{'printer-state-message': '', 'printer-state-reasons': 'none'}
I went to Openprinting.org
and tired this file which i downloaded to my desktop.

Fuji_Xerox-DocuPrint_C525_A_AP-1.0-1.i386.rpm

I open a terminal window and get
jaypugh@jaypugh-desktop:~$
I then type according to instructions

rpm -Uvh Fuji_Xerox-DocuPrint_C525_A_AP-1.0-1.i386.rpm
I get the following message:
failed: No such file or directory
I am unable to install the printer.

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0



Hi,
you said your prompt was jaypugh@jaypugh-desktop:~$
Your computername has the word desktop in it. You are not in your desktop directory.
Open the termonal then to change to the Desktop Directory issue the command
> cd Desktop
(Where the > is your prompt.)
Your prompt should then say jaypugh@jaypugh-desktop:~/Desktop$
now issue a command ls -l
This will list the files in the current directory. One of them should be the rpm file you downloaded.
If not make sure you are in your desktop directory (use pwd it will tell you your current directory.)

But you may not be able to install the file unless you have root priviledges. Either use su - to get to root (and then putting in the root password) or if you have sudo rights use
> sudo rpm -Uvh Fuji_Xerox-DocuPrint_C525_A_AP-1.0-1.i386.rpm
You will be asked for your password and then it will install.

If you can not find the file use cd and pwd to ensure you are in the right directory and ls to see if the file is there.

Of course you could just open your desktop directory in a file browser window, double click the file and install it using a gui rpm manager.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Microsoft Windows and Linux.

Looking for relevant Microsoft Windows Whitepapers? Visit the SearchWinIT.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Ranger cole  |   May 9 2008  3:00PM GMT

I have the package converted to .deb. I then installed it by opening it with the gdebi package installer. I verified that the package is installed.
When I run this command
sudo mkdir /usr/share/ppd/cups-included/FX/

I get
<a href="mailto:jaypugh@jaypugh-desktop:~$">jaypugh@jaypugh-desktop:~$</a> sudo mkdir /usr/share/ppd/cups-included/FX/
mkdir: cannot create directory `/usr/share/ppd/cups-included/FX/’: File exists

I checked the for the printer and it not listed. Only the 1320 c is listed not he fuji one. Thanks for helping a newbie.