From owner-freebsd-questions@FreeBSD.ORG Mon Oct 11 05:18:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D29A16A4CE for ; Mon, 11 Oct 2004 05:18:29 +0000 (GMT) Received: from ms-smtp-03-eri0.socal.rr.com (ms-smtp-03-qfe0.socal.rr.com [66.75.162.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id F17BE43D2D for ; Mon, 11 Oct 2004 05:18:28 +0000 (GMT) (envelope-from hoe-waa@hawaii.rr.com) Received: from ms-mss-01 ([10.10.4.12])i9B5IPuY012073 for ; Sun, 10 Oct 2004 22:18:26 -0700 (PDT) Received: from socal.rr.com (localhost [127.0.0.1]) by ms-mss-01.socal.rr.com (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I5E006U2MQPS6@ms-mss-01.socal.rr.com> for freebsd-questions@freebsd.org; Sun, 10 Oct 2004 22:18:25 -0700 (PDT) Received: from [10.10.6.206] (Forwarded-For: [66.8.190.99]) by ms-mss-01.socal.rr.com (mshttpd); Sun, 10 Oct 2004 19:18:25 -1000 Date: Sun, 10 Oct 2004 19:18:25 -1000 From: hoe-waa@hawaii.rr.com To: freebsd-questions@freebsd.org Message-id: <4a40244a663e.4a663e4a4024@socal.rr.com> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.21 (built Sep 8 2003) Content-type: text/plain; charset=us-ascii Content-language: en Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: en Priority: normal X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: printing with cups - gnome-office -solved X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hoe-waa@hawaii.rr.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 05:18:29 -0000 On Wednesday, October 6, 2004 7:44 pm I sent this query prematurely. > > # Aloha > # On this past Sunday(10-3-4) I posted this question to freebsd-gnome. > # I have not received any responses. Can anyone on this list help? > # Thanks > > I am having a problem with CUPS and Gnome. I am running > Gnome 2.6.2, Gnome-Office, and Xorg all installed via ports. > > I have a P4 2.6 with 1G of ram > > %uname -a > FreeBSD p4.hawaii.rr.com 5.2.1-RELEASE-p9 FreeBSD > 5.2.1-RELEASE-p9 #9: Sun Oct 3 10:25:03 HST 2004 > root at p4.hawaii.rr.com:/usr/obj/usr/src/sys/P4BSD1 i386 > > I recently attached a HP 890C DeskJet printer. I installed > Cups and gnome-cups-manager from ports. I am able to use the > web interface and install the printer. The test page prints > fine. I can also print a text file from gedit without trouble. > > # I can also print a test page from gnome-cups-manager > > The problem is with AbiWord2, gnumeric and the pdf files. The > Print Preview screens show blank and when I click on file; print; > and then the paper tab, the "Paper size" field is not bold and > reads "no options are defined". I did define the paper in the > web setup of cups and these programs do show the 890C as the printer. > > Of course, I am unable to print from these programs. > > Here is a little info: > > %pkg_info | grep cups > cups-1.1.20.0 The Common UNIX Printing System: Metaport to > install comple > cups-base-1.1.20.0 The Common UNIX Printing System: headers, libs, > & daemons > cups-lpr-1.1.20.0 The CUPS BSD and system V compatibility > binaries (lp* comma > cups-pstoraster-7.07_1 GNU Postscript interpreter for CUPS printing > to non-PS prin > gnome-cups-manager-0.18_1,1 Admistration tool for cups > libgnomecups-0.1.8,1 Support library for gnome cups admistration > > %cat /etc/printcap > # This file was automatically generated by cupsd(8) from the > # /usr/local/etc/cups/printers.conf file. All changes to this file > # will be lost. > HP890C|HP890C:rm=p4.hawaii.rr.com:rp=HP890C: > > > I have also done a "portupgrade -f libgnomeprint-\* libgnomeprintui- > \*"to no avail. > > If anything else is needed I will be overjoyed to provide it. > > Please CC me as I do not subscribe to this list. Thanks for your time. > > Robert I thought I had exhausted all the resources available to me but once again I proved myself wrong. For the archives and all the newbies (me) that have struggled with Cups. I found the simple answer here http://www.csua.berkeley.edu/~ranga/notes/freebsd_cups.html Specifically, I ran the following script in /usr/bin #!/bin/sh for i in lp* ; do mv $i $i.default ; ln -s /usr/local/bin/$i $i ; done Sorry for the noise. Robert