- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Formfeeds Ignored On Printer
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
03-11-2002 02:52 AM
03-11-2002 02:52 AM
Formfeeds Ignored On Printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 03:01 AM
03-11-2002 03:01 AM
Re: Formfeeds Ignored On Printer
What type of printers and which model script.
You may need to get this printer to formfeed by using the following options:
lp -dname -ol66 -otl60 file
-ol = pagelen 66
-otl60 = textlen 60
Vary as required
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 03:06 AM
03-11-2002 03:06 AM
Re: Formfeeds Ignored On Printer
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 03:09 AM
03-11-2002 03:09 AM
Re: Formfeeds Ignored On Printer
The two printers are a Tally 2240 and an Epson DFX-8500.
I am using the dumbcr model.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 03:17 AM
03-11-2002 03:17 AM
Re: Formfeeds Ignored On Printer
......
i=1
while [ $i -le $copies ]
do
for file in $files
do
cat "$file" 2>&1
echo "\014\c"
done
i=`expr $i + 1`
done
check if the echo "\014\c" exist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 03:29 AM
03-11-2002 03:29 AM
Re: Formfeeds Ignored On Printer
# lp -dname -ol66 -otl60 file
but one file butted against the other halfway down the page.
Looked at the script and there is \014\c
I should say we use this script with some lasers and they ff okay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 05:03 AM
03-11-2002 05:03 AM
Re: Formfeeds Ignored On Printer
Check FF must be followed by CR (FF+CR) or FF+NL.
Just an idea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 05:18 AM
03-11-2002 05:18 AM
Re: Formfeeds Ignored On Printer
Skip any of the one and see what happens.
K.Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 06:15 AM
03-11-2002 06:15 AM
Re: Formfeeds Ignored On Printer
This all looks good but remember
Very important: JetDirect scripts in the interface directory are generic and only handle the LAN process. The 'real' script is located under the interface directory in the model.orig directory. This is the script that controls the printing behavior of the print job.
Make a script containing a line and a formfeed
by adding cntrl L which will get translated as form feed when put to the printer interface
Print it twice and see what happens.
Please post the printer scripts from
/etc/lp/interface
/etc/lp/interface/model.orig
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 06:40 AM
03-11-2002 06:40 AM
Re: Formfeeds Ignored On Printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 06:40 AM
03-11-2002 06:40 AM