A small printer daemon intended for diskless platforms that does not spool to disk but passes the job directly to the printer. Normally a lpr daemon on a spooling host connects to it with a TCP connection on port 910n (where n=0, 1, or 2 for lp0, 1 and 2 respectively).
p910nd is particularly useful for diskless platforms. Common Unix Printing System (CUPS) supports this protocol, it's called the AppSocket protocol and has the scheme
socket://remotehost:PORT
Windows and Mac Os X (via CUPS) also supports this protocol.
You need to allow p910nd access to the usb printer by connecting the raw-usb snap interface
snap connect p910nd-ogra:raw-usb
... else the daemon will not start.
optionally you can configure the following settings though snap set commands:
snap set p910nd-ogra device="/dev/usb/lp0"
snap set p910nd-ogra bindaddr="192.168.1.5"
additionally enabling/disabling bidirectional communication can be done with:
snap set p910nd-ogra bidirectional=true
snap set p910nd-ogra bidirectional=''
Note: some printers tend to automatically suspend the USB bus, to prevent /dev/usb/lp* from going away after a while, set usbcore.autosuspend=0 on your kernel cmdline.
You are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
On a Raspberry Pi running the latest version of Raspbian snap can be installed directly from the command line:
sudo apt update
sudo apt install snapd
You will also need to reboot your device:
sudo reboot
After this, install the snapd snap in order to get the latest snapd:
sudo snap install snapd
To install p910nd-ogra, simply use the following command:
sudo snap install p910nd-ogra --edge
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.