it works now. my mistake was ADBHOST=192.168.0.200 adb devices I should have used the correct ip ADBHOST=192.168.0.202
> On Mon, Jun 15, 2009 at 11:29, <[email protected]> wrote: > >> 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 > > There's no ssh daemon running on Android. > > After you do this, you can go back to the first steps that you > mentioned and ADB should be able to connect. On the Freerunner, ADB > connects over IP over Ethernet over USB. > > Marcelo > _______________________________________________ > android-freerunner mailing list > [email protected] > http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org > _______________________________________________ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
