From owner-freebsd-questions@FreeBSD.ORG Fri May 29 13:13:29 2009 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 68D5B106568B for ; Fri, 29 May 2009 13:13:29 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 8707B8FC20 for ; Fri, 29 May 2009 13:13:28 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n4TDDEpf011274; Fri, 29 May 2009 15:13:14 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n4TDDElc011271; Fri, 29 May 2009 15:13:14 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 29 May 2009 15:13:13 +0200 (CEST) From: Wojciech Puchar To: Polytropon In-Reply-To: <20090529150133.1897bd88.freebsd@edvax.de> Message-ID: References: <20061208042111.GA709@host.my.domain> <23685866.post@talk.nabble.com> <20090524104618.0a62a935@scorpio> <23711563.post@talk.nabble.com> <20090525154816.3cee4b9a@scorpio> <20090526144939.d21275c2.freebsd@edvax.de> <20090527133706.1a6e4612@scorpio> <20090528111158.aee9a44d.freebsd@edvax.de> <4a1f9849.pQymwXa+Jjy6Cj9K%perryh@pluto.rain.com> <20090529150133.1897bd88.freebsd@edvax.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: perryh@pluto.rain.com, freebsd-questions@freebsd.org Subject: Re: Canon printer and TurboPrint 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, 29 May 2009 13:13:30 -0000 > But regarding its alternatives... there are none. Those "modern"# > printers can usually only get to work using CUPS, because apsfilter there are. don't use these "modern" printers. Of course not all of them. It's natural that you buy hardware that will be supported by software you use. CUPS is like workaround for me. >> Decent, network-capable, PostScript printers do not have to be >> costly. > > I didn't say they have. It's always a question of the printers postscript printer is the simplest solution. anyway - they MAY NOT print every page because they have limited hardware capacity and may be not able to process overcomplex postscript files. Possibly not a big deal today as their capacity is better than before, but in case of problems you may use ghostscript as ps-to-ps filter. > quality (how good it works, how long it works) and the amount > of toner they come with; for inkjet stuff, criteria are similar Unless you need to print no more than 10 pages a month, i recommend against buying any inkjet printer. They are incredibly costly to use, even when being damn cheap to buy. > Done the same with HP Laserjet 4000 duplex - it even received > an IP automatically via DHCP, so I just had to "arp -a" and > edit /etc/hosts and /etc/printcap. The lpq / lprm tools seemed > to operate on the printer server inside the printer. For non-ethernet printers like my laserjet 4 there are often available original print server modules for them for really nothing (i paid <10$) if not, and you need ethernet connectivity, then this http://www.edimax.com/en/produce_detail.php?pd_id=50&pl1_id=7&pl2_id=34 is a perfect choice. i recommend it for every unix user. As they are advertised as mostly for windows, i actually found configuring it under unix very simple exactly as you said (/etc/printcap), while incredibly complex under windows ;)