From owner-freebsd-questions@FreeBSD.ORG Thu Aug 22 12:43:48 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C0C6ECB2 for ; Thu, 22 Aug 2013 12:43:48 +0000 (UTC) (envelope-from juris.kaminskis@gmail.com) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5778C2A43 for ; Thu, 22 Aug 2013 12:43:48 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id en1so607214wid.12 for ; Thu, 22 Aug 2013 05:43:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Ah+KrKi0wJe9QL51yGvLRP/gwd0+aIOJX/IJ7I+yeh4=; b=N4VjD7qnXZGoBmH1Ayx+wbPXAn/EEkzWWVuVRSM84Q8dIqQQASh9nlqsiXeP+Ok2Me aDEaozKZIADZsPnkLFjXD7slxRqEl7gxNzHhhdxiLQM9ENyojSE/UXDHL+Zp1YEg6KHx odvbNFH/IxxJy3/L6JPPGGo38QEcJq+znzytJUaKy16yTszNNnhj50n4UwNCMorYQZok GMvnYDmy+J7E2ewctEIgx/rZ6mUZzgqTbA366AdfI4nQR3VTX+YmNQJ7Wpp0BXHslVlk ddVU0Gk81QfknPhWG5WY2JJrqTSYQhawXM6IhGkCDWWiB+JrmdlNIhCmZrPuxqwQDwXB FcaA== MIME-Version: 1.0 X-Received: by 10.180.11.233 with SMTP id t9mr9717462wib.41.1377175426631; Thu, 22 Aug 2013 05:43:46 -0700 (PDT) Received: by 10.194.83.225 with HTTP; Thu, 22 Aug 2013 05:43:46 -0700 (PDT) In-Reply-To: <20130820153321.c99e018a.freebsd@edvax.de> References: <20130820153321.c99e018a.freebsd@edvax.de> Date: Thu, 22 Aug 2013 15:43:46 +0300 Message-ID: Subject: Re: Setup HP Laserjet 1120m over network with LPD From: Juris Kaminskis To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Aug 2013 12:43:48 -0000 finally my printer responds with this command: nc 192.168.1.105 9100 < output.xqx but I have no idea how to get it running through the normal LPD spooling system. output.xqx file I generate first with the foo2xqx-wrapper filter and it accepts only postscript i tried this printcap entry: HP|lp|Printer:\ :lp=9100@192.168.1.105:\ :sh:\ :mx#0:\ :sd=/var/spool/hp:\ :if=/usr/bin/foo2xqx-wrapper:\ :lf=/var/log/lpd-errs: but in the Status file i have: waiting for 9100@192.168.1.105 to come up btw: gsed package was not mentioned as dependency for foo2xqx-wrapper in the Installation Notes