From owner-freebsd-questions@FreeBSD.ORG Thu Apr 22 18:15:21 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 615DE106564A for ; Thu, 22 Apr 2010 18:15:21 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 1DA4B8FC16 for ; Thu, 22 Apr 2010 18:15:20 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id o3MIFJeT079894; Thu, 22 Apr 2010 12:15:19 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id o3MIFJeu079891; Thu, 22 Apr 2010 12:15:19 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 22 Apr 2010 12:15:19 -0600 (MDT) From: Warren Block To: =?ISO-8859-15?Q?Frank_Wi=DFmann?= In-Reply-To: <4BD08236.8060706@web.de> Message-ID: References: <4BD08236.8060706@web.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (wonkity.com [127.0.0.1]); Thu, 22 Apr 2010 12:15:19 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: Problems with printing 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: Thu, 22 Apr 2010 18:15:21 -0000 On Thu, 22 Apr 2010, Frank Wi?mann wrote: > Hello, list! > I'm facing serious problems with my new bought HP ColorLaserjet 2025dn. > I plugged it in the right interface and it got detected. I did set up > /etc/printcap as following: > > p|local line printer|HPColorLaserjet:\ > :lp=/dev/ulpt0:\ > :sh:\ > :mx#0:\ > :sd=/var/spool/lpd/HPColorLaserjet:\ > # :if=/usr/local/libexec/ps2pcl:\ > :if=/usr/local/libexec/psif:\ > :lf=/var/log/lpd-errs: That whole printer definition is one long line; backslashes are line continuation characters. Because of that, you can't just comment out individual sections. Remove the whole ps2pcl filter line. That may not be the whole problem, but it's a start. -Warren Block * Rapid City, South Dakota USA