From owner-freebsd-questions@FreeBSD.ORG Thu Nov 26 05:15:08 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 A179A106566C for ; Thu, 26 Nov 2009 05:15:08 +0000 (UTC) (envelope-from unga888@yahoo.com) Received: from web57004.mail.re3.yahoo.com (web57004.mail.re3.yahoo.com [66.196.97.108]) by mx1.freebsd.org (Postfix) with SMTP id 500EF8FC1E for ; Thu, 26 Nov 2009 05:15:08 +0000 (UTC) Received: (qmail 82200 invoked by uid 60001); 26 Nov 2009 05:15:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1259212507; bh=VFuj6zqiOvB0fBQtsYqlUJPiKy5qH00u+6cFN9213WQ=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=1DEFa2xRWZVj7u2HPVr8ih+yy/5ZU6wJdWrAwoRO9dUs96dZgID6G0BYkZDtGM1TkA25JPqrVxX5abbHyjmlBoREmut0ODc84dtSQF46JCGF8s6qZ3xrX6vAef2y/rwWdX3a+17GQLYhAiXl0hYt/Zw+6q5Y5OzFcMRy7iGvAEE= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=WSmPbs2RCRwzoArV8jimnSFpgHwgXpPRKA1G+ITCt83+gccWBB2DimzcDEUuSiBDXqvP/1dHtShw/s0fzXQeFG2+JmD9euwipt9Gmi8f3rF7DYfis3+HXJM6WRumIAWoebPhwH3kfGkq0VluiLVWy5a+0iPxyp8FfJNEKqS3oFo=; Message-ID: <580584.81046.qm@web57004.mail.re3.yahoo.com> X-YMail-OSG: rck1QYYVM1kFDk3EkKfCv__HvLq4J7sinDU_7EHePAulI9tUiuYYySBTdnyP1gUDHlNz6g3Dcym30HlDejOZfr5Xf1hZsLLLVP8mLgy7mzAx6C4TYvH5VGz3IT7WouZ7zfO1cnENNcqEPPUeDcmL2YtFcOs._uwHQM9zGIAqrw0QniP7KMo53Z8J1688JKFtuzf1tbsbIo2CLBlWFketRvtvzE8_.A0vJ9khOMTCy61hX1PDSPqktekmav4ELGqouZreYE86SqoBjtGWxlMg7CTRq2OOYavqumQs7nbNXU_ClaXn.WHFEKqepzkveqyGroCyxz7QBn9XYfBRupAyDkAYpmyt.hO9eFm3tToPPYwFc17tNKSdjw4CbLL0nKtRio.dg8dlDQ5ckfWfL8Lay7vJYdeJj2Ge16ZfmgkpEuye6ceUzQ-- Received: from [220.255.7.115] by web57004.mail.re3.yahoo.com via HTTP; Wed, 25 Nov 2009 21:15:07 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.8.100.260964 Date: Wed, 25 Nov 2009 21:15:07 -0800 (PST) From: Unga To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: 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: Thu, 26 Nov 2009 05:15:08 -0000 Hi 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. My first question is, does cups work on FreeBSD to print? Here is my side information: pkg_info | grep cups cups-base-1.3.10_4 Common UNIX Printing System: Server cups-client-1.3.10_4 Common UNIX Printing System: Library cups cups-image-1.3.10_4 Common UNIX Printing System: Library cupsimage cups-pstoraster-8.15.4_4 Postscript interpreter for CUPS printing to non-PS printers gutenprint-cups-5.1.7_4 GutenPrint Printer Driver 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 I have followed this for cups configuration: http://www.freebsd.org/doc/en/articles/cups/printing-cups-configuring-server.html ls -l /dev/unlpt0 crw-rw---- 1 root cups 0, 155 Nov 26 12:23 /dev/unlpt0 ls -l /dev/ulpt0 crw-rw---- 1 root cups 0, 154 Nov 26 12:23 /dev/ulpt0 I don't have /dev/lpt* . I'm a member of cups group. I'm using KDE 3.5.10. I have used KDE printer manager to print a test page after setting up the printer. So what other configurations do I need to do on FreeBSD to get the printing working? Best regards Unga