- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Hi Printer problem
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
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
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
11-29-2004 06:52 PM
11-29-2004 06:52 PM
Hi Printer problem
Can you pls tell me wht are the lines to be added in the printer conf file .for giving one carriage return and linefeed of the printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 07:02 PM
11-29-2004 07:02 PM
Re: Hi Printer problem
other wise you have to control escape charaters to give carriage return and linefeed .
for more information look into your model file /etc/lp/interface/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 07:09 PM
11-29-2004 07:09 PM
Re: Hi Printer problem
Iam having printronix p5000 printer connected to network.thru printnet adatpter and. in hp box i configured as a remote printer .presently i enabled the carriage return and thelinefeed in the printer side .now its working fine with hpux.but due this iam facing problem with windows.in windows printout its skipping two line (one from the windows driver internal ∧ the other from the printer side ) so iwant to disable from the printer side and enable the carriage return in the hpux.Iremember some control codes are thr line 0x0d etc...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 09:27 PM
11-29-2004 09:27 PM
Re: Hi Printer problem
Pls help me out . I want to know want entries to be made in /etc/lp/interface/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 12:52 AM
12-01-2004 12:52 AM
Re: Hi Printer problem
/etc/lp/interface/
I added this line:
echo "\014\c"
But I think I could have done it this way:
echo "\f\c"
or just:
echo "\f"
Do a man echo, there's a list of controls, it shows \n for newline and \r for carriage return.
Putting this in the interface file means -every- print job gets it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2004 12:25 AM
12-28-2004 12:25 AM
Re: Hi Printer problem
I guess I have a similar problem printing through HP-UX 11i on Dataproducts LB600 line printer. It is connected to a printserver and it prints on just one line. I guess there is no CR at the end of LF, so I added CR to the LF through the printer console and also modified the printer interface file to include the echo "\n\r"
If another dot matrix printer is connected to this printserver (on same parallel port) it works just fine. Yes, initially the end-of-job problem got me stuck for a while on this DMP which was rectified after I used echo "\f\c"
Any suggestions and feedback are highly appreciated.
Cheers
Anil