From owner-freebsd-questions@FreeBSD.ORG Fri Nov 27 00:19:45 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 B2FB3106566B for ; Fri, 27 Nov 2009 00:19:45 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 78D9C8FC14 for ; Fri, 27 Nov 2009 00:19:45 +0000 (UTC) Received: from baby-jane.lamaiziere.net (37.6.192-77.rev.gaoland.net [77.192.6.37]) by smtp.lamaiziere.net (Postfix) with ESMTPA id ECE9F63307A; Fri, 27 Nov 2009 01:19:43 +0100 (CET) Received: from baby-jane.lamaiziere.net (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 2A9A21263A; Fri, 27 Nov 2009 01:19:40 +0100 (CET) Date: Fri, 27 Nov 2009 01:19:37 +0100 From: Patrick Lamaiziere To: Unga Message-ID: <20091127011937.27de0607@baby-jane.lamaiziere.net> In-Reply-To: <580584.81046.qm@web57004.mail.re3.yahoo.com> References: <580584.81046.qm@web57004.mail.re3.yahoo.com> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: How to print using cups on FreeBSD? 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, 27 Nov 2009 00:19:45 -0000 Le Wed, 25 Nov 2009 21:15:07 -0800 (PST), Unga a =E9crit : > Hi >=20 > I'm trying to print using cups 1.3.10 on FreeBSD 7.2 on a Epson > Stylus Photo R800 printer. It prints garbage! That is, it print some > series of characters. >=20 > My first question is, does cups work on FreeBSD to print? Yes. ... > pkg_info | grep foomatic > foomatic-db-20090530 Foomatic database > foomatic-db-engine-4.0.1,2 Foomatic database engine > gutenprint-foomatic-5.1.7_2 GutenPrint Printer Driver Looks good, according to linuxprinting.org the Gutenprint driver should work for your printer. > I have followed this for cups configuration: > http://www.freebsd.org/doc/en/articles/cups/printing-cups-configuring-ser= ver.html >=20 > ls -l /dev/unlpt0 > crw-rw---- 1 root cups 0, 155 Nov 26 12:23 /dev/unlpt0 >=20 > ls -l /dev/ulpt0 > crw-rw---- 1 root cups 0, 154 Nov 26 12:23 /dev/ulpt0 >=20 > I don't have /dev/lpt* . >=20 > I'm a member of cups group. Ok. How did you configure the printer under cups? Did you try the option usb / usb no reset for the usb port used by cups? Also check the cups logs (/var/log/cups/*) HTH, regards. =20