From owner-freebsd-newbies@FreeBSD.ORG Wed Dec 31 20:54:14 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E55E16A4CE for ; Wed, 31 Dec 2003 20:54:14 -0800 (PST) Received: from mout.perfora.net (mout.perfora.net [217.160.230.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7F9643D46 for ; Wed, 31 Dec 2003 20:54:12 -0800 (PST) (envelope-from Soulsurfer@soulsurfersrealm.com) Received: from [217.160.230.51] (helo=smtp.perfora.net) by mout.perfora.net with esmtp (Exim 3.35 #1) id 1Abuqa-0007JL-00 for freebsd-newbies@freebsd.org; Wed, 31 Dec 2003 23:54:12 -0500 Received: from [66.215.200.146] (helo=192.168.1.100) by smtp.perfora.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1Abuqa-0004L3-00 for freebsd-newbies@freebsd.org; Wed, 31 Dec 2003 23:54:12 -0500 From: Tony Allen To: freebsd-newbies@freebsd.org Date: Wed, 31 Dec 2003 20:54:21 -0800 User-Agent: KMail/1.5.2 References: <20031230200045.2943316A4CE@hub.freebsd.org> In-Reply-To: <20031230200045.2943316A4CE@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312312054.21073.Soulsurfer@SoulsurfersRealm.com> Subject: cups with foomatic X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2004 04:54:14 -0000 Hi, I'm trying to get my USB hp psc 2110 to work with freebsd and I've run into a wall. At first I thought it was a matter of installing the newest cups and cups-base but then I found out that most drivers weren't in the administration for cups through http://localhost:631. Then I read about foomatic-db and foomatic-db-engine ports. I installed both of those but the correct printer still didn't show up in the cups setup. After being unable to find the answer to the foomatics riddle, I downloaded the ppd file from linuxprinting.org for my printer and copied it to /usr/local/share/cups/model/. I read that I needed foomatic-filters, i.e. - foomatic-rip and foomatic-gswrapper, so i built from source that i downloaded from linuxprinting.org. I copied foomatic-rip and foomatic-gswrapper to /usr/local/bin like the directions i read said to do. (by the way, if you're curious about the directions i read, here's the link: http://webs.tconline.net/softedges/linux/cugbsd4.html ) At any rate, after copying the ppd file, i did see my printer model in the cups setup, but when i try to send a job to it, nothing happens. I set the cupsd.conf to debug and looked at the error_log but couldn't find what was happening wrong. the only thing I saw was that the locale LC_ALL isn't set, so it went to standard locale "C". and the printing ended D [31/Dec/2003:18:26:08 -0800] StopJob: printer state is 3 I'm not sure if 3 is a good state or bad state. I dont want to make the message too long by including my error log, but you can look at part of it at www.soulsurfersrealm.com/error_log I'm not very good at undersatnding everything so I only cut as much out as i thought could be disregarded. One last thing, I'm not sure if i have to do something else to make it work but does the ppd file automatically call for the program it needs, in this case hpijs? Thanks for your help! Tony