是由於新機型沒在列表裏的緣由。android
處理方法以下:ubuntu
As far as I know, MTP works fine in Trusty. You can try this: Uncomment #user_allow_other in /etc/fuse.conf. Run lsusb and see your device's vendor ID. It will be something like 1d6b:0002. (執行lsusb命令,查找機器id,個人機器id是2a45:0c02) Add the following line to /lib/udev/rules.d/69-libmtp.rules. (idVendor和idProduct的賦值記得改爲你本身查到的結果) ATTR{idVendor}=="1d6b", ATTR{idProduct}=="0002", SYMLINK+="libmtp-%k", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1" Add the following line to /etc/udev/rules.d/51-android.rules. (同上) ATTR{idVendor}=="1d6b", ATTR{idProduct}=="0002", MODE=」0666" sudo service udev restart sudo reboot Replace the Vendor and Device IDs of course. Like I said, MTP should work out of the box, but the above manually adds relevant entries to your devices list. (ubuntu14.04對MTP的支持是沒問題的,只不過新機型沒列出來)