From owner-freebsd-questions@FreeBSD.ORG Fri Feb 22 00:09:08 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 E70B216A40D for ; Fri, 22 Feb 2008 00:09:08 +0000 (UTC) (envelope-from michael.ross@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 3CDE613C442 for ; Fri, 22 Feb 2008 00:09:08 +0000 (UTC) (envelope-from michael.ross@gmx.net) Received: (qmail invoked by alias); 22 Feb 2008 00:09:06 -0000 Received: from e176190233.adsl.alicedsl.de (EHLO localhost) [85.176.190.233] by mail.gmx.net (mp002) with SMTP; 22 Feb 2008 01:09:06 +0100 X-Authenticated: #11429267 X-Provags-ID: V01U2FsdGVkX18wL3oOaUwwD/DrocQE3+cMaCwfhrKUHmBT5HT8GX xeeDjlyHGA/82l Date: Fri, 22 Feb 2008 01:09:05 +0100 To: paulfromottawa , freebsd-questions@freebsd.org From: "Michael Ross" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 References: <200802211755.56311.> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <200802211755.56311.> User-Agent: Opera Mail/9.26 (FreeBSD) X-Y-GMX-Trusted: 0 Cc: Subject: Re: My printer isn't working with freebsd I have a hp laserjet1000 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, 22 Feb 2008 00:09:09 -0000 Am 21.02.2008, 23:55 Uhr, schrieb paulfromottawa : > My printer isn't working with freebsd I have a hp laserjet1000 > > "/usr/local/libexec/cups/filter/foomatic-rip failed" > > So I have tried building the kernel without ulpt, and uploader the > firmware > but then cups would have local printers selection greyed out. > > using boot loader.conf > to load ulpt corected that but still no test prints worked. Loading ulpt via the loader has the same effect as compiling it into the kernel. Don't do that. You need your printer as a ugen device. You do have hplip installed? It is in the ports and comes with a ``hp-setup'' program. Use filter /usr/local/share/ppd/HP/HP-LaserJet_1010-hpijs.ppd.gz Maybe this helps: http://foo2zjs.rkkda.com/INSTALL Look for the section "FREEBSD NOTES". It is about uploading firmware to a Laserjet 1018. You probably need to be root to upload. If your printer is detected by cups, you will still need to replace /usr/bin/lpr with /usr/local/bin/lpr for your applications to print. Check out ``hp-toolbox'', too. HTH Michael