hardware:sane_konica_minolta
Dies ist eine alte Version des Dokuments!
Inhaltsverzeichnis
Linux scanner drivers (SANE backends) for KONICA MINOLTA devices
Magicolor devices
These devices have a binary protocol, where each command starts with the hexadecimal byte '03' and each network command with '04'. Known devices using this protocol ar:
- KONICA MINOLTA magicolor 1690MF
Further information:
Bizhub devices
These devices have a text-based protocol (SCL-derived), where each command starts with the escape sequence (hexadecimal '1b'), but only after a header of 12 bytes (binary, starting with hexadecimal '02'). Known devices using this protocol are:
- KONICA MINOLTA bizhub C203
Further information:
UDP SNMP forwarding over SSH-Tunnel
ssh -L 1616:localhost:1616 root@k "socat tcp4-listen:1616,reuseaddr,fork UDP:10.0.0.5:161" ssh root@`hostname` "socat -T15 udp4-recvfrom:161,reuseaddr,fork tcp:localhost:1616"
hardware/sane_konica_minolta.1363171349.txt.gz · Zuletzt geändert: 2013/03/13 10:42 von 127.0.0.1