Sponsored Content
Operating Systems AIX Configuring Color Laser ptr in AIX Post 100718 by Garry_Garrett on Wednesday 1st of March 2006 01:15:27 PM
Old 03-01-2006
Drivers? I'd call the manufacturer, Okidata, and ask them. You're going to have to spell AIX for them and they aren't going to be able to provide you with anything, but if they get enough calls maybe they'll start thinking about support for various flavors of Unix.

Unfortunately, this printer does not appear support PostScript. The good thing about PostScript is that it is device independant. A "driver" for PostScript Level 1 should work on all PostScript printers; a driver for PostScript Level 2 should work for all PostScript printers that support Level 2 (i.e. Version 2) or better. Okay, a given printer may support some superset of the level 2 commands, etc., but generally speaking, by sticking with PostScript you can avoid having to deal with drivers (Windows used to come with a driver for "Generic PostScript" and why it doesn't anymore is a mystery to me...).

You can try various models of HP color printers and see if any of those work, and it is probably worth your while to do so, but something that may also work is getting Ghostscript (http://www.gnu.org/). Ghostscript is a program that will do various things with PostScript, and one of the things you can do with it is set it up as an output filter on a print queue so that it translates from PostScript to PCL. Haven't had to do it myself; I hear it isn't fun, but that may be another option. Then you would use a "driver" for just about any color PostScript printer. Your print job will get translated into PostScript by the driver you choose, and then Ghostscript will translate it into PCL and hand it to the printer.

I know, as Unix admins, we aren't always in on the purchasing decisions about printers, but I've worked very hard at convincing those who do that there are two kinds of printers in the world - printers that hang off of the newtork, do PostScript, and speak the LPD protocol (it can speak other stuff too, but Unix, PCs, Mainframes, AS/400's; darn near everything can speak LPD), and printers that are junk.
 

8 More Discussions You Might Find Interesting

1. AIX

Configuring Network Printer in IBM AIX

Hi, We have two IBM pSeires servers running IBM AIX. I want to configure the IBM servers to print on the network printer. Here is the following configuration IBM Server-I IP Add: 192.168.0.5 IBM Server-II IP Add: 192.168.0.6 Network Printer IP Add: 192.168.0.15 I'm new to IBM AIX OS.... (0 Replies)
Discussion started by: berhanemt
0 Replies

2. AIX

Configuring new disks on AIX cluster

We run two p5 nodes running AIX 5L in a cluster mode (HACMP), both the nodes share external disk arrays. Only the primary node can access the shared disks at a given point of time. We are in the process of adding two new disks to the disk arrays so as to make them available to the existing... (3 Replies)
Discussion started by: dnicky
3 Replies

3. AIX

ls color on AIX

Hi, I have retrieved the following rpm coreutils-5.2.1-2.aix5.1.ppc.rpm to get color with ls command. It doesnt work very well with | more. ls -ltr | more ^[[0mtotal 8 -rwxr--r-- 1 ora10 dba 4362 2009-01-08 11:08 ^[[01;32mora_base.ksh^[[0m ^[[m It works fine with pg ls -ltr | pg... (3 Replies)
Discussion started by: tagger
3 Replies

4. AIX

Problem:Configuring Apache 2.2.11 in AIX 5.3

Hi All I am new to Apache and AIX and trying to configure Subversion tool in IBM machine with AIX 5.3.Apache is required for client to connect to Subversion Server with http protocol. 1.Installed Apache 2.2.11 and its dependencies via RPM 2.Configured httpd.conf file. 3.Started "httpd"... (1 Reply)
Discussion started by: rajivdp
1 Replies

5. AIX

Configuring AIX with Windows AD

Hey Guys Has anyone out here tried configuring AIX as AD clients for authentication? I have seen redbooks explaining stuffs but has it worked well for anyone? Thanks Bala (1 Reply)
Discussion started by: balaji_prk
1 Replies

6. AIX

Configuring ACL on AIX 5.3

Hello All, Let me quickly come down to my problem.. I have a file with following description: == root:/me01/tia/filetr ans # ls -lrt DW_NUM_OF_ROWS_TSP.txt -rwxrwxr-- 1 tiaoas oinstall 43 Jun 07 17:12 DW_NUM_OF_ROWS_TSP.txt root:/me01/tia/filetrans # aclget DW_NUM_OF_ROWS_TSP.txt *... (3 Replies)
Discussion started by: thisissouvik
3 Replies

7. AIX

Configuring /etc/hosts.equiv file in AIX 5.3

Need help in configuring /etc/host.equiv file. Though i configure the /etc/hosts.equiv file to prevent users from connecting remotely to the local server " -host" in /etc/hosts.equiv file, it allows the users to login from remote machine. we don't have .rhosts file on the local server. Could you... (3 Replies)
Discussion started by: saikiran_1984
3 Replies

8. AIX

How to print color text in AIX?

Hi I'd like to print color text and I've tried this: echo "\033but it didn't woked. When I changed 0 --> 1/4/5, the text "HI" --> bold/underline/blink, but when I changed 31 or 33 to other values, the color didn't change. What's the problem. Need to install something ??? (8 Replies)
Discussion started by: bobochacha29
8 Replies
PAPSTATUS(8)							   Netatalk 2.2 						      PAPSTATUS(8)

NAME
papstatus - get the status of an AppleTalk-connected printer SYNOPSIS
/usr/sbin/papstatus [-d] [-p printer] [retrytime] DESCRIPTION
papstatus is used to obtain the current status message from an AppleTalk connected printer. It uses the Printer Access Protocol (PAP) to obtain the status information. If no printer is specified on the command line, papstatus looks for a file called .paprc in the current directory and reads it to obtain the name of a printer. The .paprc file should contain a single line of the form object:type@zone where each of object, :type, and @zone are optional. type and zone must be proceeded by `:' and `@' respectively. Blank lines and lines the begin with a `#' are ignored. type and zone default to LaserWriter and the zone of the local host, respectively. OPTIONS
-d Turns on a debugging mode that prints some extra information to standard error. -p printer Get status from printer (do not consult any .paprc files to find a printer name). The syntax for printer is the same as discussed above for the .paprc file. retrytime Normally, papstatus only gets the status from the printer once. If retrytime is specified, the status is obtained repeatedly, with a sleep of retrytime seconds between inquiring the printer. FILES
.paprc file that contains printer name SEE ALSO
nbp(1), pap(1) Netatalk 2.2 17 Dec 1991 PAPSTATUS(8)
All times are GMT -4. The time now is 05:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy