Stair-stepping printing


 
Thread Tools Search this Thread
Operating Systems SCO Stair-stepping printing
# 1  
Old 01-06-2010
Stair-stepping printing

Hi,

We have a Unix 3.2v5.0.5.
I installed a printer via scoadmin, HP network printer manager with network peripheral name an ip-adress.

I have a lot of trouble, the printer do stair-stepping. I know it is because of the translation LF to CR/LF.
But it is impossible to set this correct in my interface-file.
Also I think I have only that problem when I print landscape of whe the lines are more then 60or66 characters.

I attached my interface file (copy of model.orig).
I already tried the FILTER=/usr/lib/lponlcr but it didn't change (do I need therefor to stop and restart?

Thanks for help, I am struggeling a long time.
# 2  
Old 01-06-2010
Add the following to the beginning of the print file, or in the model file.

Code:
echo "\033E\c"                  #reset                    
echo "\033&k2G\c"               #turn carriage return on

These lines are already in your printer model file.
Do you have a reset in the print file itself, as this would negate the settings in the model file, and return the printer to its power on settings.

Last edited by jgt; 01-06-2010 at 11:54 AM..
# 3  
Old 01-10-2010
thanks,

That was it.
In some program's there was a reset.
Before we had visionfs for managing the printjobs. Then we had no problem with this reset.
But now we don't have vidionfs anymore.
Cleaned the reset in the program's and it worked again.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Perl Debug Stepping Answering Questions

I am new to perl and want to get a little better understanding of debugging code in perl. I have a perl script that has questions to be answered like: he following PERL modules are recommended: Crypt::DES Crypt::PasswdMD5 IO::Pty Net::Write::Layer2 String::CRC32 Attempt to install... (0 Replies)
Discussion started by: metallica1973
0 Replies

2. UNIX for Dummies Questions & Answers

Sco Unix printing : jobs hangs in queue - printing via lp versus hpnpf

Hi, We have a Unix 3.2v5.0.5. I installed a printer via scoadmin, HP network printer manager with network peripheral name (hostname and ipadres are in /etc/hosts). This is the configuration file : Code: root@sco1 # cat configurationBanner: on:AlwaysContent types: simpleDevice:... (0 Replies)
Discussion started by: haezeban
0 Replies

3. Windows & DOS: Issues & Discussions

Linux to Windows Printing: PDF starts printing from middle of page.

We are using Red Hat. We have a issue like this: We want to print from Linux, to a printer attached to a Windows machine. What we want to print is a PDF. It prints, but the printing starts from the middle of the page. In the report, there is no space at the top but still printing starts from the... (5 Replies)
Discussion started by: rohan69
5 Replies

4. Cybersecurity

Firewall bypass or stepping stone security question

Hi, I really do not know how to describe this problem; but, I think it's a firewall issue. My Distro is Slackware 12.0 (somewhat updated). My company firewall uses Netfilter and the e-mail server uses Sendmail. Let's say the firewall's Ext IP = A and Internal DMZ IP = B. The firewall's... (0 Replies)
Discussion started by: cc_ew
0 Replies

5. Solaris

stepping through newfs

On a RAID-5 solaris 9 server, we replaced a bad disk. Upon boot up, a mount point failed: vxvm:vxvol: ERROR: Volume IQ_Staging is not startable; some subdisks are unusable and the parity is stale With Sun tech support, we tried vxvol start and vxvol resync, but it remained... (3 Replies)
Discussion started by: abstractrick
3 Replies

6. Linux

Stair stepping

Is there a command line flag to lpr or a utility similar to the Unix 'xtod' command to fix stair stepping when printing? Under Unix I would: # cat textfile | xtod | lp -d lineprinter Anything like that for linux? Thanks (1 Reply)
Discussion started by: lochraven
1 Replies

7. Shell Programming and Scripting

Rsync script in cron from stepping on itself

I have the following rsync script that I use for syncing MySQL files from one server to another. I run the script at 20 minutes past every second hour in cron. I want to make sure that the script completes in it's entirety before it is set to kick off again. For example, when the script starts at... (3 Replies)
Discussion started by: sunsysadm2003
3 Replies

8. UNIX for Dummies Questions & Answers

Scripting stepping stones.

It's safe to say that I have had no scripting / programming experience before. I took a job as an AIX / Linux administrator, and I have found myself up to my ears in bash scripting. I'm starting to really catch on, I've become a casual linux user, to a hopeful future power user. I was... (2 Replies)
Discussion started by: syndex
2 Replies

9. UNIX for Dummies Questions & Answers

stepping through ascii file

How can one step through an ascii file line by line looking for a word and then pull out the whole section that the word is in. I have a project working Oracles tkprof utility where I am trying to look for a word and need to pull out the section of the ascii file that the word is in. I have not... (12 Replies)
Discussion started by: rehoboth
12 Replies
Login or Register to Ask a Question