On Thu, 2012-01-12 at 18:52 +0800, Kejun Zhou wrote:
Ethernet should be auto enabled after entering android word.
Actually, checking again, the network is enabled but DNS lookups don't work.
Logcat shows EthernetStateMachine successfully doing a DHCP lookup and getting a DNS server address, but I guess this doesn't get fed into the net.dns1 property.
On Gingerbread, I notice that it's EthernetStateTracker which drives the DHCP lookup, and this works for me.
Both EthernetStateMachine and EthernetStateTracker seem to do similar jobs and have similar code, and both are running on ICS and Gingerbread.
I'll try and find some time to do some investigation.