From owner-freebsd-questions@FreeBSD.ORG Thu Aug 22 13:19:37 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 780F2B09 for ; Thu, 22 Aug 2013 13:19:37 +0000 (UTC) (envelope-from juris.kaminskis@gmail.com) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0DA112C74 for ; Thu, 22 Aug 2013 13:19:36 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id j17so657495wiw.1 for ; Thu, 22 Aug 2013 06:19:35 -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=Lz7LdQbT9SGjFERkTgFnC8B3AOyMOj4uarxXhhVmDo4=; b=a30NIlUxAk+O2ZgFiz6U/I89m6+4N4OL6mA/WSq7RnxOd0gHnQp3O6orMxf/xwvAyG sMGSz8rfycJjBXhKWZq7q0zz7DqA4DNCV6/KIxFmqYQUS/iwHOyPtaudfoWe2mrJBizu anQKFbjk7TQXkkhI+MtqQoDE+cdNHtHp6DAU75yljLAOUeUD/MO5PA9SbqLp9rymPfwX pTABtsCFYrNkfOufk1OBr2VL6F7S0PNHv3/RX83NKjpS7RNmGG8VEISQWwiGrc9L0dRQ dmMe8K3DtIiVni9AdMuvaZGXkEgwfTW1/bIXIX5FgL97GT3zluDSpPXbAm9AVfHU2fRC Rupw== MIME-Version: 1.0 X-Received: by 10.180.12.243 with SMTP id b19mr9788501wic.18.1377177575444; Thu, 22 Aug 2013 06:19:35 -0700 (PDT) Received: by 10.194.83.225 with HTTP; Thu, 22 Aug 2013 06:19:35 -0700 (PDT) In-Reply-To: <20130822125315.GA1638@tiny.Sisis.de> References: <20130820153321.c99e018a.freebsd@edvax.de> <20130822125315.GA1638@tiny.Sisis.de> Date: Thu, 22 Aug 2013 16:19:35 +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 13:19:37 -0000 > I can't imagine that LPD port 515 is not supported by the printer; what > > telnet 192.168.1.105 515 > > gives? telnet 192.168.1.105 515 Trying 192.168.1.105... Connected to NPI2B483C. Escape character is '^]'. port 515 is not accepting file directly, when I tried the output.xqx to this port nothing happened, only 9100 accepts > If this is timing out, I would rather think in firewall issue; > > if you really need to print raw to port 9100, with CUPS you would > just configure it through CUPS' web inteface as > > How in CUPS i will be able to use foo2xqx-wrapper, plus I am planning to add smart apsfilter from ports on top . I would like that all print jobs are converted first by apsfilter into postscript, then foo2xqx-wrapper makes them compatible for HP and finally I ship this data over network to my printer generally i would prefer to stick with the native freebsd printing system which is LPD