スキャナーはデスクトップではなくラップトップで動作します。

スキャナーはデスクトップではなくラップトップで動作します。

私はラップトップで使用するEpson Perfection 660フラットベッドスキャナーを持っています。/var/log/syslog挿入するとこんな感じです。

Dec 18 15:43:57 lap kernel: [   31.868278] usb 6-2: new full-speed USB device number 2 using uhci_hcd
Dec 18 15:43:57 lap kernel: [   32.033506] usb 6-2: New USB device found, idVendor=04b8, idProduct=0114
Dec 18 15:43:57 lap kernel: [   32.033514] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 18 15:43:57 lap kernel: [   32.033519] usb 6-2: Product: EPSON Scanner
Dec 18 15:43:57 lap kernel: [   32.033524] usb 6-2: Manufacturer: EPSON

今私のデスクトップコンピュータでこのスキャナを使いたいです。同じ指示に従いましたが動作しません。問題は、有効なUSBデバイスとして認識されないことです。表示されませんlsusb。 syslogには次のものが表示されます。

Dec 18 15:31:34 desktop kernel: [  390.193219] usb 3-14: new full-speed USB device number 18 using xhci_hcd
Dec 18 15:31:39 desktop kernel: [  395.213900] usb 3-14: unable to read config index 0 descriptor/start: -110
Dec 18 15:31:39 desktop kernel: [  395.213902] usb 3-14: can't read configurations, error -110
Dec 18 15:31:39 desktop kernel: [  395.325902] usb 3-14: new full-speed USB device number 19 using xhci_hcd
Dec 18 15:31:44 desktop kernel: [  400.346570] usb 3-14: unable to read config index 0 descriptor/start: -110
Dec 18 15:31:44 desktop kernel: [  400.346572] usb 3-14: can't read configurations, error -110
Dec 18 15:31:45 desktop kernel: [  400.458648] usb 3-14: new full-speed USB device number 20 using xhci_hcd
Dec 18 15:31:50 desktop kernel: [  405.479280] usb 3-14: unable to read config index 0 descriptor/start: -110
Dec 18 15:31:50 desktop kernel: [  405.479282] usb 3-14: can't read configurations, error -110
Dec 18 15:31:50 desktop kernel: [  405.591352] usb 3-14: new full-speed USB device number 21 using xhci_hcd
Dec 18 15:31:55 desktop kernel: [  410.611960] usb 3-14: unable to read config index 0 descriptor/start: -110
Dec 18 15:31:55 desktop kernel: [  410.611962] usb 3-14: can't read configurations, error -110
Dec 18 15:31:55 desktop kernel: [  410.611973] hub 3-0:1.0: unable to enumerate USB device on port 14

一見すると、ラップトップはUHCIを使用し、デスクトップはXHCIを使用します。どちらのシステムもLinux Mint 16、カーネル3.11.0-12 x86_64を使用します。どのUSBポートを使用しても、動作は同じです。

どうですか?

ベストアンサー1

おすすめ記事