From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Baldo Subject: Re: printing problem Date: Thu, 14 Aug 2008 13:04:16 -0300 Message-ID: <48A45780.4080405@adinet.com.uy> References: <48A4428B.4090505@woroner.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <48A4428B.4090505@woroner.com> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Victor Warner Cc: linux-msdos@vger.kernel.org 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! -- Ivan Baldo - ibaldo@adinet.com.uy - http://ibaldo.codigolibre.net/ >From Montevideo, Uruguay, at the south of South America. Freelance programmer and GNU/Linux system administrator, hire me! Alternatives: ibaldo@codigolibre.net - http://go.to/ibaldo