mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
Printing: Mention a classic IPP uri scheme
This commit is contained in:
parent
2d14cf584f
commit
57d0f5ff2d
1 changed files with 7 additions and 1 deletions
|
@ -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.:
|
||||
|
||||
----
|
||||
|
|
Loading…
Reference in a new issue