Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 2010 12:15:19 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        =?ISO-8859-15?Q?Frank_Wi=DFmann?= <frank.wissmann41@web.de>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Problems with printing
Message-ID:  <alpine.BSF.2.00.1004221210510.79848@wonkity.com>
In-Reply-To: <4BD08236.8060706@web.de>
References:  <4BD08236.8060706@web.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1004221210510.79848>