web-dev-qa-db-ja.com

Logitech C922ウェブカメラがUbuntu 18.04LTSで検出されない

Ubuntu 18.04LTSにインストールする必要があるLogitech C922x(USB)ウェブカメラを入手しました。 CheeseとSkypeで試しましたが、デバイスが検出されないと表示されます。何か案が?ご協力ありがとうございます。

編集:@waltinatorのアドバイスに従って、ターミナルにjournalctl --followと入力してUSB Webカメラを接続すると、次のように表示されます。

Sep 27 18:06:32 Ostwald kernel: usb 3-1.1.3.2: new high-speed USB device number 12 using xhci_hcd
Sep 27 18:06:32 Ostwald kernel: usb 3-1.1.3.2: config index 0 descriptor too short (expected 2503, got 1277)
Sep 27 18:06:32 Ostwald kernel: usb 3-1.1.3.2: config 1 has an invalid descriptor of length 54, skipping remainder of the config
Sep 27 18:06:32 Ostwald kernel: usb 3-1.1.3.2: config 1 has 2 interfaces, different from the descriptor's value: 4
Sep 27 18:06:32 Ostwald kernel: usb 3-1.1.3.2: New USB device found, idVendor=046d, idProduct=085c
Sep 27 18:06:32 Ostwald kernel: usb 3-1.1.3.2: New USB device strings: Mfr=0, Product=2, SerialNumber=1
Sep 27 18:06:32 Ostwald kernel: usb 3-1.1.3.2: Product: C922 Pro Stream Webcam
Sep 27 18:06:32 Ostwald kernel: usb 3-1.1.3.2: SerialNumber: 52CE166F
Sep 27 18:06:37 Ostwald kernel: usb 3-1.1.3.2: can't set config #1, error -110
Sep 27 18:06:37 Ostwald mtp-probe[3175]: checking bus 3, device 12: "/sys/devices/pci0000:00/0000:00:1c.4/0000:05:00.0/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3.2"
Sep 27 18:06:37 Ostwald mtp-probe[3175]: bus: 3, device: 12 was not an MTP device
Sep 27 18:06:37 Ostwald fwupd[3007]: failed to add USB device: 046d:085c is not supported: USB error on device 046d:085c : Entity not found [-5]
Sep 27 18:06:37 Ostwald upowerd[1550]: unhandled action 'bind' on /sys/devices/pci0000:00/0000:00:1c.4/0000:05:00.0/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3.2
1
LeChat

WebカメラをコンピューターのUSB 3ポートに直接接続し(USBハブまたはその他の中間デバイスを使用せずに)、コンピューターを再起動することで、機能させることができます。乾杯(Ubuntu 18.04LTSおよび18.10で動作)

2
LeChat