Operating System - Tru64 Unix
1833704 Members
2406 Online
110062 Solutions
New Discussion

Re: configure a printer

 
Mrjas
Occasional Advisor

configure a printer

How can I configure new printer in Digital unox workstation.
I have the Printers drive.
the printer model: HP 3600
4 REPLIES 4
Harmanjit_1
Frequent Advisor

Re: configure a printer

Hi..

You can install the driver for printer then then follow the below steps

You can use lprsetup command to configure printer and select the options like
1) printername
2) model
3) path like /dev/lp0 when its parallel printer


Set device pathname 'lp' [] ? /dev/lp0

Do you want to capture print job accounting data ([y]|n)?

Set accounting file 'af' [/usr/adm/lpacct] ?

Set spooler directory 'sd' [/usr/spool/lpd] ?

Set printer error log file 'lf' [/usr/adm/lperr] ?


4) Press q to come out from symbol option
5) Then press y for final entry.

Now you can see your printer in configured. you can check /etc/printcap file and also status of printer using lpc status command.


Shardha
Valued Contributor

Re: configure a printer

Hi,

if the it is a network printer, then you need to define the rm=ipaddress rp=9100 or rp=9100_text

hope fully it will work.

Shardha
Brendan Murphy_5
Frequent Advisor

Re: configure a printer

Unfortunately Tru64 unix is a bit behind the times when it comes to printing ... it's unlikely you'll find a suitable driver for an HP 3600. If you're happy with Black& White, then you should be able to choose a fairly generic laserprinter driver when running lprsetup .. eg HP Laserjet IV

Also if the printer is connected to the network, then instead of the standard lpd rm/rp remote printer defiitions, you can specify this as a TCP/IP printer. insert an entry into /etc/services such as

hplaser 9100/tcp

This defines the communication port used by HP printers. Then when defining the printer (lp entry) specify the printer as

@/hplaser

EG:

lp=@hpprinter035/hplaser:\
or
lp=@10.20.35.35/hplaser:\

Regards,

Brendan
Vladimir Fabecic
Honored Contributor

Re: configure a printer

HP LaserJet 3600 works with driver for HP LaserJet 2500.
You can find driver here:
http://h30097.www3.hp.com/printing/printers.html
To define printer queue use solution from Brendan.
By the way, you should also look this:
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
In vino veritas, in VMS cluster