Sponsored Content
Operating Systems AIX How do I set up a Zebra Printer on AIX? Post 303036729 by DLooney on Tuesday 9th of July 2019 11:36:48 AM
Old 07-09-2019
Thank you for the response.

How would I create a driver myself?
Do you know of any documentation on how to do that?
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

set up HP printer in Sun Solaris 2.8

Is there any documentation as to how to set up/register a printer in Sun Solaris server? Thanks in advance. (1 Reply)
Discussion started by: simt
1 Replies

2. Solaris

Printer set and format?

I have a network printer LaserJet 4050N on Sun Solaris Sun-Fire-408R. When I lp text.lis, it printed out steps like indent lines. When I unix2dos test.lis, it print out all right. I tried to print a report from Banner Finance - FGRCTRL, and chose the the same printer with command line: ... (2 Replies)
Discussion started by: simt
2 Replies

3. UNIX for Advanced & Expert Users

How to set up dummy printer on UNIX

Hi, I work at IT department of a home furnishing company in Canada. Presently we are working on printer issue on UNIX system and we like to set up a dummy printer on the system. We are not much sure about the procedure to try it and it woul dbe great if we get some advice to go ahead. Thanks... (3 Replies)
Discussion started by: srabanti
3 Replies

4. AIX

Can you set up a networked printer as a local print queue?

Fairly simple question, I think. Still trying to get my head around AIX print queues. Most of our problems seem to stem from print queues going down. This generates help-desk calls when users call up to get their queues started or to get rid of the emails that qdaemon sends them. Looking at... (0 Replies)
Discussion started by: alexop
0 Replies

5. AIX

Unable to set remote printer in AIX

Hi all, I am a beginner in AIX. I am facing a problem with remote printing in AIX. HP laser jet 1320 printer is connected to a printer server (PCI Mini - 100U3), which is configured as remote printer from AIX server. But I am not able to print from the AIX server by using "lp -d... (0 Replies)
Discussion started by: Rainy
0 Replies

6. Solaris

Trying to add Zebra label printer in Solaris 9

I talked to Zebra, but they told me that they only support adding printer to Windows environment. They did sent me a link to a document which describes how to set up a print queue on a Sun Solaris system for Zebra Print Server. ... (1 Reply)
Discussion started by: agarcia19
1 Replies

7. SCO

How to set up a printer on SCO 5

1. Does all the man pr commands work as expected on SCO 5? 2. Do I have to do some special printer setup to connect the printer to the server before trying to print? Thanks - Much. (1 Reply)
Discussion started by: ggats11
1 Replies

8. AIX

Zebra printing in AIX

I have a Zebra QL420plus that when I print to it, it prints blank page. It is setup as Generic ASCII port 9100. I saw info about sending a .asc file to it before any print. Anyone have this info? (1 Reply)
Discussion started by: mcmc92
1 Replies

9. AIX

Will it affect my AIX LPAR security, when i set up email alerts on AIX server.

Hello, I've set up email alerts on AIX Servers. so that i can get email notifications (via mail relay server) when ever there is abnormal behavior. for example 1) my script monitors CPU/disk/memory etc... when it reaches high water ark, it will send an email alert. 2) disk usage alerts 3)... (5 Replies)
Discussion started by: System Admin 77
5 Replies

10. Solaris

HOW To configure the ZEBRA printer on Solaris?

Hi Guys, How to configure the ZEBRA printer on Solaris . only below information is provided. like how it should appear in printers.conf and IP to add in hosts file. In printers.conf: super_exp_zex2et9x:\ :bsdaddr=server1,super_exp_zex2et9x,Solaris: super_exp_zex2et1x:\... (1 Reply)
Discussion started by: manalisharmabe
1 Replies
CMX(4)							   BSD Kernel Interfaces Manual 						    CMX(4)

NAME
cmx -- Omnikey CardMan 4040 smartcard reader device driver SYNOPSIS
device cmx DESCRIPTION
The cmx driver provides support for the PCCARD based Omnikey CardMan 4040 smartcard reader. The driver provides a character device special file based Chip/Smart Card Interface Devices (CCID) interface. The driver implements what the vendor calls the Synchronous API onto the smartcard reader device. Reading and writing is synchronous, meaning that a call to write(2) directly corresponds to a complete CCID command sent to the device, while the following read(2) will return the complete answer from the reader. There is no support for partial reads or writes. There is no upper limit on CCID request or response sizes, but the complete CCID request must be sent to the driver in write(2) and the complete CCID response must fit into the buffer supplied to read(2). Non-blocking I/O, select(2) and poll(2) are supported and work as expected. An open file descriptor will always be ready for writing, but only ready for reading if the device indicates that it has data available. FILES
/dev/cmxn Character device special file. /usr/ports/security/openct OpenCT, a userspace smartcard daemon containing a CCID driver which directly supports cmx devices. COMPATIBILITY
Userland smartcard code written for the vendor's Linux drivers should work with the cmx driver without modification. SEE ALSO
pccard(4) HISTORY
The cmx driver first appeared in FreeBSD 7.1. AUTHORS
The cmx driver was written by Daniel Roethlisberger <daniel@roe.ch>, originally based on the Linux driver v1.1.0 by Omnikey GmbH www.omnikey.com. Early testing and bug fixes by Marcin Cieslak <saper@system.pl>. BUGS
The way the cmx driver talks to the CardMan 4040 is a bit rough. Due to the complete lack of hardware documentation other than vendor driv- ers for other operating systems, the gory details of the device's I/O registers are not understood very well. There may be error conditions which can only be solved by physically reinserting the reader. BSD
July 7, 2007 BSD
All times are GMT -4. The time now is 07:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy