is because the new model is not in the list of reasons.
The processing method is as follows:
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'll be something like 1d6b:0002. (Execute LSUSB command, find machine ID, my machine ID is 2A45:0C02) Add the following line To/lib/udev/rules.d/69-libmtp.rules. (Idvendor and Idproduct assignments Remember to change to your own results) 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. (IBID.) attr{idvendor}== "1d6b", attr{idproduct}== "0002", mode= "0666" sudo service udev restartsudo rebootreplace 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 support for MTP is no problem, but the new model is not listed)
The solution of Note2 in ubuntu14.04 under MTP mode cannot auto mount