hanwen/go-mtpfs

Detects Samsung Galaxy A12 but "no storage device found".

Opened this issue · 1 comments

Detects Samsung Galaxy A12 but "no storage device found".
About and what's on my computer
	- DELL latitude E6400 (literally a potato PC from 2010)
	- OS: Linux Mint 20.3
	- dpkg --get-selections | grep -i mtp
		go-mtpfs                                        install
		libmtp-common                                   install
		libmtp-runtime                                  install
		libmtp9:amd64                                   install
		mtp-tools                                       install
	- lsusb: "Samsung Electronics Co., Ltd Galaxy series, misc. (MTP mode)"
	- mtp-detect:
		libmtp version: 1.1.17

		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 2, dev 9
		Attempting to connect device(s)
		error returned by libusb_claim_interface() = -6LIBMTP PANIC: Unable to initialize device
		Unable to open raw device 0
		OK.

I hope I gave as much details as possible, tell me otherwise!