Installing new PPD files for CUPS

G

Geico Caveman

Hi

I am trying to set up a Xerox Phaser 8550 printer on my machine. From
xerox.com, I downloaded the driver collection, which is basically an
archive of ppd files, one of which is for this printer. I have CUPS and
foomatic installed on my system. How do I install these ppd files so that I
can pick it up in my cups config on localhost:631 ?

Thanks.
 
C

cvt

comp.os.linux.hardware,comp.os.linux.misc,comp.periphs.printers

ppd files should be in

/usr/share/cups/ppd/

# lpadmin -d NAME_FOR_PRINTER -vparallel:/dev/lp0 -FILENAME.ppd

for egsample, change where its obvious :)
That line should install a pinter names NAME_FOR_PRINTER on lpt1 using the
given ppd file for settings and so-on.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top