This is an old revision of the document!
Table of Contents
HP Color Laser MFP 179fnw
Embedded web server admin password
WARNING: To login into the EWS (Embedded Web Service) you need to point a browser to the printer URL using the IP address. Do not use the name eventually assigned by your DNS server or a static name defined e.g. with a static entry into the hosts file: in this case the login will fail wihtout any error message (System Firmware Version V3.82.01.14 FEB-04-2022,
UP Version 1.16.7.20190114.141254, Engine Firmware Version V1.00.14 2019-03-04, UI Firmware Version V3.79.05.13).
- Turn on the printer.
- On the printer control panel, press the Menu button (three dots in line).
- Select System Setup (right arrow), and then press OK.
- Select Report (right arrow) and then press OK.
- Select Network Configuration (right arrow) and then press OK.
- Select Yes, and then press OK.
- A Configuration report prints.
The web server password are located under EWS Information, PIN number.
Other useful reports are: Configuration, Supplies Info, Usage Counter, …
Printing with GNU/Linux
Unified Linux Driver
Scanning with GNU/Linux
This scanner is supported through the AirScan (eSCL) protocol, so it is necessari to install the sane-airscan Debian package to allow the scanimage program to access the scanner itself.
It is possibile to autodetect the scanner when the multi function printer is powered on and connected to the local network:
scanimage -L device `escl:https://192.168.3.3:443' is a HP C4D8F8963CC (HP Color Laser MFP 178 179) platen,adf scanner
A typical command line to scan from the flatbed is:
scanimage --device-name 'escl:https://192.168.3.3:443' \ --buffer-size=1M --format=tiff \ --batch='page_%03d.tif' --batch-start 1 --batch-count 1 \ --mode 'Color' \ --resolution='300' \ --source='Flatbed'
Scanning through the automatic document feeder can be accomplished with the command:
scanimage --device-name 'escl:https://192.168.3.3:443' \ --buffer-size=1M --format=tiff \ --batch='page_%03d.tif' --batch-start 2 \ --mode 'Color' \ --resolution='300' \ --source='ADF'