Changes between Version 27 and Version 28 of Docs/825gen2/Dev/Networking/NetworkPrintingCUPS
- Timestamp:
- 01/23/24 12:25:13 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Networking/NetworkPrintingCUPS
v27 v28 3 3 825gen2 has CUPS (Common Unix Printing System) 4 4 5 Type **/usr/sbin/lpinfo -v** to show printers that are detected on the network in additional to local USB printers.5 From a terminal type **/usr/sbin/lpinfo -v** to show printers that are detected on the network in additional to local USB printers. 6 6 7 7 {{{ … … 19 19 }}} 20 20 21 To just show any dnssd printers22 23 21 Many network printers support a protocol known as Bonjour. Bonjour is a combination of zero-configuration networking ("ZeroConf"), multicast DNS (mDNS), and DNS service discovery (DNS-SD) standards published by the Internet Engineering Task Force (IETF), the same group that defined TCP/IP and all of the networking we use today. 22 23 To just show only dnssd printers type **/usr/sbin/lpinfo --include-schemes dnssd -v**. 24 24 25 25 {{{ … … 62 62 }}} 63 63 64 CUPS management web pages. 64 == CUPS management web pages == 65 65 66 66 To allow access to the management pages on local network the cupsd.conf file must be edited.