vi /etc/printcap
# cups-lpd on Raspbian host system
lp|rpi:\
:lp=:sh:rp=<YOUR CUPS PRINTER NAME>:sd=/usr/spool/lpd:\
:rm=rpi:\
man printcap | lpr
I dont know how to add the print server to /etc/hosts and it is unclear if that should point to the RPi as print server, or directly to the printer.
Chase writes "Finally, return to 2.11BSD and make sure you've set up networking above. lpd expects to connect to a print server host called 'rpi', and /etc/hosts should point to its IP. You will also need to edit the name of the CUPS printer in /etc/printcap."
# vi /etc/hosts
"/etc/hosts" 5 lines, 159 characters
127.0.0.1 localhost
192.168.0.1 router.home.lan router
192.168.0.185 rpi.home.lan rpi
192.168.0.44 pdp11.home.lan pdp11
Hi I managed to get RSX-1M+ to print by booting using sudo and using aPIP TC:"192.168.0.182";9100=HELLO.TXTcommand. My printer is at 192.168.0.182.I was hoping that I could do the same with 211BSD usingcat [file_to_send] | nc [IP_address] [port]cat file | nc 192.168.0.182 9100but I could not get that to work.I installed CUPS on the RPi as per Chase Covello's notes at https://github.com/chasecovello/211bsd-pidp11The printer works from Linux. But I got lost on the 211BSD end.I set the printer name in printcap to Brother_HL_L2375DW_series I took out the <>.:lp=:sh:rp=<YOUR CUPS PRINTER NAME>:sd=/usr/spool/lpd:\:lp=:sh:rp= Brother_HL_L2375DW_series:sd=/usr/spool/lpd:\vi /etc/printcap
# cups-lpd on Raspbian host system
lp|rpi:\
:lp=:sh:rp=<YOUR CUPS PRINTER NAME>:sd=/usr/spool/lpd:\
:rm=rpi:\
man printcap | lpr
I dont know how to add the print server to /etc/hosts and it is unclear if that should point to the RPi as print server, or directly to the printer.
Chase writes "Finally, return to 2.11BSD and make sure you've set up networking above. lpd expects to connect to a print server host called 'rpi', and /etc/hosts should point to its IP. You will also need to edit the name of the CUPS printer in /etc/printcap."
# vi /etc/hosts
"/etc/hosts" 5 lines, 159 characters
127.0.0.1 localhost
192.168.0.1 router.home.lan router
192.168.0.185 rpi.home.lan rpi
192.168.0.44 pdp11.home.lan pdp11
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/d24f9caa-320e-4b87-a36e-0f4104a9b5e3n%40googlegroups.com.