Hello:
I've got a SCSI scanner that is being detected by the kernel on Fedora 14, but XSane does not see it. If I run "sane-find-scanner" it says that no SCSI or USB scanners are found.
The scanner is a Cacham Splendeur 3024, model VM3552. I believe this scanner is the same as the Relisys Scorpio VM3552. In /var/log/messages, the following entries show up as soon as the scanner is warmed up:
Code:
Mar 11 13:34:45 dt kernel: [22595.116042] usb 4-2: new full speed USB device using uhci_hcd and address 41
Mar 11 13:34:45 dt kernel: [22595.230079] usb 4-2: device descriptor read/64, error -71
Mar 11 13:34:45 dt kernel: [22595.444048] usb 4-2: device descriptor read/64, error -71
Mar 11 13:34:46 dt kernel: [22595.647058] usb 4-2: new full speed USB device using uhci_hcd and address 42
Mar 11 13:34:46 dt kernel: [22595.760050] usb 4-2: device descriptor read/64, error -71
Mar 11 13:34:46 dt kernel: [22595.974045] usb 4-2: device descriptor read/64, error -71
Mar 11 13:34:46 dt kernel: [22596.177039] usb 4-2: new full speed USB device using uhci_hcd and address 43
Mar 11 13:34:47 dt kernel: [22596.585036] usb 4-2: device not accepting address 43, error -71
Mar 11 13:34:47 dt kernel: [22596.687038] usb 4-2: new full speed USB device using uhci_hcd and address 44
Mar 11 13:34:47 dt kernel: [22597.095032] usb 4-2: device not accepting address 44, error -71
Mar 11 13:34:47 dt kernel: [22597.095069] hub 4-0:1.0: unable to enumerate USB device on port 2
I am assuming there is some sort of SCSI to USB emulation going on? I don't know how these devices are supported now, but either way I'm guessing there is some issue based on the messages here. But I really don't know how to proceed from here. If somebody could point me in the right direction, I would greatly appreciate it! I've looked around and so far haven't been able to find a solution.
Thanks.