User Tools

Site Tools


doc:appunti:hardware:hpmfp179

Differences

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

Link to this comparison view

Next revision
Previous revision
doc:appunti:hardware:hpmfp179 [2025/11/24 17:34] – created niccolodoc:appunti:hardware:hpmfp179 [2025/11/24 18:06] (current) – [Pacchetti Debian installati] niccolo
Line 1: Line 1:
-====== HP Color Laser 179fnw ======+====== Stampante multifunzione HP Color Laser 179fnw ====== 
 + 
 +===== Installazione con Debian 13 Trixie ===== 
 + 
 +==== Pacchetti Debian installati ==== 
 + 
 +  * **hplip** 
 +  * **hplip-data** 
 +  * **hplip-gui** 
 +  * **libsane-hpaio** 
 +  * **sane-utils** 
 +  * **xsane** 
 +  * **printer-driver-hpijs** 
 + 
 +==== Pacchetti non-free installati ==== 
 + 
 +Dal repository dei **[[https://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/|plugins openprinting.org]]** si scarica la versione richiesta: 
 + 
 +  * **hplip-3.22.10-plugin** 
 + 
 +Vedere [[hpcm1312#Modo 3: estrazione e installazione manuale dei file|il modo #3 per l'installazione manuale del software]], con il quale si scompatta l'archivio dei plugin e si copiano manualmente solo le librerie necessarie. 
 + 
 + 
 +===== Configurazione CUPS ===== 
 + 
 + 
 + 
 +===== Scansione da riga di comando ===== 
 + 
 +<code bash> 
 +#!/bin/sh 
 +DEVICE="escl:https://192.168.3.3:443" 
 +#DEVICE="hpaio:/net/HP_Color_LaserJet_CM1312nfi_MFP?zc=NPIAB5810" 
 +#DEVICE="hpaio:/net/HP_Color_LaserJet_CM1312nfi_MFP?ip=192.168.3.3" 
 + 
 +# MODE=Lineart|Gray|Color 
 +MODE='Color' 
 +# RESOLUTION=100|200|300 
 +RESOLUTION='300' 
 +# SOURCE=Flatbed|ADF 
 +SOURCE='Flatbed' 
 + 
 +scanimage --device-name="$DEVICE"
 +    --format='tiff'
 +    --batch='page_%03d.tif'
 +    --mode "$MODE"
 +    --resolution "$RESOLUTION"
 +    --source="$SOURCE" 
 +</code>
  
doc/appunti/hardware/hpmfp179.1764002097.txt.gz · Last modified: by niccolo