Add Scanner Fujitsu ScanSnap iX1500
Good Morning,
The fujistu scansnap ix1500 scanner works correctly with sane. You can include this line in fujitsu drivers, thanks.
ScanSnap iX1500 USB WiFi 0x04c5/0x159f Good small, current, WiFi not test. Hardware only scans in color. Backend generates binary and grayscale modes.
How to configure:
- file: /etc/sane.d/fujitsu.conf
#ScanSnap iX1500
usb 0x04c5 0x159f
- file: /etc/scanbd/fujitsu.conf
#ScanSnap iX1500
usb 0x04c5 0x159f
- file: /etc/udev/rules.d/41-mgual-fujitsu-ix1500.rules
SUBSYSTEM == "usb", ATTR {idVendor} == "04c5", ATTR {idProduct} == "159f", ACTION == "add", GROUP = "scanner", MODE = "0664"
Result:
root@ld-ajt-00:/home/mgual# sane-find-scanner
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.
# Also you need support for SCSI Generic (sg) in your operating system.
# If using Linux, try "modprobe sg".
found USB scanner (vendor=0x04c5 [Fujitsu], product=0x159f [ScanSnap iX1500]) at libusb:001:004
found USB scanner (vendor=0x0424, product=0x7800) at libusb:001:005
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
root@ld-ajt-00:/home/mgual# scanimage -L
device `fujitsu:ScanSnap iX1500:38713' is a FUJITSU ScanSnap iX1500 scanner
root@ld-ajt-00:/home/mgual# /usr/sbin/scanbd -f -c /etc/scanbd/scanbd.conf
/usr/sbin/scanbd: debug on: level: 3
/usr/sbin/scanbd: dropping privs to uid saned
/usr/sbin/scanbd: dropping privs to gid scanner
/usr/sbin/scanbd: group scanner has member:
/usr/sbin/scanbd: saned
/usr/sbin/scanbd: Running as effective gid 114
/usr/sbin/scanbd: Running as effective uid 109
/usr/sbin/scanbd: dbus match type='signal',interface='org.freedesktop.Hal.Manager'
/usr/sbin/scanbd: SANE_CONFIG_DIR not set
/usr/sbin/scanbd: sane version 1.0
/usr/sbin/scanbd: Scanning for local-only devices
/usr/sbin/scanbd: found 100 options for device fujitsu:ScanSnap iX1500:38713
/usr/sbin/scanbd: found 1 actions in section (null)
/usr/sbin/scanbd: found active option[2] source (type: 3) for device fujitsu:ScanSnap iX1500:38713
.....
/usr/sbin/scanbd: installing action paperload (0) for fujitsu:ScanSnap iX1500:38713, option[85]: page-loaded as: /usr/local/bin/escanner-default.sh
/usr/sbin/scanbd: multiple actions allowed
/usr/sbin/scanbd: Initial value of option page-loaded is 0
excuse my english