From owner-freebsd-questions@FreeBSD.ORG Fri Dec 7 18:47:17 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD51916A418 for ; Fri, 7 Dec 2007 18:47:17 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp102.math.arizona.edu (smtp102.math.arizona.edu [128.196.102.202]) by mx1.freebsd.org (Postfix) with ESMTP id BC06F13C467 for ; Fri, 7 Dec 2007 18:47:17 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp102.math.arizona.edu with local-bsmtp (Exim 4.50) id 1J0iEB-0002WF-Hr for questions@freebsd.org; Fri, 07 Dec 2007 11:47:17 -0700 Received: from 71-220-152-133.tcsn.qwest.net ([71.220.152.133] helo=.domain.actdsltmp) by smtp102.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1J0iE2-0002Vw-G5; Fri, 07 Dec 2007 11:47:02 -0700 Message-ID: <4759951F.4060104@math.arizona.edu> Date: Fri, 07 Dec 2007 11:46:55 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.6 (X11/20070916) MIME-Version: 1.0 To: Robert Huff References: <18265.33716.292978.508655@jerusalem.litteratus.org> In-Reply-To: <18265.33716.292978.508655@jerusalem.litteratus.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting .domain.actdsltmp is invalid X-Outgoing-Spam-Score: -5.8 (-----) Cc: questions@freebsd.org Subject: Re: help wanted configuring HPLIP 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, 07 Dec 2007 18:47:17 -0000 Robert Huff wrote: > I've got it installed, see the post-install configuration > message, and have questions about how it will interact with existing > printers. > > > Robert Huff > _______________________________________________ > 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" > You might want to repeat your message as attachments are stripped by the FreeBSD mail server. For generic informatin http://dsteinbrook.googlepages.com/hpliponfreebsd Make sure you start HPLIP daemons before the CUPS daemon. Make sure you understand the part of the article about the kernel! ulpt driver must be out of kernel!!! Make sure you add printers using http://localhost:631 before you go to HP management program. Finally, parallel printers are not supported by HPLIP no matter what they say. They are only supported if you could attach them directly to the local network on the very specific way. Also there is whole class of HP printers that not supported as they use very unusual protocol to communicate with the printer server Qoute from HPLIP website. Question: Are drivers available for the Deskjet 710C, 712C, 720C, 722C, 820Cse, 820Cxi, 1000Cse, 1000Cxi; or LaserJet 1000, 1005, 1020, 3100; or Color LaserJet 1500, 2600 printers? Answer: These are non-standard host based printers. Currently there are no plans to support these printers in HPLIP. Ghostscript print filters for the Deskjet products can be found at the pnm2ppa project. These printers are supported with http://www.freebsd.org/cgi/url.cgi?ports/print/foo2zjs/pkg-descr driver and I personally would not waist my time with them. If you are managing printers in your company the best decision that you could make is to have only printers that can speak postscript language and not worry about drivers to begin with. HPLIP is the great thing if you want to get full functionality from you ALL-IN-ONE devices (including scanning) and things like toner option. Printers however on your network will still be managed by CUPS spooling system. I believe that HPLIP cannot work with other spooling systems that you might like better than CUPS so that could be also another reason always to use printers that can speak postscript language. Best, Predrag