From mboxrd@z Thu Jan 1 00:00:00 1970 From: Victor Warner Subject: Re: printing problem Date: Thu, 14 Aug 2008 17:49:28 +0100 Message-ID: <48A46218.8060508@woroner.com> References: <48A4428B.4090505@woroner.com> <48A45780.4080405@adinet.com.uy> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <48A45780.4080405@adinet.com.uy> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Ivan, I have been using 1.4.0 This did not work: $_lpt1 = "lpr -l -P lexmark" This did work: $_lpt1 = "lpr -P lexmark" It is curious why the obsolete commands work under one version of ubuntu and not another. Thank you very much for the help. Victor Warner Ivan Baldo wrote: > You forgot to tell which version of DOSEmu are you using. > For 1.4.0, delete the line $_printer_command = "lpr -l" and the > line $_printer = "lexmark" since I think those are obsolete, add the > line $_lpt1 = "lpr -l -P lexmark". > If it does not work, add instead $_lpt1 = "lpr -P lexmark" (without > the -l option). > Hope this helps, good luck! >