adding printer in unix


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers adding printer in unix
# 1  
Old 12-07-2000
Question

Hello guys... can anybody please tell me how to add a printer in unix environment?
# 2  
Old 12-07-2000
printcap - printer capability data base

The Printcap function is a simplified version of the termcap(5) data base used to describe line printers. The spooling system accesses the printcap file every time it is used, allowing dynamic addition and deletion of printers. Each entry in the data base is used to describe one printer. This data base may not be substituted for, as is possible for termcap, because it may allow accounting to be bypassed.
# 3  
Old 12-07-2000

If you dont want to deal directly with the printcap file (not exactly user friendly), most Unix vendors provide a gui interface. HP has 'sam', Sun has 'admintool', Linux has 'linuxconf', etc. You can also use HP's JetAdmin tool on a variety of platforms to add a network printer.

What type & version of Unix are you running?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Adding a printer to openSolaris 11

I'm learning Unix - and have installed OpenSolaris 11 under VMWare running on Ubuntu. My challenge now is to get printing working. Used CUPS to install the HP printer and driver... but it won't print. The status display is Unable to open device file "/dev/cua/a": Permission denied Assistance... (8 Replies)
Discussion started by: stansaraczewski
8 Replies

2. UNIX for Advanced & Expert Users

need help adding network printer on SVR4

We have a very old and unsupported box. It runs DC/OSx, SVR4. For the past 12 years all printers have been connected via terminal servers and working well. Now those terminal servers are dying and cannot be replaced or repaired. Of course the right solution is to upgrade, but that's not gonna... (10 Replies)
Discussion started by: jbcamel
10 Replies

3. AIX

Adding Dotmatrix Printer on AIX

Hello, How can I add epson printer LQ 2180 on AIX. I tried searching for AIX Drivers on EPSON LQ 2180 webpage but did't find any. Anyone know how can I add a dotmatrix printer on AIX ? (1 Reply)
Discussion started by: filosophizer
1 Replies

4. UNIX for Advanced & Expert Users

HP-UX adding printer

When adding a remote printer to my HP-UX system, it creates a file in /var/spool/lp/sinterface/printer-name inside it has #!/usr/bin/sh # /* @(#)B.11.11_LR */ # This model is for remote status operation. /usr/sbin/rlpstat $* Is there a way when I add this printer to have the... (1 Reply)
Discussion started by: nixie21
1 Replies

5. AIX

Adding New HP Printer Drivers

I am using AIX ver 5.2 and would like to add an hp3050 printer, which is not one of the printers listed on our system in the add a new print queue section of smit. I thought that I had found the correct driver on the hp website, but now it appears as that may only be for hp or solaris systems. ... (1 Reply)
Discussion started by: DavidG9975
1 Replies

6. HP-UX

Help adding a printer queue

Hello, I need some help on the following issue: Need to have a printer queue added to the "sssssss" server.The IP address is "xxx.xxx.xxx.xxx". It is an HP8000 printer. Can you please point me to the right direction. Thank you (0 Replies)
Discussion started by: AQG
0 Replies

7. UNIX for Dummies Questions & Answers

Adding a Printer

Could someone please tell me how to add a printer to UNIX, I've got all the detail but are not sure how to do it ... (1 Reply)
Discussion started by: kuselo
1 Replies

8. UNIX for Dummies Questions & Answers

Adding a network printer

I recently added an HP deskjet printer to our Solaris network. I deleted the old printer which this one is replacing. I did everything in Printer Admin. I could think of. The problem now is that when I go to print something out of Star Office, my new printer is not a valid choice from the drop... (3 Replies)
Discussion started by: awells
3 Replies
Login or Register to Ask a Question