Operating System - HP-UX
1826302 Members
4117 Online
109692 Solutions
New Discussion

Re: laserjet 1022 and unix

 
J. K
New Member

laserjet 1022 and unix

Does anyone know which model script to use to get this printer to print from Unix via an HP JetDirect 175x?
5 REPLIES 5
A. Clay Stephenson
Acclaimed Contributor

Re: laserjet 1022 and unix

According to the documentation, any generic laserjet model script should work. You would have made like slightly easier for yourself if you had purchased a 1022n.

If it ain't broke, I can fix that.
Rick Garland
Honored Contributor

Re: laserjet 1022 and unix

Is this an HP printer? Who is the brand?

For non-HP printers, the IIIi driver will typically work. It is the most basic laser driver.

You can usually use a higher driver but this is a trial-and-error situation - try it, if it works, Great!
Bill Hassell
Honored Contributor

Re: laserjet 1022 and unix

The LaserJet 1022 is a new, lowcost laser printer. You add the printer using the hppi command or using addqueue. hppi and addqueue will pick the correct model script. You can download new model scripts from http://www.hp.com/pond/modelscripts/index2.html


Bill Hassell, sysadmin
Mahesh Kumar Malik
Honored Contributor

Re: laserjet 1022 and unix

Hi J.K.

Generic Laser Jet Model Script should work well. So far HP has not released driver specific to lj1022.

Regards
Mahesh
Tvs
Regular Advisor

Re: laserjet 1022 and unix

Hi ,

add the entry in the /etc/hosts file.

(ip address of jetadmin ) printer name

then

# lpshut

#/usr/sbin/lpadmin -p ( printer name ) -v /dev/null -mrmodel -ocmrcmodel -osmrsmodel -ob3 -ormsystem2 -orplp -v /dev/null


for more info

# man lpadmin

regards

tvs