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, <g...@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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to