From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 22:36:31 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D73B1A8 for ; Fri, 29 Aug 2014 22:36:31 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E05601338 for ; Fri, 29 Aug 2014 22:36:30 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s7TMaTjH085406 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 29 Aug 2014 16:36:29 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s7TMaTHR085403; Fri, 29 Aug 2014 16:36:29 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 29 Aug 2014 16:36:29 -0600 (MDT) From: Warren Block To: "William A. Mahaffey III" Subject: Re: printing problems .... In-Reply-To: <5400A209.7030103@hiwaay.net> Message-ID: References: <5400A209.7030103@hiwaay.net> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 29 Aug 2014 16:36:29 -0600 (MDT) Cc: FreeBSD Questions !!!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 22:36:31 -0000 On Fri, 29 Aug 2014, William A. Mahaffey III wrote: > > > I am trying to get printing working under FBSD 9.3. I cribbed printcap info > from > https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing.html#printing-quick-start > & tried it out: > > > [root@kabini1, /etc, 10:48:04am] 458 % service lpd status > lpd is running as pid 27062. > [root@kabini1, /etc, 10:48:06am] 459 % printf "From jaguar:\n1. This printer > can print.\n2. This is the second line.\n" | lpr > [root@kabini1, /etc, 10:48:36am] 460 % lpq > no entries > [root@kabini1, /etc, 10:48:38am] 461 % (tail printcap ) > # :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs: > # > # ... following cribbed from Athlon-cube, FC14 ;-) .... > # > # printer|Xerox Phaser 6130N:rm=jaguar.cfd.com:rp=printer: > # Cups-PDF|Cups-PDF:rm=jaguar.cfd.com:rp=Cups-PDF: > # > # ... following cribbed from online FBSD LP docs .... > # > lp:lp=:rm=printer:rp=raw:sh:mx#0:sd=/var/spool/lpd/lp:lf=/var/log/lpd-errs: "raw" is an HP standard queue name. The manual for the Xerox 6130N says (for Mac setup) to leave the queue name blank.