Print filter unix2dos

Hi Guys,

I'm trying to set-up a printer on a V240. The printer

is a Lexmark T630, attached to a windows-printcluster

and being used as a network-printer.

I have established that the printer as such works, and

that if I print a text-file using

cat <file>|dos2unix|lp -d printer1

the printout is fine... without that I either get only the

first line (for vim documentation, for instance) or indented

stepping (for /etc/hosts, for instance).

I found a document on sunsolve that describes a solution,

<a href="http://developers.sun.com/solaris/articles/basicprinting.html" target="_blank"> http://developers.sun.com/solaris/articles/basicprinting.htm l</a>

but having followed the steps to set-up and enable a filter I

am still getting the same results.

Can anyone here assist me with this issue?

Best regards,

Andrej

[945 byte] By [netmanage] at [2007-11-25 22:53:28]
# 1
Post your filter.
n0b0dy at 2007-7-5 17:08:53 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
<div class="pre"><pre>Input types: simpleOutput types: u2dPrinter types: anyPrinters: anyFilter type: slowCommand: /usr/bin/unix2dos -437</pre></div>
netmanage at 2007-7-5 17:08:53 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 3
Give this filter a try:Input types: anyOutput types: anyPrinter types: anyPrinters: anyFilter type: fastCommand: /usr/bin/dos2unixOptions: MODES dos = -437$ lp -y dos -d printer1 <file>
n0b0dy at 2007-7-5 17:08:53 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...