USB adatátvitel OnePlus One telefonra Ubuntu 14.04 Linux rendszeren:
gksu gedit /lib/udev/rules.d/69-libmtp.rules
Adding the following entries did the trick:
ATTR{idVendor}=="05c6", ATTR{idProduct}=="6764", SYMLINK+="libmtp-%k", MODE="660", GROUP="audio", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1", TAG+="uaccess"
ATTR{idVendor}=="05c6", ATTR{idProduct}=="6765", SYMLINK+="libmtp-%k", MODE="660", GROUP="audio", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1", TAG+="uaccess"
Restart udev:
sudo service udev restart
Reconnect the device and it should work. Make sure that MTP transfer mode is selected on your phone.
http://askubuntu.com/questions/505932/ubuntu-14-04-mtp-error