GSPCA: 記述子を取得できません。

GSPCA: 記述子を取得できません。

倉庫で古いウェブカメラを見つけました。 WindowsではCreative GO miniとして検出されますが、ドライバはありません。私はLinuxで回復できることを願ってManjaroに接続しました。デバイスが古く、使用中です。動物虐待防止のための国際社会ドライバー。次のドライバがあります。kernel.orgをクリックしてロードしてみてください。ただし、バス記述子の検索中にエラーが発生したため使用できません。リストされていますがlsusb。詳細な出力を提供しています。

Bus 002 Device 008: ID 041e:4007 Creative Technology, Ltd Go Mini
Device Descriptor:
bLength                18
bDescriptorType         1
bcdUSB               1.10
bDeviceClass          255 Vendor Specific Class
bDeviceSubClass         0 
bDeviceProtocol         0 
bMaxPacketSize0         8
idVendor           0x041e Creative Technology, Ltd
idProduct          0x4007 Go Mini
bcdDevice            0.00
iManufacturer           1 (error)
iProduct                2 Creative WebCam Go Mini (LCDC)
iSerial                 0 
bNumConfigurations      1
Configuration Descriptor:
 bLength                 9
 bDescriptorType         2
 wTotalLength       0x0022
 bNumInterfaces          1
 bConfigurationValue     1
 iConfiguration          0 
 bmAttributes         0xa0
   (Bus Powered)
   Remote Wakeup
 MaxPower               70mA
 Interface Descriptor:
   bLength                 9
   bDescriptorType         4
   bInterfaceNumber        0
   bAlternateSetting       0
   bNumEndpoints           0
   bInterfaceClass       255 Vendor Specific Class
   bInterfaceSubClass      0 
   bInterfaceProtocol      0 
   iInterface              0 
 Interface Descriptor:
   bLength                 9
   bDescriptorType         4
   bInterfaceNumber        0
   bAlternateSetting       1
   bNumEndpoints           1
   bInterfaceClass       255 Vendor Specific Class
   bInterfaceSubClass      0 
   bInterfaceProtocol      0 
   iInterface              0 
   Endpoint Descriptor:
     bLength                 7
     bDescriptorType         5
     bEndpointAddress     0x82  EP 2 IN
     bmAttributes            2
       Transfer Type            Bulk
       Synch Type               None
       Usage Type               Data
     wMaxPacketSize     0x0040  1x 64 bytes
     bInterval               0
can't get debug descriptor: Resource temporarily unavailable
Device Status:     0x0000
(Bus Powered)

これがロードされるモジュールです。

gspca_stv0680          16384  0
gspca_main             32768  1 gspca_stv0680
videobuf2_vmalloc      20480  2 gspca_main,uvcvideo
videobuf2_v4l2         28672  2 gspca_main,uvcvideo
videobuf2_common       57344  3 gspca_main,videobuf2_v4l2,uvcvideo
videodev              270336  4 gspca_main,videobuf2_v4l2,uvcvideo,videobuf2_common

エラーメッセージです

[ 4271.175296] usb 2-1: new full-speed USB device number 8 using xhci_hcd
[ 4271.838163] usb 2-1: New USB device found, idVendor=041e, idProduct=4007, bcdDevice= 0.00
[ 4271.838170] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4271.838173] usb 2-1: Product: Creative WebCam Go Mini (LCDC)
[ 4271.838176] usb 2-1: Manufacturer: Creative Technology Ltd
[ 4241.263953] gspca_main: v2.14.0 registered
[ 4241.269868] gspca_main: stv0680-2.14.0 probing 041e:4007
[ 4242.328049] gspca_stv0680: Could not get descriptor 0100
[ 4242.330259] stv0680 2-1:1.0: last error: 0,  command = 0x8f
[ 4242.330283] stv0680: probe of 2-1:1.0 failed with error -5
[ 4242.330359] usbcore: registered new interface driver stv0680

私は今何ができますか?

ベストアンサー1

おすすめ記事