here is what I do: [r...@lightsabre android]# ADBHOST=192.168.0.200 adb kill-server [r...@lightsabre android]# ADBHOST=192.168.0.200 adb devices * daemon not running. starting it now * * daemon started successfully * List of devices attached
there is no usb0 interface anymore after installing android-freerunner-koolu1.0-beta-7.tar.gz For Om 2008.12 there was usb0 and I connected fine with ssh. now with android when using dmesg i get the following: usb 2-1: new full speed USB device using uhci_hcd and address 4 usb 2-1: configuration #1 chosen from 2 choices eth2: register 'cdc_ether' at usb-0000:00:1a.1-1, CDC Ethernet Device, 00:1f:11:01:92:8a if i do the following: $ ip addr add 192.168.0.200/24 dev eth2 $ ip link set eth2 up then i can ping 192.168.0.200 and also ping 192.168.0.202 ssh 192.168.0.202 does not work If i understood correctly adb works only with usb interfaces? anyone has an idea how I make adb sees the eth2? or why i dont get usb0 anymore? thanks _______________________________________________ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
