Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2013 14:53:16 +0200
From:      Matthias Apitz <guru@unixarea.de>
To:        Juris Kaminskis <juris.kaminskis@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Setup HP Laserjet 1120m over network with LPD
Message-ID:  <20130822125315.GA1638@tiny.Sisis.de>
In-Reply-To: <CAKJAkzt-BPPxtNaRC_FH_CO4QzWUC53m9wRAV5eZPL0w9_-39w@mail.gmail.com>
References:  <CAKJAkzvA5%2BG5mOAZKKQOS6zdq%2B=A0i-BpbtjJtDwZJipskuz0A@mail.gmail.com> <CAKJAkzumacBJuR-bvCcERjL1BwTBQvbDDqNfv_u=%2BkwS0jgvSw@mail.gmail.com> <alpine.BSF.2.00.1308200725550.95636@wonkity.com> <20130820153321.c99e018a.freebsd@edvax.de> <CAKJAkzt-BPPxtNaRC_FH_CO4QzWUC53m9wRAV5eZPL0w9_-39w@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
El día Thursday, August 22, 2013 a las 03:43:46PM +0300, Juris Kaminskis escribió:

> finally my printer responds with this command:
> 
> nc 192.168.1.105 9100 < output.xqx

I can't imagine that LPD port 515 is not supported by the printer; what 

telnet 192.168.1.105 515

gives? 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

	socket://192.168.1.105:9100/?waiteof=false

or on command line with

# lpadmin -U root -p myprinter -D '' -L '' -E -v  \
     'socket://192.168.1.105:9100/?waiteof=false' -P file.ppd

HIH

	matthias
-- 
Sent from my FreeBSD netbook

Matthias Apitz, <guru@unixarea.de>, http://www.unixarea.de/ f: +49-170-4527211
UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370)                     
UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130822125315.GA1638>