The device is found and loaded by the system, but `adb devices` shows nothing.
1. dmesg
[66284.706441] usb 2-3: new SuperSpeed USB device number 3 using xhci_hcd
[66284.717878] usb 2-3: New USB device found, idVendor=1f3a, idProduct=1007
[66284.717881] usb 2-3: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[66284.717882] usb 2-3: Product: Android
[66284.717883] usb 2-3: Manufacturer: USB Developer
[66284.717883] usb 2-3: SerialNumber: 20080411
2. lsusb
Bus 002 Device 003: ID 1f3a:1007 Onda (unverified)
3. find /dev/bus/usb/ -ls
296746 0 crw-rw---- 1 root plugdev 189, 130 3月 20 12:04 /dev/bus/usb/002/003
and yes my user is in the 'plugdev' group.
the problem is that `adb devices` shows nothing...
I tried `android adb usb` to update ~/.android/adb_usb.ini, but after that the file is empty:
# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE.
I tried manually adding "0x1f3a" to adb_usb.ini then restart adbd, but it didn't work.
What am I doing wrong? or what do I have to do?
ohh...... some system informations:
$ adb version
Android Debug Bridge version 1.0.31
$ uname -a
Linux victortseng 3.18.2-gentoo-palatis #1 SMP PREEMPT Sat Jan 10 22:10:44 CST 2015 x86_64 Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz GenuineIntel GNU/Linux
$ cat /etc/gentoo-release
Funtoo Linux - baselayout 2.2.0
$ cat /etc/lsb-release
DISTRIB_ID="Gentoo"
$ cat /etc/os-release
$
ps. weird thing is, adb recognize the device under windows........