저는 Chrome OS에서 Debian 8.5를 실행하고 있고 Galaxy On5를 연결했는데 ChromeOS는 이를 즉시 인식했지만 Debian은 인식하지 못했습니다. mtp 도구를 설치했고 mtp-Detect를 실행하면 다음과 같은 출력이 표시됩니다.
Unable to open ~/.mtpz-data for reading, MTPZ disabled.
libmtp version: 1.1.8
Listing raw device(s)
Device 0 (VID=04e8 and PID=6860) is a Samsung Galaxy models (MTP).
Found 1 device(s):
Samsung: Galaxy models (MTP) (04e8:6860) @ bus 1, dev 10
Attempting to connect device(s)
ignoring libusb_claim_interface() = -6PTP_ERROR_IO: failed to open
session, trying again after resetting USB interface
LIBMTP libusb: Attempt to reset device
inep: usb_get_endpoint_status(): No such device
outep: usb_get_endpoint_status(): No such device
libusb_open() failed!: No such device
LIBMTP PANIC: Could not init USB on second attempt
Unable to open raw device 0
OK.
답변1
가지다최신 버전MTP 도구백포트에서 사용할 수 있으므로 문제가 해결되면 시도해 볼 수 있습니다.
답변2
실행하면 mtp-detect
거의 동일한 오류가 발생합니다.
읽고 나서다음 오류 보고서, 다음 패키지를 제거하여 문제를 해결할 수 있었습니다.
sudo apt remove gvfs-backends
sudo apt remove gvfs
지금 실행하면 mtp-detect
단순히 Samsung Galaxy MTP 장치인지 감지하는 것이 아니라 휴대폰에 대한 자세한 정보를 제공합니다.
또한 Dolphin 파일 관리자를 사용하여 KDE에서 장치를 탐색할 수 있습니다(이전에는 GNOME gvfs와의 충돌로 인해 불가능했습니다).
운영 체제는 Debian 11 Buster 최신 버전(libmtp 버전: 1.1.17)이고 휴대폰은 Samsung Galaxy S9+입니다.