- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: No carriage return when printing
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
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
Discussion Boards
Community
Resources
Forums
Blogs
- 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
тАО10-15-2002 08:38 AM
тАО10-15-2002 08:38 AM
Rick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2002 08:44 AM
тАО10-15-2002 08:44 AM
Re: No carriage return when printing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2002 08:49 AM
тАО10-15-2002 08:49 AM
SolutionHow was the queue created? lpadmin or hppi? If through SAM, please identify which option was used. Please attach the interface script (/etc/lp/interface/
ux2dos
This will convert all newlines to CRLF.
The printer should have a configurable setting that governs how it handles EOL. For HP LJ 4000s, it is under "Printing Menu" and is called "Append CR to LF?" Set it to YES.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2002 08:59 AM
тАО10-15-2002 08:59 AM
Re: No carriage return when printing
The network software on HP-UX is called HP Printer Installer (HPPI) and is downloaded from:
http://h20000.www2.hp.com/bizsupport/TechSupport/Product.jsp%3Flocale%3Den_US%26prodTypeId%3D13037%26prodSubCatId%3D28674
(sorry for the ugly URL) Select your version of HP-UX (10.20 or 11.xx) and install it using swinstall. Then to add the printer, first remove the old printer definition using:
lpshut
lpadmin -xOldPrinterName
Then run the command:
addqueue -h IP-addr-of-printer -q printqueue-name
If addqueue is not found, use the full path:
/opt/hpnpi/bin/addqueue
The lp man page won't help because there are so many different ways to connect a printer. See the man page for net_lj5x for all the options that can be used with your printer.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2002 09:10 AM
тАО10-15-2002 09:10 AM
Re: No carriage return when printing
The simplest solution is to turn on CR+LF on the printer itself. Go into the printer's menu - it's usually in the "Printing Menu" & you're looking for "Append CR to LF" or such.
This essentially translates LF to CR+LF on print jobs. Since Windows print jobs always send CR+LF there will be no impact to it's print jobs.
Rgds,
Jeff