Good day!
Don't want to work the scanner on MFP driver supplied on the disk, but the system does not find it.
In syslog there is an entry in the load on the MFP, printer works, but lsusb
Bus 001 Device 004: ID 1bcf:2c6e Sunplus Innovation Technology Inc.
Bus 001 Device 005: ID 0489:e078 Foxconn / Hon Hai
Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 002: ID 8087:07e6 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 
How to configure the scanner?
 
 Alexander
 
#xerox_mfp.conf

#Xerox Phaser 3200MFP
usb 0x0924 0x3da4

#Dell MFP Laser Printer 1815dn
usb 0x413c 0x5124

#Xerox Phaser 6110MFP
usb 0x0924 0x3d5d

#Samsung CLX-3170fn & CLX-3175FW
usb 0x04e8 0x342a

#Samsung SCX-4200
usb 0x04e8 0x341b

#Samsung SCX4725-FN
usb 0x04e8 0x341f

#Samsung CLX-216x Series
usb 0x04e8 0x3425

#Samsung SCX-4500
usb 0x04e8 0x3426

# Samsung SCX-4500W
usb 0x04e8 0x342b

# Samsung SCX-4824
usb 0x04e8 0x342c

# Samsung SCX-4828FN or SCX-4x28 Series
usb 0x04e8 0x342d

# Samsung SCX-4300
usb 0x04e8 0x342e

# Samsung SCX-4600
usb 0x04e8 0x3433

# Samsung CLX 3185
usb 0x04e8 0x343d

# Samsung SCX-3205W
usb 0x04e8 0x3441

#Xerox WorkCentre 3119 Series
usb 0x0924 0x4265

#Samsung SCX-4623
usb 0x04e8 0x3434

#Samsung SCX-4623FW
usb 0x04e8 0x3440

# Samsung SCX-4825FN
usb 0x04e8 0x343c

#Xerox WorkCentre 4118 Series
usb 0x0924 0x420c

#Xerox WorkCentre 3210
usb 0x0924 0x4293

#Xerox WorkCentre 3220
usb 0x0924 0x4294

# Samsung SCX-4500W, network mode
# tcp HOST_ADDR PORT
#     Uncomment and configure:
#tcp scx4500 9400
# XEROX scanner configuration file (LINUX 2.6)
# /etc/sane.d/XeroxPhaser3100.conf
# usb device
# format
#       usb <vendor id> <product id>
usb 0x079b 0x005E
usb 0x079b 0x005F
usb 0x079b 0x0091
usb 0x079b 0x0092
usb 0x079b 0x0093
usb 0x079b 0x0094
usb 0x079b 0x0095
usb 0x0924 0x3CEF
usb 0x0924 0x3CEE

# LAN device
# format
#       lan <uri> [port]
#               default port is 6566
#       E.G.
#       LAN 192.168.1.100
#       LAN 192.168.1.100 6566

# Event notification 
# format
#   [p1:p2:p3] <command line>
#  p1, p2, p3 are notification parameters
#       p1:
#               1 : Image
#               2 : Fax
#               3 : Print
#               4 : Email
#               5 : OCR
#
#  Event command parameter:
#               {dev} : Device name
#               {time:TimeFormat} : Time format string
#       E.G.
#               event 1:0:0 scanimage -d XeroxPhaser3100:{dev} > 
~/image-{time:%Y-%m-%d-%H-%M-%S}.pnm
# P.S.
#       Since most Linux 2.6 based kernel did not install scanimage by default, 
scanimage is copied from 
#       Red Hat 9 by default scanner installation
event 1:0:0 /usr/sbin/scanimage -d XeroxPhaser3100:{dev}  --format=tiff > 
/tmp/image-{time:%Y-%m-%d-%H-%M-%S}.tif
-- 
sane-devel mailing list: [email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
             to [email protected]

Reply via email to