Hi All,
I'm observing a issue on my setup where I cannot browse (can't open any webpage using browser app) over ethernet connection. But ping to ip addresses(corresponding to same webpage) works fine. so its like: open www.google.com on browser -> Fails #ping 74.125.127.105 -> Works fine
Also I do not see this issue when I'm trying to do browsing over wifi. webpages open fine over wifi connection.
I'm using a D-link router here, but even removing the router and providing direct connection to board does not help.
Has anyone else faced same issue? Any clue what may be the issue?
Regards, Abhishek
On 17 January 2012 13:41, Abhishek Paliwal abhishek.paliwal@linaro.org wrote:
Hi All,
I'm observing a issue on my setup where I cannot browse (can't open any webpage using browser app) over ethernet connection. But ping to ip addresses(corresponding to same webpage) works fine. so its like: open www.google.com on browser -> Fails #ping 74.125.127.105 -> Works fine
I'd suggest you try browsing to the IP address and pinging the domain name first, to rule out DNS problems.
Also I do not see this issue when I'm trying to do browsing over wifi. webpages open fine over wifi connection.
I'm using a D-link router here, but even removing the router and providing direct connection to board does not help.
Has anyone else faced same issue? Any clue what may be the issue?
Regards, Abhishek
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
The issue is that some boards don't configure their DNS server when acquiring an IP address vi DHCP. Manual configuration works properly.
Mathieu.
On 12-01-17 07:23 AM, Frans Gifford wrote:
On 17 January 2012 13:41, Abhishek Paliwal abhishek.paliwal@linaro.org wrote:
Hi All,
I'm observing a issue on my setup where I cannot browse (can't open any webpage using browser app) over ethernet connection. But ping to ip addresses(corresponding to same webpage) works fine. so its like: open www.google.com on browser -> Fails #ping 74.125.127.105 -> Works fine
I'd suggest you try browsing to the IP address and pinging the domain name first, to rule out DNS problems.
Also I do not see this issue when I'm trying to do browsing over wifi. webpages open fine over wifi connection.
I'm using a D-link router here, but even removing the router and providing direct connection to board does not help.
Has anyone else faced same issue? Any clue what may be the issue?
Regards, Abhishek
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
Explicitly:
setprop net.dns1 8.8.4.4
should fix it.
/Tony
On 17 January 2012 15:25, Mathieu Poirier mathieu.poirier@linaro.orgwrote:
The issue is that some boards don't configure their DNS server when acquiring an IP address vi DHCP. Manual configuration works properly.
Mathieu.
On 12-01-17 07:23 AM, Frans Gifford wrote:
On 17 January 2012 13:41, Abhishek Paliwal abhishek.paliwal@linaro.org
wrote:
Hi All,
I'm observing a issue on my setup where I cannot browse (can't open any webpage using browser app) over ethernet connection. But ping to ip addresses(corresponding to same webpage) works fine. so its like: open www.google.com on browser -> Fails #ping 74.125.127.105 -> Works fine
I'd suggest you try browsing to the IP address and pinging the domain name first, to rule out DNS problems.
Also I do not see this issue when I'm trying to do browsing over wifi. webpages open fine over wifi connection.
I'm using a D-link router here, but even removing the router and
providing
direct connection to board does not help.
Has anyone else faced same issue? Any clue what may be the issue?
Regards, Abhishek
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
On Tue, Jan 17, 2012 at 4:01 PM, Tony Mansson tony.mansson@linaro.org wrote:
Explicitly:
setprop net.dns1 8.8.4.4
what is responsible for setting this? Maybe a missing feature or bug in our ethernet connection manager?
@Frans : browsing IP-Address'es fails as well. @Mathieu /Tony: Thanks, manually setting configs is working fine atleast as of now. (setprop net.dns1 8.8.4.4) Will wait for fix for https://bugs.launchpad.net/linaro-android/+bug/915434 to get merged and then retest.
Thanks all for quick support.
Regards, Abhishek
On 17 January 2012 20:36, Alexander Sack asac@linaro.org wrote:
On Tue, Jan 17, 2012 at 4:01 PM, Tony Mansson tony.mansson@linaro.org wrote:
Explicitly:
setprop net.dns1 8.8.4.4
what is responsible for setting this? Maybe a missing feature or bug in our ethernet connection manager?
-- Alexander Sack Technical Director, Linaro Platform Teams http://www.linaro.org | Open source software for ARM SoCs http://twitter.com/#%21/linaroorg - http://www.linaro.org/linaro-blog
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
Good day Abhishek,
This issue is starting to pop-up here and there. I have seen it on landing-snowball build 130. We are investigation.
Mathieu.
On 12-01-17 06:41 AM, Abhishek Paliwal wrote:
Hi All,
I'm observing a issue on my setup where I cannot browse (can't open any webpage using browser app) over ethernet connection. But ping to ip addresses(corresponding to same webpage) works fine. so its like: open www.google.com on browser -> Fails #ping 74.125.127.105 -> Works fine
Also I do not see this issue when I'm trying to do browsing over wifi. webpages open fine over wifi connection.
I'm using a D-link router here, but even removing the router and providing direct connection to board does not help.
Has anyone else faced same issue? Any clue what may be the issue?
Regards, Abhishek
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
linaro-android@lists.linaro.org