From Fedora Project Wiki

(Created page with "Regarding the following section: === What make and model is my printer? === Each different printer has a model-specific Device ID. ... you can do it yourself with the '''lp...")
 
(Answer)
Line 10: Line 10:


Actually, "'''lpinfo -l -v'''" gives you the information from the PPD file, which may or may not actually match the print device in use.  It doesn't actually collect any information from the printer itself (expect maybe with IPP Anywhere -- I haven't played with that as much as I would like to have).
Actually, "'''lpinfo -l -v'''" gives you the information from the PPD file, which may or may not actually match the print device in use.  It doesn't actually collect any information from the printer itself (expect maybe with IPP Anywhere -- I haven't played with that as much as I would like to have).
==Answer==
Hi Bryan - actually it does - if you start 'su -c "lpinfo -l -v"' and you catch network traffic by f.e. wireshark, you can see snmp or mdns packets with queries on variables you see in output.

Revision as of 08:25, 29 January 2019

Regarding the following section:

What make and model is my printer?

Each different printer has a model-specific Device ID. ... you can do it yourself with the lpinfo command:

su -c "lpinfo -l -v"

Actually, "lpinfo -l -v" gives you the information from the PPD file, which may or may not actually match the print device in use. It doesn't actually collect any information from the printer itself (expect maybe with IPP Anywhere -- I haven't played with that as much as I would like to have).

Answer

Hi Bryan - actually it does - if you start 'su -c "lpinfo -l -v"' and you catch network traffic by f.e. wireshark, you can see snmp or mdns packets with queries on variables you see in output.