Hi,
I am using the gingerbread prebuild image on a beabgleboard xm revision c.
My problem is that I cannot get android to access the network.
I can set the device ip and dns as follows:
"netcfg usb0 dhcp" and "setprop net.dns1 <my dns server>"
When I do netcfg again, it shows a valid ip address, and I can ping www.google.com for about 10seconds
However, as soon as I open the browser, the network interface becomes unresponsive. PIng just stops, and android reports "no internet connection"
There is no error in logcat, or dmesg.
Is there something I'm doing wrong? Is there any other logs that I can look in?
I also have a USB ethernet adaptor which lists as eth0. I can also get an ip address for it, but it's the same.
As soon as I click on the broswer etc all network activity stops.
Thanks