meta data for this page
This is an old revision of the document!
Samsung ML-1640
apt-get install splix
In printer settings, add new network printer. Choose Samsung and ML-1640 model. Device URI:
socket://192.168.1.3:9100
HP LaserJet Pro MFP M127fw
sudo apt-get install hplip-gui
New GUI application HPLIP Toolbox will be installed.
- Run app and add network printer using network discovery.
- Let download plugin from Hp server
Network scanner
sudo apt-get install sane-utils
- /etc/default/saned
RUN=yes
- /etc/sane.d/saned.conf
192.168.0.0/22
service saned restart
Failed to restart saned.service: Unit saned.service is masked.
Which is correct when systemd is used. Saned service is activated by saned.socket on TCP:6566
systemctl enable saned.socket
Enable proper backend in /etc/sane.d/dll.conf
scanimage -L scanimage > test.ppm
Problem is that remote saned clients has to known hpaio driver to use it.
So it is not possible to use it on Android.
Options specific to device `hpaio:/net/HP_LaserJet_Pro_MFP_M127fw?ip=192.168.1.107':
Scan mode:
--mode Lineart|Gray|Color [Lineart]
Selects the scan mode (e.g., lineart, monochrome, or color).
--resolution 75|100|150|200|300|600|1200dpi [75]
Sets the resolution of the scanned image.
--source Flatbed|ADF [Flatbed]
Selects the scan source (such as a document-feeder).
Advanced:
--brightness -1000..1000 [0]
Controls the brightness of the acquired image.
--contrast -1000..1000 [0]
Controls the contrast of the acquired image.
--compression None|JPEG [JPEG]
Selects the scanner compression method for faster scans, possibly at
the expense of image quality.
--jpeg-quality 0..100 [inactive]
Sets the scanner JPEG compression factor. Larger numbers mean better
compression, and smaller numbers mean better image quality.
Geometry:
-l 0..215.9mm [0]
Top-left x position of scan area.
-t 0..296.926mm [0]
Top-left y position of scan area.
-x 0..215.9mm [215.9]
Width of scan-area.
-y 0..296.926mm [296.926]
Height of scan-area.