I have Asus Zenfone 5 phone and now I want to connect the device to my Debian 7 via USB to mount inner phone storage as external disk. So after it was connected I see in logs:
dmesg
[79836.644019] usb 2-1: new high-speed USB device number 3 using ehci_hcd
[79836.779399] usb 2-1: New USB device found, idVendor=0b05, idProduct=5481
[79836.779403] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[79836.779406] usb 2-1: Product: Android
[79836.779408] usb 2-1: Manufacturer: Android
[79836.779410] usb 2-1: SerialNumber: XXXXXXXXXXXX
lsusb
Bus 002 Device 008: ID 0b05:5481 ASUSTek Computer, Inc
But no disk was mounted. fdisk -l does not show my phone.
After searching over the Internet I've found that Zenfone have some problem when connected via usb2 and works fine with usb3. In Windows it forks fine with both usb2 and usb3. But I miss usb3 in my computer.
So my question - how can I connect Asus Zenfone 5 to Debian via usb2 or may be how can I emulate usb3 with usb2?