From owner-freebsd-questions@FreeBSD.ORG Wed Jan 26 18:45:47 2011 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 077C4106566C for ; Wed, 26 Jan 2011 18:45:47 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id BD0A18FC14 for ; Wed, 26 Jan 2011 18:45:46 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p0QIjjJh055100; Wed, 26 Jan 2011 11:45:45 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p0QIjjmF055097; Wed, 26 Jan 2011 11:45:45 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 26 Jan 2011 11:45:45 -0700 (MST) From: Warren Block To: Bahman Kahinpour In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Wed, 26 Jan 2011 11:45:45 -0700 (MST) Cc: freebsd-questions@freebsd.org Subject: Re: Simplest way to print to a HP USB Printer without 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: Wed, 26 Jan 2011 18:45:47 -0000 On Wed, 26 Jan 2011, Bahman Kahinpour wrote: > How can I print to a HP printer without installing HPLIP? I know the > exact filter needed to print to the printer (foo2zjs according to > OpenPrinting.org) If it were PARALLEL or SERIAL I could use the > handbook but handbook doesn't have any info. about printing to a USB > printer. The only difference is the device, using /dev/ulpt0 or /dev/unlpt0. My "lpd Printing With FreeBSD" demonstrates: http://www.wonkity.com/~wblock/docs/html/lpdprinting.html But a foo2zjs printer may require a firmware download before it is even detected as a printer, and then foo2zjs probably requires CUPS. There are some threads on forums.freebsd.org that may help.