IBM Partner Pavilion 6400 Printer User Manual


 
Chapter 7 Unix Troubleshooting Tips
112
This kind of output happens only with Unix text jobs if carriage return
insertion is not incorporated into the print setup. The printer may be told to
do a linefeed but the Unix job does not specify anything about a carriage
return to follow this.
To fix this, carriage return insertion must be enabled somewhere in the
print setup. The easiest and most common location is on the Ethernet
Interface itself within the appropriate model. The feature is called “onlcr”
and the command syntax is:
set model
modelname
stty onlcr
save
For example, if printing to the destination, d1prn, the associated model is
m1. Therefore, the command is:
set model m1 stty onlcr
save
NOTE: When the IPDS feature is installed, queue name d4prn (m4) is
not available.
No Form Feed or Extra Page Comes Out
Unix text jobs may also have problems outputting the last page of a job
especially when the BSD Remote (LPD) print method is used. This
means the form feed button has to be pressed on the printer to get this
last page out.
To make this process automatic, tell the Ethernet Interface to handle this
task by setting this feature “on” in the appropriate model. The command
syntax is:
set model
modelname
trailer $FF
save
For example, if printing to the destination, d2prn, the associated model is
m2. Therefore, the command is:
set model m2 trailer $FF
save
NOTE: When the IPDS feature is installed, queue name d4prn (m4) is
not available.