From owner-freebsd-questions@FreeBSD.ORG Wed Sep 21 03:34:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 931F216A41F for ; Wed, 21 Sep 2005 03:34:16 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20FEF43D45 for ; Wed, 21 Sep 2005 03:34:15 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.3/8.13.3) with ESMTP id j8L3YFp9015071; Tue, 20 Sep 2005 21:34:15 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.3/8.13.3/Submit) with ESMTP id j8L3YEoc015068; Tue, 20 Sep 2005 21:34:14 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 20 Sep 2005 21:34:14 -0600 (MDT) From: Warren Block To: aksis In-Reply-To: <200509201724.04001.aksis@idea-anvil.net> Message-ID: <20050920212448.G15020@wonkity.com> References: <200509201724.04001.aksis@idea-anvil.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (wonkity.com [127.0.0.1]); Tue, 20 Sep 2005 21:34:15 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: Printing to a Win XP LPD Server from FreeBSD 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2005 03:34:16 -0000 On Tue, 20 Sep 2005, aksis wrote: > Hi, > > I am having a problem printing to a WinXP (home edition) LPD Server. The > command: > > lptest | lpr -P lp-test > > print's to the printer successfuly. According to your printcap file, this is an unfiltered queue. > lpr -P lp test.ps > > doesn't print anything, but it is sending to the server (see below). And "lp" is filtered through apsfilter. This may result in your FreeBSD system translating the input file into whatever the printer expects, then sending it to the Windows system, which is also trying to translate it to what the printer expects. I have little experience with using XP as an lpd server, but it's my impression that it will filter all input through whatever driver is defined for that printer. If you want to do the translation on the FreeBSD system, use apsfilter and set the driver on the XP system to... whatever XP calls the "raw, untranslated, leave it alone" driver. Or send the untranslated output from the FreeBSD system and let XP translate it through the driver. -Warren Block * Rapid City, South Dakota USA