The solution of Note2 in ubuntu14.04 under MTP mode cannot auto mount

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.