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:43] – niccolo | doc:appunti:hardware:hpmfp179fnw [2025/01/21 15:53] (current) – [Printing exact size PDF] niccolo | ||
---|---|---|---|
Line 2: | Line 2: | ||
^ Double-sided printing | ^ Double-sided printing | ||
- | ^ Scanner max resolution | + | ^ Scanner max resolution |
===== Embedded web server admin password ===== | ===== Embedded web server admin password ===== | ||
Line 26: | Line 26: | ||
Printing is supported through the **image/ | 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 ===== | ===== 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? | ||
Line 40: | Line 68: | ||
scanimage -L | scanimage -L | ||
device `escl: | device `escl: | ||
+ | </ | ||
+ | |||
+ | All the supported options supported by the device can be discovered with: | ||
+ | |||
+ | < | ||
+ | scanimage --device-name ' | ||
</ | </ | ||
Line 63: | Line 97: | ||
--source=' | --source=' | ||
</ | </ | ||
+ | |||
+ | ===== Printing exact size PDF ===== | ||
+ | |||
+ | See **[[..: | ||
doc/appunti/hardware/hpmfp179fnw.1737384235.txt.gz · Last modified: 2025/01/20 15:43 by niccolo