From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 20:53:15 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 D4A45106566B for ; Fri, 11 Jul 2008 20:53:15 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from QMTA01.emeryville.ca.mail.comcast.net (qmta01.emeryville.ca.mail.comcast.net [76.96.30.16]) by mx1.freebsd.org (Postfix) with ESMTP id CC7708FC13 for ; Fri, 11 Jul 2008 20:53:15 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from OMTA08.emeryville.ca.mail.comcast.net ([76.96.30.12]) by QMTA01.emeryville.ca.mail.comcast.net with comcast id oj6m1Z01G0FhH24A1ktFki; Fri, 11 Jul 2008 20:53:15 +0000 Received: from localhost ([67.188.180.64]) by OMTA08.emeryville.ca.mail.comcast.net with comcast id oktD1Z0051PlroK8UktDDS; Fri, 11 Jul 2008 20:53:13 +0000 X-Authority-Analysis: v=1.0 c=1 a=JuijHyK8tvIgA57yqHcA:9 a=Awn-70RZ13DToA7A4NUA:7 a=vgP6uOwo0vER5zfXdPyQx5eXXtQA:4 a=MxZ3bB5I4kYA:10 Date: Fri, 11 Jul 2008 13:53:14 -0700 From: Rem P Roberti To: Reid Linnemann Message-ID: <20080711205314.GB955@remdogbsd> Mail-Followup-To: Reid Linnemann , FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: FreeBSD 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:53:15 -0000 > > 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. > > > > 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. I just discoverd the two separate sets of binaries. I simply changed the path in my .bashrc file so that /usr/local/bin comes before /usr/bin and that solved the problem. Thank you for your reply. Rem