From owner-freebsd-questions@FreeBSD.ORG Tue Dec 8 10:52:48 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 9EA441065672 for ; Tue, 8 Dec 2009 10:52:48 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 4AE828FC12 for ; Tue, 8 Dec 2009 10:52:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 32BF33A3862; Tue, 8 Dec 2009 17:52:44 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= references:subject:subject:in-reply-to:from:from:message-id:date :date:received:received:received; s=selector1; t=1260269563; x= 1262083963; bh=6mnGH/r2Tc0i5tMeV/CBfE8wze2zE22WssDC4tVojbk=; b=n ByRSHPX33UvsTPObJapL1Khn6ourZOuq+h5+w+5rNCEYi74Zrdkg99sC3rkS+gim 8oX1ibWR2wNK4LSx/d2FADdyhljqaiQBYON4XepciXlUBzpq5DUc1+5vzP8ZYrGL ycwSsNT5s7+kz6WyF+UDX+7ydSZZz4GIeRec89cP8M= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id YqjwxxYsLqRL; Tue, 8 Dec 2009 17:52:43 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 4FC453A385F; Tue, 8 Dec 2009 17:52:43 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id nB8Aqf7X072178; Tue, 8 Dec 2009 17:52:41 +0700 (ICT) (envelope-from on) Date: Tue, 8 Dec 2009 17:52:41 +0700 (ICT) Message-Id: <200912081052.nB8Aqf7X072178@banyan.cs.ait.ac.th> From: Olivier Nicole To: david@vizion2000.net In-reply-to: <200912081040.02500.david@vizion2000.net> (message from David Southwell on Tue, 8 Dec 2009 10:40:02 +0000) References: <200912081040.02500.david@vizion2000.net> Cc: freebsd-questions@freebsd.org Subject: Re: set up of hp laserjet 2200dn with Jetdirect 610N on network 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: Tue, 08 Dec 2009 10:52:48 -0000 Hi David, > Despite reading the documentation I seem to be having difficulty setting up > the printer from the server. So far I have not been able to get the beast to > print-- I have scrapped all attempts at configuring the server and would > appreciate some guidance before I trying again!! Maybe you should tell us what facility you are trying to configure: configuring cups or lpd is not exactly the same same. I have had success for many years, with many models of HP printers, through a Perl script, used as output filter for lpd, the script would connect to the printer on TCP port 9100. Bests, Olivier