Printing: Mention a classic IPP uri scheme

This commit is contained in:
Zdenek Dohnal 2022-02-16 08:27:45 +01:00
parent 2d14cf584f
commit 57d0f5ff2d

View file

@ -117,7 +117,7 @@ $ sudo systemctl start cups
2) via CLI commands
* you will need a device uri - `<device_uri>`, f.e.:
* you will need a device uri - `<device_uri>`, which you can get by:
----
$ lpinfo -l -v
@ -126,6 +126,12 @@ Device: uri = ipp://HP%20LaserJet%20M1536dnf%20MFP%20(42307C)._ipp._tcp.local/
================================================================
----
or by taking printer's IP or hostname and putting it into the usual IPP uri scheme:
----
ipp://<IP/hostname>:631/ipp/print
----
and a driver name - `<driver>`, f.e.:
----