by moonman » Thu Nov 13, 2014 9:44 am
$this->bbcode_second_pass_quote('Mikeclark', 'T')he printer is on the same home network as the Pi. So, I downloaded libcups and inserted the printer's IP Address under ServerName in the recommended /etc/cups configuration file. What else do I need to do?
And why is Arch bash rejecting the "lpr" command?
If I understood this correctly:
1. Printer is natively-networked (and NOT usb, and NOT another computer on the network running cups server which this printer is connected to by usb) e.g. printer has its own ethernet port.
2. You want rpi to be able to print to this printer
Then you misunderstood the wiki:
You read only the client part which is meant to connect to an already existing cups-server running on another machine on the network.
In your situation you need a full blown cups-server with a specific printer driver for your printer.
otherwise if you were indeed trying to connect to another machine running cups-server, make sure that machine is accepting connections as AFAIK cups by default only allows 127.0.0.1