Re: [PATCH v2] device/linaro/beagleboard: Setup network environment during booting

2011-02-28 Thread Jim Huang
On 28 February 2011 20:33, Alexander Sack wrote: > Is there something like a network management service/framework in > android that could be improved to also consider LAN to achieve > always-online? I assume it currently reacts on wifi or 3g signal > becoming available/going away. hi Alexander,

Re: [PATCH v2] device/linaro/beagleboard: Setup network environment during booting

2011-02-28 Thread Alexander Sack
On Mon, Feb 28, 2011 at 1:00 PM, Jeremy Chang wrote: > > On Sat, Feb 19, 2011 at 3:53 AM, Alexander Sack wrote: >> On Fri, Feb 18, 2011 at 5:15 PM, Jim Huang wrote: >>> 2011/2/19 Alexander Sack : On Fri, Feb 18, 2011 at 4:42 PM, Jim Huang wrote: >>> [...] > To be precise, this patch w

Re: [PATCH v2] device/linaro/beagleboard: Setup network environment during booting

2011-02-28 Thread Jeremy Chang
On Sat, Feb 19, 2011 at 3:53 AM, Alexander Sack wrote: > On Fri, Feb 18, 2011 at 5:15 PM, Jim Huang wrote: >> 2011/2/19 Alexander Sack : >>> On Fri, Feb 18, 2011 at 4:42 PM, Jim Huang wrote: >> [...] To be precise, this patch works with Beagleboard-xM only. Beagleboard xM has one Ethe

Re: [PATCH v2] device/linaro/beagleboard: Setup network environment during booting

2011-02-18 Thread Alexander Sack
On Fri, Feb 18, 2011 at 5:15 PM, Jim Huang wrote: > 2011/2/19 Alexander Sack : >> On Fri, Feb 18, 2011 at 4:42 PM, Jim Huang wrote: > [...] >>> To be precise, this patch works with Beagleboard-xM only. >>> Beagleboard xM has one Ethernet port connected over USB, and the >>> driver model makes it

Re: [PATCH v2] device/linaro/beagleboard: Setup network environment during booting

2011-02-18 Thread Jim Huang
2011/2/19 Alexander Sack : > On Fri, Feb 18, 2011 at 4:42 PM, Jim Huang wrote: [...] >> To be precise, this patch works with Beagleboard-xM only. >> Beagleboard xM has one Ethernet port connected over USB, and the >> driver model makes it usable >> as a normal network device on device node, usb0.

Re: [PATCH v2] device/linaro/beagleboard: Setup network environment during booting

2011-02-18 Thread Alexander Sack
On Fri, Feb 18, 2011 at 4:42 PM, Jim Huang wrote: > 2011/2/18 Jeremy Chang : >> Try to enable network interface and fetch IP via DHCP in boot script. >> >> This will give the network interface a shot to fetch IP via DHCP. > > To be precise, this patch works with Beagleboard-xM only. > >> --- a/ini

Re: [PATCH v2] device/linaro/beagleboard: Setup network environment during booting

2011-02-18 Thread Jim Huang
2011/2/18 Jeremy Chang : > Try to enable network interface and fetch IP via DHCP in boot script. > > This will give the network interface a shot to fetch IP via DHCP. To be precise, this patch works with Beagleboard-xM only. > --- a/init.omap3.sh > +++ b/init.omap3.sh > @@ -15,3 +15,5 @@ do >    

[PATCH v2] device/linaro/beagleboard: Setup network environment during booting

2011-02-18 Thread Jeremy Chang
Try to enable network interface and fetch IP via DHCP in boot script. This will give the network interface a shot to fetch IP via DHCP. Signed-off-by: Jeremy Chang --- init.omap3.sh |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/init.omap3.sh b/init.omap3.sh index 997