diff --git a/modules/ROOT/pages/_partials/con_cups-useful-tricks.adoc b/modules/ROOT/pages/_partials/con_cups-useful-tricks.adoc index 10ac583..5b60721 100644 --- a/modules/ROOT/pages/_partials/con_cups-useful-tricks.adoc +++ b/modules/ROOT/pages/_partials/con_cups-useful-tricks.adoc @@ -117,7 +117,7 @@ $ sudo systemctl start cups 2) via CLI commands -* you will need a device uri - ``, f.e.: +* you will need a 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://:631/ipp/print +---- + and a driver name - ``, f.e.: ----