Forwarding to the list.

# Should set a Reply-To on my list mails ...

Tom Myers writes:

> Thank you so much.  Your play by play was very helpful in my understanding.  
> The issue is really the exclusive access. 
>
> 37180 ??         0:03.35 /Library/Image Capture/Devices/EPSON 
> Scanner.app/Contents/MacOS/EPSON Scanner
> kill 37180
>
>
> So by force quitting the Epson Scanner process which had it open exclusively 
> open, all works well!
>
> I redid the same test with the epson2.conf to being the default but with the 
> net commented out (previously I had left the net in and added checking for 
> the 10000xl and 11000xl into the file.)
>
> Below is the relevant code that is the issue. 
>
>
> SANE_DEBUG_SANEI_USB=127 SANE_DEBUG_EPSON2=10 scanimage -d epson2 
> --format=tiff > /tmp/ix.tiff
>
> [sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0129
> [epson2] attach_one_usb: dev = libusb:003:006-04b8-0129-ff-ff
> [epson2] attach: devname = libusb:003:006-04b8-0129-ff-ff, type = 3
> [epson2] e2_dev_init
> [epson2] open_scanner: libusb:003:006-04b8-0129-ff-ff
> [sanei_usb] sanei_usb_open: trying to open device 
> `libusb:003:006-04b8-0129-ff-ff'
> usb_os_open: 04b8:0129
> usb_claim_interface: called for interface 0
> Interface 0 of device is 0x0000106b
> claim_interface: Interface 0 of device from QueryInterface is 0x7fd23a900600
> USB error: claim_interface(USBInterfaceOpen): another process has device 
> opened for exclusive access
> USB error: usb_claim_interface: couldn't claim interface
> [sanei_usb] sanei_usb_open: libusb complained: usb_claim_interface: couldn't 
> claim interface
> usb_os_close: 04b8:0129
> [epson2] libusb:003:006-04b8-0129-ff-ff open failed: Invalid argument
> …..
> [epson2] no device detected
> scanimage: open of device epson2 failed: Invalid argument
> [epson2] sane_epson2_exit
> [epson2] free_devices
>
>
>
>
>
>> 
>>>> On Nov 13, 2015, at 4:19 AM, Olaf Meeuwissen <paddy-h...@member.fsf.org> 
>>>> wrote:
>>>> [...]
>>>> 
>>>> Can you retry with SANE_DEBUG_SANEI_USB=127 and SANE_DEBUG_EPSON2=10?
>> 
>> I'll be snipping the "uninteresting" bits and comment on the log as I
>> walk through it.
>> 
>>> LadyLex-i7:sane-backends-1.0.25 tmyers$ 
>>>  [Restored Nov 13, 2015, 11:42:50 AM]
>>> SANE_DEBUG_SANEI_USB=127 SANE_DEBUG_EPSON2=10 scanimage -d epson2 
>>> --format=tiff > /tmp/ix.tiff
>>> [...]
>>> usb_set_debug: Setting debugging level to 255 (on)
>> 
>> That's libusb-0.1.
>> 
>>> [sanei_usb] sanei_usb_scan_devices: marking existing devices
>>> [sanei_usb] libusb_scan_devices: Looking for libusb devices
>> 
>> And that too.
>> 
>>> [... looping over busses and devices ...]
>>> libusb/darwin.c usb_os_find_devices: Found 022-04b8-0129-ff-ff on 003 at 
>>> location 0x336592896x
>> 
>> That's an Epson Expression 10000XL.
>> 
>>> usb_os_open: 04b8:0129
>>> libusb/darwin.c usb_control_msg (device: 022-04b8-0129-ff-ff): 128 6 512 0 
>>> 0x7fff502ce7d0 8 1000
>>> libusb/darwin.c usb_control_msg (device: 022-04b8-0129-ff-ff): 128 6 512 0 
>>> 0x7fea02d01040 32 1000
>>> usb_os_close: 04b8:0129
>>> [...]
>>> [sanei_usb] libusb_scan_devices: found libusb device (0x04b8/0x0129) 
>>> interface 0  at libusb:003:022-04b8-0129-ff-ff
>>> [sanei_usb] store_device: add dn 2 with libusb:003:022-04b8-0129-ff-ff
>>> [sanei_usb] sanei_usb_scan_devices: device 00 is 
>>> libusb:001:006-0b95-1790-ff-ff
>>> [sanei_usb] sanei_usb_scan_devices: device 01 is 
>>> libusb:002:006-05ac-8286-ff-01
>>> [sanei_usb] sanei_usb_scan_devices: device 02 is 
>>> libusb:003:022-04b8-0129-ff-ff
>>> [sanei_usb] sanei_usb_scan_devices: found 3 devices
>> 
>> Of which one is your Epson Expression 10000XL.
>> 
>>> [epson2] sane_epson2_open: name =
>> 
>> The epson2 backend starts looking for the first supported scanner.
>> 
>>> [...]
>>> [sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0129
>>> [epson2] attach_one_usb: dev = libusb:003:022-04b8-0129-ff-ff
>>> [epson2] attach: devname = libusb:003:022-04b8-0129-ff-ff, type = 3
>>> [epson2] e2_dev_init
>>> [epson2] open_scanner: libusb:003:022-04b8-0129-ff-ff
>>> [sanei_usb] sanei_usb_open: trying to open device 
>>> `libusb:003:022-04b8-0129-ff-ff'
>>> usb_os_open: 04b8:0129
>>> usb_claim_interface: called for interface 0
>>> Interface 0 of device is 0x000010bb
>>> claim_interface: Interface 0 of device from QueryInterface is 0x7fea05201900
>>> USB error: claim_interface(USBInterfaceOpen): another process has device 
>>> opened for exclusive access
>>> USB error: usb_claim_interface: couldn't claim interface
>>> [sanei_usb] sanei_usb_open: libusb complained: usb_claim_interface: 
>>> couldn't claim interface
>>> usb_os_close: 04b8:0129
>>> [epson2] libusb:003:022-04b8-0129-ff-ff open failed: Invalid argument
>> 
>> It found the Epson Expression 10000XL but something else has already
>> claimed exclusive access.
>> 
>>> [...]
>>> [epson2] attach_one_config: len = 17, line = usb 0x04b8 0x0129
>>> [sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0129
>> 
>> Yes, we found one ...
>> 
>>> [epson2] attach_one_usb: dev = libusb:003:022-04b8-0129-ff-ff
>>> [epson2] attach: devname = libusb:003:022-04b8-0129-ff-ff, type = 3
>>> [epson2] e2_dev_init
>>> [epson2] open_scanner: libusb:003:022-04b8-0129-ff-ff
>>> [sanei_usb] sanei_usb_open: trying to open device 
>>> `libusb:003:022-04b8-0129-ff-ff'
>>> usb_os_open: 04b8:0129
>>> usb_claim_interface: called for interface 0
>>> Interface 0 of device is 0x000011ab
>>> claim_interface: Interface 0 of device from QueryInterface is 0x7fea05201850
>>> USB error: claim_interface(USBInterfaceOpen): another process has device 
>>> opened for exclusive access
>>> USB error: usb_claim_interface: couldn't claim interface
>>> [sanei_usb] sanei_usb_open: libusb complained: usb_claim_interface: 
>>> couldn't claim interface
>>> usb_os_close: 04b8:0129
>>> [epson2] libusb:003:022-04b8-0129-ff-ff open failed: Invalid argument
>> 
>> ... but, like before, it's been claimed exclusively by something else.
>> 
>>> [epson2] attach_one_config: len = 17, line = usb 0x04b8 0x014b
>>> [sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x014b
>> 
>> Huh?  Where's this coming from?  Your epson2.conf?
>> This is an Epson Expression 11000XL, by the way.
>> 
>>> [epson2] attach_one_config: len = 17, line = net autodiscovery
>> 
>> Oh, great :-|  Let's look for network attached devices.
>> 
>>> [epson2] e2_network_discovery, sent discovery packet
>>> [epson2]  response from 192.168.44.90
>>> [...]
>>> [epson2]  model name      : PID 08B9
>> 
>> Okay so you have a WorkForce 76x0 on your network somewhere.
>> 
>>> [...]
>>> [epson2] open_scanner: net:192.168.44.90
>> 
>> Let's use this then.
>> 
>>> [...]
>>> [epson2] e2_send: FS G
>>> [...]
>>> [epson2] e2_scan_finish
>>> [epson2] * sane_epson2_cancel
>>> [epson2] * sane_epson2_close
>>> [epson2] close_scanner: fd = 3
>>> [epson2] sanei_epson_net_unlock
>>> [epson2] sane_epson2_exit
>> 
>> So, what went wrong?
>> 
>> From the subject, I assume you expected this to scan from your 10000XL.
>> Instead, it scanned from a WorkForce 76x0.  I have no idea where that
>> 11000XL is coming from.
>> 
>> You can disable the networked device in epson2.conf easily enough but
>> that still does not allow you to scan with the 10000XL.  The log quite
>> clearly indicates that some other application already grabbed exclusive
>> access.  Any idea which application that might be?
>> 
>> Would you happen to have saned running (or started by xinetd on demand)?
>> Maybe some monitoring application for TWAIN getting in the way.  I have
>> zero experience with running SANE-TWAIN on a Mac so I'm just shooting in
>> the dark.  Maybe you can provide a list of *all* processes that are
>> running when you run this scanimage command?  That might shed some light
>> on this.  Have a look at the ps manual page.
>> 
>> Hope this helps,

-- 
Sent with my mu4e
LadyLex-i7:CrashPlan tmyers$ SANE_DEBUG_SANEI_USB=127 SANE_DEBUG_EPSON2=10 
scanimage -d epson2 --format=tiff > /tmp/ix.tiff
[sanei_debug] Setting debug level of epson2 to 10.
[epson2] sane_epson2_init: sane-backends 1.0.25
[epson2] epson2 backend, version 1.0.124
[sanei_debug] Setting debug level of sanei_usb to 127.
[sanei_usb] sanei_usb_init: Looking for libusb devices
usb_set_debug: Setting debugging level to 255 (on)
[sanei_usb] sanei_usb_scan_devices: marking existing devices
[sanei_usb] libusb_scan_devices: Looking for libusb devices
usb_os_find_busses: Found 001
usb_os_find_busses: Found 002
usb_os_find_busses: Found 003
libusb/darwin.c usb_os_find_devices: Found USB device on bus 0x486539264x: 
0x486539264x
libusb/darwin.c usb_os_find_devices: Found 000-05ac-8005-09-ff on 001 at 
location 0x486539264x
libusb/darwin.c usb_os_find_devices: Found USB device on bus 0x486539264x: 
0x487587840x
libusb/darwin.c usb_os_find_devices: Found 001-8087-0024-09-00 on 001 at 
location 0x487587840x
libusb/darwin.c usb_os_find_devices: Found USB device on bus 0x486539264x: 
0x488112128x
libusb/darwin.c usb_os_find_devices: Found 006-0424-2512-09-00 on 001 at 
location 0x488112128x
libusb/darwin.c usb_os_find_devices: Found USB device on bus 0x486539264x: 
0x488116224x
libusb/darwin.c usb_os_find_devices: Found 002-0a5c-4500-09-00 on 001 at 
location 0x488116224x
libusb/darwin.c usb_os_find_devices: Found USB device on bus 0x486539264x: 
0x488120320x
libusb/darwin.c usb_os_find_devices: Found 003-05ac-0262-00-00 on 001 at 
location 0x488120320x
libusb/darwin.c usb_os_find_devices: Found USB device on bus 0x486539264x: 
0x488116992x
libusb/darwin.c usb_os_find_devices: Found 004-05ac-8286-ff-01 on 001 at 
location 0x488116992x
libusb/darwin.c usb_os_find_devices: Complete
usb_os_open: 05ac:8286
libusb/darwin.c usb_control_msg (device: 004-05ac-8286-ff-01): 128 6 512 0 
0x7fff501d84b0 8 1000
libusb/darwin.c usb_control_msg (device: 004-05ac-8286-ff-01): 128 6 512 0 
0x7fd238e003b0 216 1000
skipped 1 class/vendor specific interface descriptors
usb_os_close: 05ac:8286
usb_os_open: 05ac:0262
libusb/darwin.c usb_control_msg (device: 003-05ac-0262-00-00): 128 6 512 0 
0x7fff501d84b0 8 1000
libusb/darwin.c usb_control_msg (device: 003-05ac-0262-00-00): 128 6 512 0 
0x7fd238d025d0 84 1000
skipped 1 class/vendor specific interface descriptors
skipped 1 class/vendor specific interface descriptors
skipped 1 class/vendor specific interface descriptors
usb_os_close: 05ac:0262
usb_os_open: 0a5c:4500
libusb/darwin.c usb_control_msg (device: 002-0a5c-4500-09-00): 128 6 512 0 
0x7fff501d84b0 8 1000
libusb/darwin.c usb_control_msg (device: 002-0a5c-4500-09-00): 128 6 512 0 
0x7fd238c06d30 25 1000
usb_os_close: 0a5c:4500
usb_os_open: 0424:2512
libusb/darwin.c usb_control_msg (device: 006-0424-2512-09-00): 128 6 512 0 
0x7fff501d84b0 8 1000
libusb/darwin.c usb_control_msg (device: 006-0424-2512-09-00): 128 6 512 0 
0x7fd238c06de0 41 1000
usb_os_close: 0424:2512
usb_os_open: 8087:0024
libusb/darwin.c usb_control_msg (device: 001-8087-0024-09-00): 128 6 512 0 
0x7fff501d84b0 8 1000
libusb/darwin.c usb_control_msg (device: 001-8087-0024-09-00): 128 6 512 0 
0x7fd238d02340 25 1000
usb_os_close: 8087:0024
usb_os_open: 05ac:8005
libusb/darwin.c usb_control_msg (device: 000-05ac-8005-09-ff): 128 6 512 0 
0x7fff501d84b0 8 1000
libusb/darwin.c usb_control_msg (device: 000-05ac-8005-09-ff): 128 6 512 0 
0x7fd238c06e00 9 1000
usb_os_close: 05ac:8005
libusb/darwin.c usb_os_find_devices: Found USB device on bus 0x436207616x: 
0x436207616x
libusb/darwin.c usb_os_find_devices: Found 000-05ac-8005-09-ff on 002 at 
location 0x436207616x
libusb/darwin.c usb_os_find_devices: Found USB device on bus 0x436207616x: 
0x437256192x
libusb/darwin.c usb_os_find_devices: Found 001-8087-0024-09-00 on 002 at 
location 0x437256192x
libusb/darwin.c usb_os_find_devices: Found USB device on bus 0x436207616x: 
0x437321728x
libusb/darwin.c usb_os_find_devices: Found 007-05ac-8510-ef-02 on 002 at 
location 0x437321728x
libusb/darwin.c usb_os_find_devices: Found USB device on bus 0x436207616x: 
0x437387264x
libusb/darwin.c usb_os_find_devices: Found 002-2109-2812-09-00 on 002 at 
location 0x437387264x
libusb/darwin.c usb_os_find_devices: Found USB device on bus 0x436207616x: 
0x437391360x
libusb/darwin.c usb_os_find_devices: Found 003-05e3-0608-09-00 on 002 at 
location 0x437391360x
libusb/darwin.c usb_os_find_devices: Found USB device on bus 0x436207616x: 
0x437391616x
libusb/darwin.c usb_os_find_devices: Found 004-0b95-1790-ff-ff on 002 at 
location 0x437391616x
libusb/darwin.c usb_os_find_devices: Found USB device on bus 0x436207616x: 
0x437391872x
libusb/darwin.c usb_os_find_devices: Found 005-0d8c-013c-00-00 on 002 at 
location 0x437391872x
libusb/darwin.c usb_os_find_devices: Complete
usb_os_open: 0d8c:013c
libusb/darwin.c usb_control_msg (device: 005-0d8c-013c-00-00): 128 6 512 0 
0x7fff501d84b0 8 1000
libusb/darwin.c usb_control_msg (device: 005-0d8c-013c-00-00): 128 6 512 0 
0x7fd238e00410 224 1000
skipped 7 class/vendor specific interface descriptors
skipped 2 class/vendor specific interface descriptors
skipping descriptor 0x25
skipped 1 class/vendor specific endpoint descriptors
skipped 2 class/vendor specific interface descriptors
skipping descriptor 0x25
skipped 1 class/vendor specific endpoint descriptors
skipped 1 class/vendor specific interface descriptors
usb_os_close: 0d8c:013c
usb_os_open: 0b95:1790
usb_os_open(USBDeviceOpenSeize): another process has device opened for 
exclusive access
libusb/darwin.c usb_control_msg (device: 004-0b95-1790-ff-ff): 128 6 512 0 
0x7fff501d84b0 8 1000
libusb/darwin.c usb_control_msg (device: 004-0b95-1790-ff-ff): 128 6 512 0 
0x7fd238e00410 39 1000
usb_os_close: 0b95:1790
usb_os_open: 05e3:0608
libusb/darwin.c usb_control_msg (device: 003-05e3-0608-09-00): 128 6 512 0 
0x7fff501d84b0 8 1000
libusb/darwin.c usb_control_msg (device: 003-05e3-0608-09-00): 128 6 512 0 
0x7fd238e00410 25 1000
usb_os_close: 05e3:0608
usb_os_open: 2109:2812
libusb/darwin.c usb_control_msg (device: 002-2109-2812-09-00): 128 6 512 0 
0x7fff501d84b0 8 1000
libusb/darwin.c usb_control_msg (device: 002-2109-2812-09-00): 128 6 512 0 
0x7fd23a9000a0 25 1000
usb_os_close: 2109:2812
usb_os_open: 05ac:8510
libusb/darwin.c usb_control_msg (device: 007-05ac-8510-ef-02): 128 6 512 0 
0x7fff501d84b0 8 1000
libusb/darwin.c usb_control_msg (device: 007-05ac-8510-ef-02): 128 6 512 0 
0x7fd238e008e0 740 1000
skipping descriptor 0xB
skipped 1 class/vendor specific endpoint descriptors
skipped 4 class/vendor specific interface descriptors
skipping descriptor 0x25
skipped 1 class/vendor specific endpoint descriptors
skipped 17 class/vendor specific interface descriptors
usb_os_close: 05ac:8510
usb_os_open: 8087:0024
libusb/darwin.c usb_control_msg (device: 001-8087-0024-09-00): 128 6 512 0 
0x7fff501d84b0 8 1000
libusb/darwin.c usb_control_msg (device: 001-8087-0024-09-00): 128 6 512 0 
0x7fd238e00ee0 25 1000
usb_os_close: 8087:0024
usb_os_open: 05ac:8005
libusb/darwin.c usb_control_msg (device: 000-05ac-8005-09-ff): 128 6 512 0 
0x7fff501d84b0 8 1000
libusb/darwin.c usb_control_msg (device: 000-05ac-8005-09-ff): 128 6 512 0 
0x7fd238e004e0 9 1000
usb_os_close: 05ac:8005
libusb/darwin.c usb_os_find_devices: Found USB device on bus 0x335544320x: 
0x335544320x
libusb/darwin.c usb_os_find_devices: Found 000-05ac-8005-09-ff on 003 at 
location 0x335544320x
libusb/darwin.c usb_os_find_devices: Found USB device on bus 0x335544320x: 
0x339738624x
libusb/darwin.c usb_os_find_devices: Found 005-2109-0812-09-00 on 003 at 
location 0x339738624x
libusb/darwin.c usb_os_find_devices: Found USB device on bus 0x335544320x: 
0x336592896x
libusb/darwin.c usb_os_find_devices: Found 006-04b8-0129-ff-ff on 003 at 
location 0x336592896x
libusb/darwin.c usb_os_find_devices: Complete
usb_os_open: 04b8:0129
libusb/darwin.c usb_control_msg (device: 006-04b8-0129-ff-ff): 128 6 512 0 
0x7fff501d84b0 8 1000
libusb/darwin.c usb_control_msg (device: 006-04b8-0129-ff-ff): 128 6 512 0 
0x7fd238e00e80 32 1000
usb_os_close: 04b8:0129
usb_os_open: 2109:0812
libusb/darwin.c usb_control_msg (device: 005-2109-0812-09-00): 128 6 512 0 
0x7fff501d84b0 8 1000
libusb/darwin.c usb_control_msg (device: 005-2109-0812-09-00): 128 6 512 0 
0x7fd238d02340 31 1000
skipping descriptor 0x30
skipped 1 class/vendor specific endpoint descriptors
usb_os_close: 2109:0812
usb_os_open: 05ac:8005
libusb/darwin.c usb_control_msg (device: 000-05ac-8005-09-ff): 128 6 512 0 
0x7fff501d84b0 8 1000
libusb/darwin.c usb_control_msg (device: 000-05ac-8005-09-ff): 128 6 512 0 
0x7fd238d00100 9 1000
usb_os_close: 05ac:8005
[sanei_usb] libusb_scan_devices: device 0x05ac/0x8005: no suitable interfaces
[sanei_usb] libusb_scan_devices: device 0x8087/0x0024, interface 0 doesn't look 
like a scanner (9/9)
[sanei_usb] libusb_scan_devices: device 0x8087/0x0024: no suitable interfaces
[sanei_usb] libusb_scan_devices: device 0x0424/0x2512, interface 0 doesn't look 
like a scanner (9/9)
[sanei_usb] libusb_scan_devices: device 0x0424/0x2512: no suitable interfaces
[sanei_usb] libusb_scan_devices: device 0x0a5c/0x4500, interface 0 doesn't look 
like a scanner (9/9)
[sanei_usb] libusb_scan_devices: device 0x0a5c/0x4500: no suitable interfaces
[sanei_usb] libusb_scan_devices: device 0x05ac/0x0262, interface 0 doesn't look 
like a scanner (0/3)
[sanei_usb] libusb_scan_devices: device 0x05ac/0x0262, interface 1 doesn't look 
like a scanner (0/3)
[sanei_usb] libusb_scan_devices: device 0x05ac/0x0262, interface 2 doesn't look 
like a scanner (0/3)
[sanei_usb] libusb_scan_devices: device 0x05ac/0x0262: no suitable interfaces
[sanei_usb] libusb_scan_devices: found libusb device (0x05ac/0x8286) interface 
0  at libusb:001:004-05ac-8286-ff-01
[sanei_usb] store_device: add dn 0 with libusb:001:004-05ac-8286-ff-01
[sanei_usb] libusb_scan_devices: device 0x05ac/0x8005: no suitable interfaces
[sanei_usb] libusb_scan_devices: device 0x8087/0x0024, interface 0 doesn't look 
like a scanner (9/9)
[sanei_usb] libusb_scan_devices: device 0x8087/0x0024: no suitable interfaces
[sanei_usb] libusb_scan_devices: device 0x05ac/0x8510, interface 0 doesn't look 
like a scanner (239/14)
[sanei_usb] libusb_scan_devices: device 0x05ac/0x8510, interface 1 doesn't look 
like a scanner (239/14)
[sanei_usb] libusb_scan_devices: device 0x05ac/0x8510, interface 2 doesn't look 
like a scanner (239/255)
[sanei_usb] libusb_scan_devices: device 0x05ac/0x8510: no suitable interfaces
[sanei_usb] libusb_scan_devices: device 0x2109/0x2812, interface 0 doesn't look 
like a scanner (9/9)
[sanei_usb] libusb_scan_devices: device 0x2109/0x2812: no suitable interfaces
[sanei_usb] libusb_scan_devices: device 0x05e3/0x0608, interface 0 doesn't look 
like a scanner (9/9)
[sanei_usb] libusb_scan_devices: device 0x05e3/0x0608: no suitable interfaces
[sanei_usb] libusb_scan_devices: found libusb device (0x0b95/0x1790) interface 
0  at libusb:002:004-0b95-1790-ff-ff
[sanei_usb] store_device: add dn 1 with libusb:002:004-0b95-1790-ff-ff
[sanei_usb] libusb_scan_devices: device 0x0d8c/0x013c, interface 0 doesn't look 
like a scanner (0/1)
[sanei_usb] libusb_scan_devices: device 0x0d8c/0x013c, interface 1 doesn't look 
like a scanner (0/1)
[sanei_usb] libusb_scan_devices: device 0x0d8c/0x013c, interface 2 doesn't look 
like a scanner (0/1)
[sanei_usb] libusb_scan_devices: device 0x0d8c/0x013c, interface 3 doesn't look 
like a scanner (0/3)
[sanei_usb] libusb_scan_devices: device 0x0d8c/0x013c: no suitable interfaces
[sanei_usb] libusb_scan_devices: device 0x05ac/0x8005: no suitable interfaces
[sanei_usb] libusb_scan_devices: device 0x2109/0x0812, interface 0 doesn't look 
like a scanner (9/9)
[sanei_usb] libusb_scan_devices: device 0x2109/0x0812: no suitable interfaces
[sanei_usb] libusb_scan_devices: found libusb device (0x04b8/0x0129) interface 
0  at libusb:003:006-04b8-0129-ff-ff
[sanei_usb] store_device: add dn 2 with libusb:003:006-04b8-0129-ff-ff
[sanei_usb] sanei_usb_scan_devices: device 00 is libusb:001:004-05ac-8286-ff-01
[sanei_usb] sanei_usb_scan_devices: device 01 is libusb:002:004-0b95-1790-ff-ff
[sanei_usb] sanei_usb_scan_devices: device 02 is libusb:003:006-04b8-0129-ff-ff
[sanei_usb] sanei_usb_scan_devices: found 3 devices
[epson2] sane_epson2_open: name = 
[epson2] probe_devices
[epson2] free_devices
[epson2] attach_one_config: len = 10, line = scsi EPSON
[epson2] attach_one_config: len = 3, line = usb
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0101
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0103
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0104
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0105
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0106
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0107
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0109
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x010a
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x010b
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x010c
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x010e
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0110
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0112
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x011b
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x011c
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x011e
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0126
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0128
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0129
[epson2] attach_one_usb: dev = libusb:003:006-04b8-0129-ff-ff
[epson2] attach: devname = libusb:003:006-04b8-0129-ff-ff, type = 3
[epson2] e2_dev_init
[epson2] open_scanner: libusb:003:006-04b8-0129-ff-ff
[sanei_usb] sanei_usb_open: trying to open device 
`libusb:003:006-04b8-0129-ff-ff'
usb_os_open: 04b8:0129
usb_claim_interface: called for interface 0
Interface 0 of device is 0x0000106b
claim_interface: Interface 0 of device from QueryInterface is 0x7fd23a900600
USB error: claim_interface(USBInterfaceOpen): another process has device opened 
for exclusive access
USB error: usb_claim_interface: couldn't claim interface
[sanei_usb] sanei_usb_open: libusb complained: usb_claim_interface: couldn't 
claim interface
usb_os_close: 04b8:0129
[epson2] libusb:003:006-04b8-0129-ff-ff open failed: Invalid argument
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x012a
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x012b
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x012c
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0135
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0138
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x014b
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0151
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0801
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0802
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0805
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0806
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0807
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0808
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x080d
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x080e
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x080f
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0810
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0811
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0813
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0814
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0815
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0817
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0818
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0819
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x081a
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x081c
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x081d
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x081f
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0820
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0827
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0828
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0829
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x082a
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x082b
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x082e
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x082f
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0830
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0833
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0834
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0835
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0836
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0837
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0838
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0839
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x083a
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x083c
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0841
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0843
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0844
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0846
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0847
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0848
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0849
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x084a
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x084c
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x084d
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x084f
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0850
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0851
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0852
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0853
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0854
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0855
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0856
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x085c
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x085d
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x085e
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x085f
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0860
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0861
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0862
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0863
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0864
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0865
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0866
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0869
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x086a
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0870
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0871
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0872
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0873
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0878
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0879
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x087b
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x087c
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x087d
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x087e
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x087f
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0880
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0881
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0883
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0884
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0885
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x088d
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x088f
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0890
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0891
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0892
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0893
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0894
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0895
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0896
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0897
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0898
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0899
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x089a
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x089b
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x089c
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x089d
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x089e
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x089f
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08a0
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08a1
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08a5
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08a6
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08a7
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08a8
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08a9
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08aa
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08ab
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08ac
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08ad
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08ae
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08af
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08b0
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08b3
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08b4
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08b5
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08b6
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08b7
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08b8
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08b9
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08bd
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08be
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08bf
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08c0
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08c1
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08c3
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08c4
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08c5
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08c6
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08c7
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08c8
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08c9
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08ca
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08cd
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x08d0
[sanei_usb] sanei_usb_find_devices: vendor=0x04b8, product=0x0000
[epson2] no device detected
scanimage: open of device epson2 failed: Invalid argument
[epson2] sane_epson2_exit
[epson2] free_devices
LadyLex-i7:CrashPlan tmyers$ 
-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
             to sane-devel-requ...@lists.alioth.debian.org

Reply via email to