User Tools

Site Tools


doc:appunti:hardware:hpmfp179

This is an old revision of the document!


Stampante multifunzione HP Color Laser 179fnw

Installazione con Debian 13 Trixie

Pacchetti Debian installati

  • hplip
  • hplip-data
  • hplip-gui
  • libsane-hpaio
  • sane-utils
  • xsane

Pacchetti non-free installati

  • hplip-3.22.10-plugin

Scansione da riga di comando

#!/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=hpcm1312"
 
# 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"
doc/appunti/hardware/hpmfp179.1764003057.txt.gz · Last modified: by niccolo