|
I have built a linaro source from the below mentioned link : https://android-build.linaro.org/builds/~linaro-android/landing-panda-11.12-release/#build=3 and as per this doc which can be found at : Test results at: https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadHFPbmJFYUk5Z1FkTFZnNzJEOGE2M0E&hl=en_US#gid=0 In this doc it says ethernet is working and browser is working. I connected ethernet cable and when android UI boots and if I click on browser it says No internet connection. Let me know what needs to be done inorder to work with ethernet/browser? Host OS : ubuntu 10.10 (64-bit) Android : ICS Target : Pandaboard Rev A1 Thanks vk41 |
|
Thanks doanac.I was able to get ethernet/browser working.All I did was netcfg eth0 dhcp and setprop net.dns1 8.8.4.4.I was able to open browser and able to browse internet. From AOSP source (in /device/ti/panda/README) its written as 8.8.8.8 or 8.8.4.4 is hardcoded.So used that. Thank you. |
|
FYI - Last night's ICS build for Panda should now automatically start eth0 for you: I think builds 19 and on should have it:
|
|
This seems to enable the ethernet - it gets an IP and the browser connects just fine - but the system still says "No Internet Connection". This also seems to be preventing flash from running properly :( Any ideas? |
|
Hi vk41, Where do you get the 'No Internet Connection' message? You previously said that this showed up in the browser, but no your say that the browser connects just fine. Do you mean that the browser connects to the Internet but still complains with 'No Internet Connection'? Michael. |
|
The android home screen says "no internet connection" in the status bar on the bottom right of the screen, and in the settings, under wired Ethernet, there is nothing configured. Running netcfg from shell shows that eth0 has a valid IP, and if I attempt to connect to the internet through the standard browser, I can load webpages without a problem. The browser knows I'm connected to the internet, but the rest of system seems to think otherwise |