tiomap-dev team mailing list archive
-
tiomap-dev team
-
Mailing list archive
-
Message #01657
[Bug 920872] Re: Manual ethernet configuration required to enable browsing
Observed on 12.06 RC2 image:
https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc47
-tilt-tracking-blob/#build=87
After boot up, the board can't set up the correct Ethernet interface, it
should be "eth0" as default. So in order to use Ethernet, the end user
need to go to the Settings -> Ethernet Configuration, then choose "eth0"
from Ethernet Device drop down list and click "save" button.
After this setting, Ethernet works well.
--
You received this bug notification because you are a member of TI OMAP
Developers, which is subscribed to linaro-landing-team-ti.
https://bugs.launchpad.net/bugs/920872
Title:
Manual ethernet configuration required to enable browsing
Status in Linaro Android:
New
Status in Linaro Texas Instruments Landing Team:
Invalid
Bug description:
Description:
==========
1. Correct ethernet configurations are not set up after bootup , so accessing internet does not work.
2. After Manual configurations browsing works.
eg:
after bootup
#netcfg
eth0 UP 192.168.0.188/24 0x00001043 32:eb:18:e4:3f:f3
Expected: here the IP should be in the range (192.168.1.xx) as dhcp assigns ip in that range.
reassing ip to device.
#netcfg eth0 dhcp
eth0 UP 192.168.1.7/24 0x00001043 0a:95:f2:8e:f4:ec
Correct ip now , but Browsing still doesn't work works.
Still dns settings needs to be done. see below
#setprop net.dns1 8.8.8.8
Now browsing works(can open google.com using browser app)
Reproducible:
===========
Yes, 5/5 time
IMPACT:
========
Can't boot up and do internet browsing straightaway.
Steps:
==========
1. Connect device with ethernet cable with proper internet connection. Device connected behind a router.
2. Bootup device and check network configurations via netcfg command.
Issue 1- device does not get proper ip as expected , gets ip 192.168.0.xx instead of 192.168.1.xx
3. reassigning ip via dhcp "#netcfg eth0 dhcp '
Issue2- now device gets ip in correct range (192.168.1.xx) - buts still dns configurations need to be done to enable browsing
4. 'setprop net.dns1 8.8.8.8' - now browsing works.
Hardware:
==========
Pandaboard 4430
USB Mouse connected
HDMI out to TV
8GB SD card
Software:
==========
https://android-build.linaro.org/builds/~linaro-android/landing-panda-12.01-release/#build=3
Logs:
======
serial logs attached.
To manage notifications about this bug go to:
https://bugs.launchpad.net/linaro-android/+bug/920872/+subscriptions
Follow ups