Cups-compatible PPD for IBM 6400 printers

 
Thread Tools Search this Thread
Special Forums Hardware Cups-compatible PPD for IBM 6400 printers
# 1  
Old 03-02-2010
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 for Unices as an MS exe anyways??)

Anyone got one of these and can tell me how to have it work with CUPS?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

[CUPS] printers not shown after a while

I'm currently running a CUPS server and it shows the printers on other computers just fine, but after a while they disappear. I found out, that restarting /etc/init.d/cups-browsed fixes the problem (for about 15min). When the printers disappear, the cups-browsed service is still running, so I... (0 Replies)
Discussion started by: Gajeela
0 Replies

2. AIX

IBM Virtual Machine OS on intel x86 and x64? IBM AIX OS on IBM Virtual Machine?

Hi There, I have zero information and zero knowledge for IBM virtual machine except Amazon cloud and VMware ESXi (Only Linux OS available). Anyone could provide me the following answer - Can IBM VM been deploy on X86 and X64 (Intel Chip)? If answer is yes any chance to deploy AIX OS... (13 Replies)
Discussion started by: chenyung
13 Replies

3. Red Hat

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... (0 Replies)
Discussion started by: fabiogilr
0 Replies

4. UNIX for Advanced & Expert Users

Slow printing to network printers using CUPS

Hi Guys, I've inherited a mess of an infrastructure in my new job, there hasn't been a sys admin in post for about a year, so things are falling apart. The first thing to break after I started was the printer server. I have it working again, and people can print, however it's very slow, slower... (0 Replies)
Discussion started by: rudigarude
0 Replies

5. 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

6. High Performance Computing

IBM Scheduler for High Throughput Computing on IBM Blue Gene P

A lightweight scheduler that supports high-throughput computing (HTC) applications on Blue Gene/P. (NEW: 06/12/2008 in grid) More... (0 Replies)
Discussion started by: Linux Bot
0 Replies

7. 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

8. Filesystems, Disks and Memory

HBA compatible on Emulex Lightpulse 9000 with IBM 8840 PKU X346 server.

Hi there, does anybody knows/info on compatiblity on Emulex Lightpulse 9000 with IBM 8840 PKU X346 server. Regards. (0 Replies)
Discussion started by: gagasan_makmur
0 Replies

9. 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
lpget(1M)						  System Administration Commands						 lpget(1M)

NAME
lpget - get printing configuration SYNOPSIS
lpget [-k key] [destination... | list] DESCRIPTION
The lpget utility reads printing configuration information from the configuration databases in $HOME/.printers, /etc/printers.conf, print- ers.conf.byname, and printers.org_dir printer. This information, called a configuration report, is displayed to the standard output. See printers(4) and printers.conf(4) for information about the printer configuration databases. lpget displays a configuration report for all keys for the specified destination or destinations by default. Use the -k option to display a configuration report for specific keys. Use the list operand to display a configuration report for all configured destinations. OPTIONS
The following option is supported: -k key Displays a configuration report for key. See printers.conf(4) for information about specifying key. OPERANDS
The following operands are supported: destination Displays a configuration report for destination. Destination can be either a printer of a class of printers. See lpad- min(1M). Specify destination using atomic or POSIX-style (server:destination) names. See printers.conf(4) for information regarding the naming conventions for atomic names and standards(5) for information concerning POSIX. list Displays a configuration report for all configured destinations. EXAMPLES
Example 1 Displaying a Configuration Report for the bsdaddr Key The following example displays a configuration report for the bsdaddr key for printer catalpa. example% lpget -k bsdaddr catalpa Example 2 A Configuration Report for all Keys for all Configured Destinations The following example displays a configuration report for all keys for all configured destinations. example% lpget list EXIT STATUS
The following exit values are returned: 0 Successful completion. non-zero An error occurred. FILES
/etc/printers.conf System printer configuration database. $HOME/.printers User-configurable printer database. printers.conf.byname NIS version of /etc/printers.conf. printers.org_dir NIS+ version of /etc/printers.conf. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWpcu | +-----------------------------+-----------------------------+ |Stability Level |Stable | +-----------------------------+-----------------------------+ SEE ALSO
ldap(1), lp(1), lpc(1B), lpq(1B), lpr(1B), lpstat(1), lpadmin(1M), lpset(1M), printers(4), printers.conf(4), attributes(5), standards(5) NOTES
Be mindful of the following if the LDAP database is used as the name service. If the ldapclient(1M) server is a replica LDAP server, LDAP printer database updates may not appear immediately, as the replica server may not not have been updated by the master server and can be out of sync. For example, a printer that you deleted by using lpset(1M) may still appear in the printer list you display with lpget until the replica is updated from the master. Replica servers vary as to how often they are updated from the master. Refer to the for more information on LDAP replication. SunOS 5.11 23 May 2003 lpget(1M)