From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 20:45:18 2008 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 1E26F1065688 for ; Fri, 11 Jul 2008 20:45:18 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id 115BE8FC21 for ; Fri, 11 Jul 2008 20:45:17 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [127.0.0.1] (localhost [127.0.0.1]) by a.cs.okstate.edu (Postfix) with ESMTP id 5DCD8154FD1; Fri, 11 Jul 2008 15:45:17 -0500 (CDT) Message-ID: <4877C65B.2060702@cs.okstate.edu> Date: Fri, 11 Jul 2008 15:45:15 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.6 (X11/20070926) MIME-Version: 1.0 To: FreeBSD References: <20080711194558.GA2442@remdogbsd> In-Reply-To: <20080711194558.GA2442@remdogbsd> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: remegius@comcast.net Subject: Re: Printer Installation 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: Fri, 11 Jul 2008 20:45:18 -0000 Written by Rem P Roberti on 07/11/08 14:45>> > This has been an ongoing problem for me because of my lack of knowledge > about the processes involved. I have a postscript printer which was > installed using CUPS via the KDE printer wizard. The printer works fine > when printing from X apps, but I am unable to print from the command > line. My main concern is to be able to print from Mutt, but when I try > to do that I get an error message from Mutt telling me,"lpr: lp: unknown > printer." I would appreciate being pointed in the right direction here. > > Rem > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" The FreeBSD base system comes with lpr/lpd, so you have an lpr binary at /usr/bin/lpr. Cups installs its lpr to /usr/local/bin/lpr. You can move your /usr/bin/lp* binaries aside and replace them with symbolic links to the cups binaries in /usr/local/bin if you wish, or if you have a way to tell mutt which lpr binary to use you can do that.