I think this is a printer problem, not a network problem
I am new to FreeBSD and don't understand something - please be patient.
I have an old OKIdata ML192 printer that I would like to be able to use just to use to print plain text files.
I have followed the instructions in the handbook and my /etc/princap is:
lpd is enabled in /etc/rc.conf l
and lpd is running
If I type
everything works as expected - prints out the 2 lines OK
I can also do
and all works as expected.
My problem is coming in because I would like to have access to this printer over the network
I have a TP-LINK model TL-TS109P print server plugged into the printer and changed the second line of my /etc/printcap file to:
Then rebooted
I can ping it by name "1P_PrintServDC7577"
However when I try to run the test, or print out any kind of text file,
the output is totally garbled.
I went through all the settings of the print server and don't see any thing that might make a difference. Any help greatly appreciated.
11.0-RELEASE-p1
11.0-RELEASE-p1
I am new to FreeBSD and don't understand something - please be patient.
I have an old OKIdata ML192 printer that I would like to be able to use just to use to print plain text files.
I have followed the instructions in the handbook and my /etc/princap is:
Code:
lp:\
:lp=/dev/lpt0:\
:sh:\
:mx#0:\
:sd=/var/spool/lpd/lp:\
:lf=/var/log/lpd-errs
Code:
lpd_enable="YES"
If I type
printf "1. This printer can print.\n2. This is the second line.\n" | lpr
everything works as expected - prints out the 2 lines OK
I can also do
ls -l | lpr
and all works as expected.
My problem is coming in because I would like to have access to this printer over the network
I have a TP-LINK model TL-TS109P print server plugged into the printer and changed the second line of my /etc/printcap file to:
Code:
lp=:rm=1P_PrintServDC7577:rp=raw:\
I can ping it by name "1P_PrintServDC7577"
However when I try to run the test, or print out any kind of text file,
the output is totally garbled.
I went through all the settings of the print server and don't see any thing that might make a difference. Any help greatly appreciated.
11.0-RELEASE-p1
11.0-RELEASE-p1