USBデバイスを列挙できません。

USBデバイスを列挙できません。

私は約10年前にLinuxで使用されていた古いAcer S2W 3300 Uスキャナを持っています。最新のSlackware64 Linuxボックスにインストールしようとしましたが、カーネルがそれを認識しないようです。

 # uname -a                                                                          
Linux leao 4.4.38 #2 SMP Sun Dec 11 16:11:02 CST 2016 x86_64 Intel(R) Xeon(R) CPU E3-1246 v3 @ 3.50GHz GenuineIntel GNU/Linux


# grep -v '^#' /etc/sane.d/snapscan.conf | head  -6                                 

firmware /usr/share/sane/snapscan/u176v046.bin
/dev/usb/scanner0 bus=usb



# ls -l /usr/share/sane/snapscan/u176v046.bin                                       
-rwxr-xr-x 1 lupe lupe 31385 nov 12 00:44 /usr/share/sane/snapscan/u176v046.bin

# dmesg | tail

[  452.508560] usb 1-13: unable to read config index 0 descriptor/start: -110
[  452.508563] usb 1-13: can't read configurations, error -110
[  452.661561] usb 1-13: new full-speed USB device number 12 using xhci_hcd
[  457.825481] usb 1-13: unable to read config index 0 descriptor/start: -110
[  457.825484] usb 1-13: can't read configurations, error -110
[  457.978466] usb 1-13: new full-speed USB device number 13 using xhci_hcd
[  462.990385] usb 1-13: unable to read config index 0 descriptor/start: -110
[  462.990389] usb 1-13: can't read configurations, error -110
[  463.143374] usb 1-13: new full-speed USB device number 14 using xhci_hcd

私がこの仕事を果たす希望はありますか?

ベストアンサー1

おすすめ記事