login about faq

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

asked 11 Jan, 23:11

vk41's gravatar image

vk41
153311
accept rate: 0%

edited 02 Apr, 22:52

Michael%20Opdenacker's gravatar image

Michael Opde... ♦♦
440139


I think the landing-panda builds weren't automatically enabling ethernet. I think you can enable it by running this command from your serial console (or adb shell)

netcfg eth0 dhcp
link

answered 12 Jan, 11:08

doanac's gravatar image

doanac ♦♦
64319
accept rate: 5%

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.

link

answered 12 Jan, 23:41

vk41's gravatar image

vk41
153311
accept rate: 0%

FYI - Last night's ICS build for Panda should now automatically start eth0 for you:

I think builds 19 and on should have it:

https://android-build.linaro.org/builds/~linaro-android/landing-panda/
link

answered 13 Jan, 10:11

doanac's gravatar image

doanac ♦♦
64319
accept rate: 5%

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?

link

answered 08 Feb, 17:55

albrightbrian's gravatar image

albrightbrian
1223
accept rate: 0%

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.

link

answered 10 Feb, 10:49

Michael%20Opdenacker's gravatar image

Michael Opde... ♦♦
440139
accept rate: 5%

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

link

answered 10 Feb, 11:27

albrightbrian's gravatar image

albrightbrian
1223
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×132
×130
×13
×3

Asked: 11 Jan, 23:11

Seen: 574 times

Last updated: 02 Apr, 22:52