7

Samsung Galaxy Tab2 7.0" を MTP 経由で Debian Wheezy ボックスに接続しようとしています。https://askubuntu.com/questions/186681/getting-mtp-to-work-with-a-galaxyの askubuntu ページ-tab-2-7-0は私の問題を正確に詳述していますが、提案された解決策はどれも機能しません。

繰り返しますが、mtp-tools と mtpfs をインストールしました。mtp-detect はこれをもたらします:

libmtp version: 1.1.3

Listing raw device(s)
Device 0 (VID=04e8 and PID=6860) is a Samsung GT P7310/P7510/N7000/I9070/I9100/I9300   Galaxy Tab 7.7/10.1/S2/S3/Nexus/Note/Y.
    Found 1 device(s):
    Samsung: GT P7310/P7510/N7000/I9070/I9100/I9300 Galaxy Tab 7.7/10.1/S2/S3/Nexus/Note/Y  (04e8:6860) @ bus 1, dev 3
Attempting to connect device(s)
PTP_ERROR_IO: failed to open session, trying again after resetting USB interface
LIBMTP libusb: Attempt to reset device
LIBMTP PANIC: failed to open session on second attempt
Unable to open raw device 0
OK.

ベンダー ID に 04e8 、デバイス ID に 6860 という値を使用して、/etc/udev/rules.d/51-android.rules ファイルを作成しました。前述のハウツーを完成させて、これを行いました:

mkdir foo
mtpfs -o allow_other foo

現在、「ls foo」ストールを行っています。foo の上のディレクトリをチェックアウトしても停止します。「killall -9 mtpfs」を実行しないと、コマンド ラインを元に戻すことができません (古い sshfs マウントの処理に似ています)。それから私はこれを見ます:

ls: cannot access foo: Transport endpoint is not connected

https://askubuntu.com/a/88630/27480を試してみましたが、同じ結果が得られました。

https://github.com/hanwen/go-mtpfsからの go-mtpfsも失敗します。

mkdir foo
./go-mtpfs foo
2013/01/07 02:39:33 compiled against libmtp 1.1.3
Device 0 (VID=04e8 and PID=6860) is a Samsung GT P7310/P7510/N7000/I9070/I9100/I9300 Galaxy Tab 7.7/10.1/S2/S3/Nexus/Note/Y.
2013/01/07 02:39:33 found device Samsung: GT P7310/P7510/N7000/I9070/I9100/I9300 Galaxy Tab 7.7/10.1/S2/S3/Nexus/Note/Y (04e8:6860) @ bus 1, dev 3
: 
PTP_ERROR_IO: failed to open session, trying again after resetting USB interface
LIBMTP libusb: Attempt to reset device
LIBMTP PANIC: failed to open session on second attempt
2013/01/07 02:41:33 rdev.open failed: open: open returned nil

https://github.com/kiorky/jmtpfs.gitからの jmptfsも失敗します。

Device 0 (VID=04e8 and PID=6860) is a Samsung GT P7310/P7510/N7000/I9070/I9100/I9300 Galaxy Tab 7.7/10.1/S2/S3/Nexus/Note/Y.
PTP_ERROR_IO: failed to open session, trying again after resetting USB interface
LIBMTP libusb: Attempt to reset device
LIBMTP PANIC: failed to open session on second attempt
terminate called after throwing an instance of 'MtpErrorCantOpenDevice'
  what():  Can't open device
Aborted
4

1 に答える 1