quinta-feira, 10 de setembro de 2015

montar automaticamente o zenfone 5 no debian

Montar automaticamente o asus zenfone 5 no debian testing

root:~$ lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0b05:5480 ASUSTek Computer, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 192f:0416 Avago Technologies, Pte. ADNS-5700 Optical Mouse Controller (3-button)
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

temos ali na quinta linha: ID 0b05:5480 ASUSTek Computer, Inc. 
0b05 eh o vendor id
5480 eh o product id

instalar apt-get install libmtp-common mtp-tools libmtp-dev libmtp-runtime libmtp9

colocar no /etc/fuse.conf --> user_allow_other

tem que adicionar rule 51 tmb

nano /etc/udev/rules.d/51-android.rules a linha abaixo:

ATTR{idVendor}=="0b05", ATTR{idProduct}=="5480", MODE=”0666"


# sudo service udev restart
# sudo reboot


Nenhum comentário: