User Tools

Site Tools


doc:appunti:hardware:hpmfp179fnw

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doc:appunti:hardware:hpmfp179fnw [2025/01/20 16:19] – [Printing with GNU/Linux] niccolodoc:appunti:hardware:hpmfp179fnw [2025/01/21 15:53] (current) – [Printing exact size PDF] niccolo
Line 32: Line 32:
 <code> <code>
 avahi-browse --all --resolve --terminate avahi-browse --all --resolve --terminate
 +...
 +=   lan0 IPv4 HP7C4D8F8963CC (HP Color Laser MFP 178 179)   Internet Printer     local
 +   hostname = [HP7C4D8F8963CC.local]
 +   address = [192.168.3.3]
 +   port = [631]
 </code> </code>
  
-In this case you can get also the IPP name that can be used instead of the IP address, something like +The name HP7C4D8F8963CC can be resolved using **nmblookup** too:
  
 <code> <code>
-hostname = [HP7C4D8F8963CC.local]+nmblookup HP7C4D8F8963CC 
 +192.168.3.3 HP7C4D8F8963CC<00>
 </code> </code>
  
 So the URI used by CUPS can be **%%ipp://HP7C4D8F8963CC.local:631/ipp/print%%**, that will work also if you change IP addresses in your LAN. So the URI used by CUPS can be **%%ipp://HP7C4D8F8963CC.local:631/ipp/print%%**, that will work also if you change IP addresses in your LAN.
 +
 +Here it is the PPD file generated by CUPS: **{{hp-color-laser-mfp-179fnw-ppd.zip|hp-color-laser-mfp-179fnw-ppd.zip}}**.
  
 ===== Unified Linux Driver ===== ===== Unified Linux Driver =====
Line 60: Line 68:
 scanimage -L scanimage -L
 device `escl:https://192.168.3.3:443' is a HP C4D8F8963CC (HP Color Laser MFP 178 179) platen,adf scanner device `escl:https://192.168.3.3:443' is a HP C4D8F8963CC (HP Color Laser MFP 178 179) platen,adf scanner
 +</code>
 +
 +All the supported options supported by the device can be discovered with:
 +
 +<code>
 +scanimage --device-name 'escl:https://192.168.3.3:443' --all-options
 </code> </code>
  
Line 83: Line 97:
     --source='ADF'     --source='ADF'
 </code> </code>
 +
 +===== Printing exact size PDF =====
 +
 +See **[[..:software:pdf_print_scale]]**.
  
doc/appunti/hardware/hpmfp179fnw.1737386343.txt.gz · Last modified: 2025/01/20 16:19 by niccolo