Linux scanner drivers (SANE backends) for KONICA MINOLTA devices

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.txt · Zuletzt geändert: 2011/08/19 16:36 von reinhold
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki