doc:appunti:hardware:hpmfp179fnw
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
doc:appunti:hardware:hpmfp179fnw [2025/01/20 15:07] – [Scanning with GNU/Linux] niccolo | doc:appunti:hardware:hpmfp179fnw [2025/01/21 15:53] (current) – [Printing exact size PDF] niccolo | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== HP Color Laser MFP 179fnw ====== | ====== HP Color Laser MFP 179fnw ====== | ||
+ | |||
+ | ^ Double-sided printing | ||
+ | ^ Scanner max resolution | ||
===== Embedded web server admin password ===== | ===== Embedded web server admin password ===== | ||
Line 20: | Line 23: | ||
===== Printing with GNU/Linux ===== | ===== Printing with GNU/Linux ===== | ||
+ | |||
+ | Printing is supported through the **image/ | ||
+ | |||
+ | The communication protocol used is the **Internet Printing Protocol** over **TPC/631** port. When adding the printer via the CUPS administration page, specify the URL like **%%ipp:// | ||
+ | |||
+ | If you want to check that the printer can be correctly discovered on the local LAN, use the command: | ||
+ | |||
+ | < | ||
+ | avahi-browse --all --resolve --terminate | ||
+ | ... | ||
+ | = lan0 IPv4 HP7C4D8F8963CC (HP Color Laser MFP 178 179) | ||
+ | | ||
+ | | ||
+ | port = [631] | ||
+ | </ | ||
+ | |||
+ | The name HP7C4D8F8963CC can be resolved using **nmblookup** too: | ||
+ | |||
+ | < | ||
+ | nmblookup HP7C4D8F8963CC | ||
+ | 192.168.3.3 HP7C4D8F8963CC< | ||
+ | </ | ||
+ | |||
+ | So the URI used by CUPS can be **%%ipp:// | ||
+ | |||
+ | 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 ===== | ||
+ | |||
+ | From the HP site you can download the proprietary **HP Unified Linud Driver** for this printer. Unfortunately this is a binary-only package, although compiled for various architectures (aarch64, i386, mips64 and x86_64). | ||
+ | |||
+ | The included PPD file for the printer uses the **rastertospl** cupsFilter. | ||
+ | |||
+ | FIXME What are the advantages on using this proprietary driver instead of the open source URF support provided by CUPS? | ||
+ | |||
===== Scanning with GNU/Linux ===== | ===== Scanning with GNU/Linux ===== | ||
Line 32: | Line 70: | ||
</ | </ | ||
- | A typical command line to scan from the flatbed is: | + | All the supported options supported by the device can be discovered with: |
+ | |||
+ | < | ||
+ | scanimage --device-name ' | ||
+ | </ | ||
+ | |||
+ | A typical command line to scan from the **flatbed** is: | ||
<code bash> | <code bash> | ||
Line 43: | Line 87: | ||
</ | </ | ||
- | Scanning through the automatic document feeder can be accomplished with the command: | + | Scanning through the **automatic document feeder** can be accomplished with the command: |
<code bash> | <code bash> | ||
Line 53: | Line 97: | ||
--source=' | --source=' | ||
</ | </ | ||
+ | |||
+ | ===== Printing exact size PDF ===== | ||
+ | |||
+ | See **[[..: | ||
doc/appunti/hardware/hpmfp179fnw.1737382027.txt.gz · Last modified: 2025/01/20 15:07 by niccolo