- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX 11.0 and HP LaserJet 4200
Operating System - HP-UX
1820038
Members
3176
Online
109608
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2003 08:32 AM
тАО03-17-2003 08:32 AM
HPUX 11.0 and HP LaserJet 4200
I installed the LJ 4200 on our Unix box (It's an old K580 running 11.0 32bit) as a network printer. Used the same driver that I've used with every 4000, 4050, 4100. It prints just fine from command line. When the accounting people print to it, it prints in the standard size/font when it's supposed to print in a 'condensed' format to be able to print everything on the page. I've tried playing with the settings (pitch and font) on the printer itself, which doesn't seem to change anything. The application group is telling me that the setup (within the ERP application) is the same for this 4200 as it is for every other 4000, 4050, 4100.
Do the 4200's take a different driver? Has anyone run into problems with the LaserJet 4200's on Unix? Are the application people just pointing fingers at the systems people again?
Do the 4200's take a different driver? Has anyone run into problems with the LaserJet 4200's on Unix? Are the application people just pointing fingers at the systems people again?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2003 06:43 PM
тАО03-17-2003 06:43 PM
Re: HPUX 11.0 and HP LaserJet 4200
Never play with the printer defaults on a network printer. Both Windows and some Unix systems assume a standard font, pitch, etc. This can lead to apparently erratic behavior between different printers.
HP-UX doesn't have any drivers. Instead, a printing script is run when the lp command accepts a print job. This is where you can change fonts, pitch, etc. Try this:
lp -dlj4200 -10 /etc/profile
You'll see the font is a condensed font that can print 96 chars/line in portrait mode. Or you could change -12 to -c for a very small font. To read about all the options, man net_ljx000
Now if your application has no way to specify lp options, then you'll have to examine the content of the print file and decode the various PCL escape sequences to see exactly what the app sent to the printer. The printer scripts do almost nothing to the raw data except reset the printer to power-on defaults.
Bill Hassell, sysadmin
HP-UX doesn't have any drivers. Instead, a printing script is run when the lp command accepts a print job. This is where you can change fonts, pitch, etc. Try this:
lp -dlj4200 -10 /etc/profile
You'll see the font is a condensed font that can print 96 chars/line in portrait mode. Or you could change -12 to -c for a very small font. To read about all the options, man net_ljx000
Now if your application has no way to specify lp options, then you'll have to examine the content of the print file and decode the various PCL escape sequences to see exactly what the app sent to the printer. The printer scripts do almost nothing to the raw data except reset the printer to power-on defaults.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2003 12:31 AM
тАО03-19-2003 12:31 AM
Re: HPUX 11.0 and HP LaserJet 4200
Hi
Add the home directory of the Jetdirect software to the MANPATH
example
export MANPATH=/opt/hpnpl/man:$MANPATH
Then man net_ljx000 and look at the options.
look at
http://www.hp.com/pond/modelscripts/
Where the latest script versions can be found
Steve Steel
Add the home directory of the Jetdirect software to the MANPATH
example
export MANPATH=/opt/hpnpl/man:$MANPATH
Then man net_ljx000 and look at the options.
look at
http://www.hp.com/pond/modelscripts/
Where the latest script versions can be found
Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP