magicolor.conf 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. ### magicolor.conf
  2. ###
  3. ### here are some examples for how to configure the Magicolor backend
  4. ### Timeout settings: SNMP autodetection, Scan data read requests and other
  5. ### read requests. All values are given in milliseconds,
  6. ### i.e. 1000 is 1 second.
  7. # SNMP auto-detection waits 1.5 seconds
  8. snmp-timeout 1500
  9. # wait 15 seconds for scan data (color scans take ~6 seconds to initialize,
  10. # so we need to wait longer than that)
  11. scan-data-timeout 15000
  12. # Wait 5 seconds for all other data requests
  13. request-timeout 5000
  14. ### Network: Format is "net IP_ADDRESS [USB_ID]" or "net autodiscovery"
  15. ### if USB_ID is left out, SNMP is used to detect the device type
  16. net autodiscovery
  17. #net 10.0.0.5
  18. ### The following is a magicolor 1690mf with explicit IP-Address
  19. #net 10.0.0.5 0x2098
  20. # net 192.168.0.1
  21. ### USB: format is "usb" for automatic (libusb) discovery, based on USB IDs,
  22. ### or "usb <vendor ID> <device ID> to force the use of a particular
  23. ### device (the backend has some additional checks and will not use
  24. ### non-KONICA MINOLTA devices, though)
  25. usb
  26. ### For libusb support for unknown scanners use the following command
  27. ### usb <product ID> <device ID>
  28. ### e.g.:
  29. # usb 0x132b 0x2098