升级至 17.10 后 USB PTP 摄像头不再工作

升级至 17.10 后 USB PTP 摄像头不再工作

我有一台富士 F100fd 相机,它以前在 Ubuntu 17.04 上工作得很好:连接后,Shotwell 中的导入显示了照片,我可以将它们复制到电脑上。升级到 Ubuntu 17.10 后,Shotwell 仍然显示相机,但尝试从中导入时会出现错误消息Unable to fetch previews from the camera: Unspecified error (-1)

它显示lsusb

Bus 001 Device 006: ID 04cb:01e0 Fuji Photo Film Co., Ltd 

dmesg显示

[ 1320.087128] usb 1-1: USB disconnect, device number 4
[ 1324.122507] usb 1-2: new high-speed USB device number 5 using ehci-pci
[ 1324.241439] usb 1-2: New USB device found, idVendor=04cb, idProduct=01e0
[ 1324.241444] usb 1-2: New USB device strings: Mfr=0, Product=2, SerialNumber=3
[ 1324.241447] usb 1-2: Product: USB PTP Camera
[ 1324.241449] usb 1-2: SerialNumber: 592D31373032081124B4433011D6D2
[ 1831.260528] sd 4:0:0:0: [sdc] tag#0 FAILED Result: hostbyte=DID_ERROR driverbyte=DRIVER_SENSE
[ 1831.260533] sd 4:0:0:0: [sdc] tag#0 Sense Key : Hardware Error [current] [descriptor] 
[ 1831.260535] sd 4:0:0:0: [sdc] tag#0 Add. Sense: No additional sense information
[ 1831.260538] sd 4:0:0:0: [sdc] tag#0 CDB: ATA command pass through(16) 85 06 20 00 00 00 00 00 00 00 00 00 00 00 e5 00

我也尝试使用以下方法安装gphotofs

mkdir ~/camera
gphotofs ~/camera/
ls ~/camera

但它给出了Protocol error

我检查过并且libgphoto2已安装。还有什么问题,或者我该如何找出问题所在?谢谢。

答案1

https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1731341可能是罪魁祸首。它已在上游修复。

相关内容