PPD conumdrum

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat PPD conumdrum
# 1  
Old 06-25-2014
PPD conumdrum

Hello,

Long time without posting to the Unix forum.

I'm currently supporting a RHEL 5.8 environment. Our site is a Konica Minolta shop. We are setting up back-end printing and for the most part it's all well. We've been having issues with a particular model: C364 colour printer. It prints Ok if the regular trays are selected but it won't print from the side tray aka bypass tray. We have been provided with a PPD that supposedly works fine with CUPS 1.3 but it won't work with 1.4. The vendor won't give us a 1.4 version of the PPD. The moment we try to print to the side tray, CUPS doesn't like some of the parameters and shuts the printer down.

Does anybody have any suggestion at this point?

Thanks much and good day to all,

Fabio Gil
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Hardware

Cups-compatible PPD for IBM 6400 printers

We've inherited some IBM Infoprint 6400 printers for use with our internal warehouse management software. Now I'm looking for a driver, or a compatibility list for said printers. I found that IBM does provide drivers for it (link), but due to our policies I can't download it. (who provides drivers... (0 Replies)
Discussion started by: pludi
0 Replies

2. UNIX for Dummies Questions & Answers

Making a ppd driver for Minolta 3100 on CUPS/Ubuntu

Hello I have a Minolta QMS Magicolor 3100 printer. A driver is available (Minolta-magicolor_3100-Postscript.ppd) for Linux, installed using foomatic, but it does not work properly. The resolution is at it's lowest and a poor quality grainy print results. The printer works fine under Windows XP... (0 Replies)
Discussion started by: bwallum
0 Replies

3. Linux

mapping of a printer model with a ppd file in CUPS

Hi all, I am currently working on building a GUI to be interfaced with CUPS 1.3.4 package; In my GUI I have a list of printer manufacturers mapped With various printer models ; and for a particular printer model selected I needed to know how to map that model with an Appropriate ppd file; as I... (0 Replies)
Discussion started by: sc3008
0 Replies

4. UNIX for Dummies Questions & Answers

HP LJ2300D and Unix PPD

:) Greetings, I have a specific question about PPD's under UNIX. I want to run a HP Laserjet 2300D in a standard unix envirnoment. Problem is, i have had a look around the web, but i cant really find a proper PPD. Is it possible to use MAC PPD's? or Solaris? If so, how do i do that? I am... (3 Replies)
Discussion started by: Minor_Threat
3 Replies
Login or Register to Ask a Question
FOOMATIC-PPDFILE(1)					      General Commands Manual					       FOOMATIC-PPDFILE(1)

NAME
foomatic-ppdfile - Generate a PPD file for a given printer/driver combo SYNOPSIS
foomatic-ppdfile [-w] [-d <driver>] -p <printerid> foomatic-ppdfile [-A] [-P pattern] foomatic-ppdfile -h DESCRIPTION
The first form of the foomatic-ppdfile to compute the spooler-independent Foomatic PPD file for any valid printer/driver combo available in the Foomatic database, both for printing with foomatic-rip(1) and for applications/clients being able to access the printer's options. The PPD file is returned on standard ouput. If the driver is not specified, the default driver is used. The second form of the foomatic-ppdfile program will search the printer database and return either all printer entries or those whose name and/or model information match a regular expression. The last form prints a help message and exits. Options -d drivername The (optional) driver name to use. If the driver name is not supplied, the default or first driver in the printers compatible driver list is used. -p printer id The printer id. -w Return a PPD file that conforms to the Microsoft Windows format limitations. -A Return all printer entries in the database. -Ppattern Return all printer entries in the database which match the regular expression. SEE ALSO foomatic-rip(1) EXIT STATUS
foomatic-ppdfile returns 0 on success, 1 otherwise. AUTHOR
Manfred Wassmann <manolo@NCC-1701.B.Shuttle.de> for the foomatic project using output from the associated binary. Modified and updated by Patrick Powell <papowell at astart.com>. BUGS
None so far. Please post bug reports on http://lists.freestandards.org/mailman/listinfo/printing-foomatic Foomatic Project 2001-05-07 FOOMATIC-PPDFILE(1)