Re: [yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
On Fri, Apr 5, 2013 at 6:16 PM, Hans Beckérus wrote: > > > On Fri, Apr 5, 2013 at 5:51 PM, Paul Eggleton < > paul.eggle...@linux.intel.com> wrote: > >> On Friday 05 April 2013 16:13:32 Hans Beckérus wrote: >> > On Fri, Apr 5, 2013 at 3:59 PM, Gary Thomas wrote: >> > > As for the timing, maybe I'v

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
On Fri, Apr 5, 2013 at 5:51 PM, Paul Eggleton wrote: > On Friday 05 April 2013 16:13:32 Hans Beckérus wrote: > > On Fri, Apr 5, 2013 at 3:59 PM, Gary Thomas wrote: > > > As for the timing, maybe I've just been very lucky :-) I can see that > > > if the device isn't present when the system runs

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Paul Eggleton
On Friday 05 April 2013 16:13:32 Hans Beckérus wrote: > On Fri, Apr 5, 2013 at 3:59 PM, Gary Thomas wrote: > > As for the timing, maybe I've just been very lucky :-) I can see that > > if the device isn't present when the system runs 'ifup eth0' (or the > > equivalent) you'll have a problem. Tha

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
On Fri, Apr 5, 2013 at 3:59 PM, Gary Thomas wrote: > On 2013-04-05 07:50, Hans Beckérus wrote: > >> >> >> On Fri, Apr 5, 2013 at 3:27 PM, Gary Thomas > g...@mlbassoc.com>> wrote: >> >> On 2013-04-05 07:23, Gary Thomas wrote: >> >> On 2013-04-05 06:57, Hans Beckérus wrote: >> >> >> >>

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Gary Thomas
On 2013-04-05 07:50, Hans Beckérus wrote: On Fri, Apr 5, 2013 at 3:27 PM, Gary Thomas mailto:g...@mlbassoc.com>> wrote: On 2013-04-05 07:23, Gary Thomas wrote: On 2013-04-05 06:57, Hans Beckérus wrote: On Fri, Apr 5, 2013 at 2:48 PM, Gary Thomas mailto:g...@mlbassoc

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
On Fri, Apr 5, 2013 at 3:27 PM, Gary Thomas wrote: > On 2013-04-05 07:23, Gary Thomas wrote: > >> On 2013-04-05 06:57, Hans Beckérus wrote: >> >>> >>> >>> On Fri, Apr 5, 2013 at 2:48 PM, Gary Thomas >> g...@mlbassoc.com>> wrote: >>> >>> On 2013-04-05 06:38, Hans Beckérus wrote: >>> >>> >>> >>

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Gary Thomas
On 2013-04-05 06:57, Hans Beckérus wrote: On Fri, Apr 5, 2013 at 2:48 PM, Gary Thomas mailto:g...@mlbassoc.com>> wrote: On 2013-04-05 06:38, Hans Beckérus wrote: On Fri, Apr 5, 2013 at 12:16 PM, Gary Thomas mailto:g...@mlbassoc.com>

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
On Fri, Apr 5, 2013 at 2:48 PM, Gary Thomas wrote: > On 2013-04-05 06:38, Hans Beckérus wrote: > > >> >> On Fri, Apr 5, 2013 at 12:16 PM, Gary Thomas > g...@mlbassoc.com>> wrote: >> >> On 2013-04-05 03:08, Hans Beckérus wrote: >> >> Hi. In our configuration we do not have an on-board

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Gary Thomas
On 2013-04-05 06:38, Hans Beckérus wrote: On Fri, Apr 5, 2013 at 12:16 PM, Gary Thomas mailto:g...@mlbassoc.com>> wrote: On 2013-04-05 03:08, Hans Beckérus wrote: Hi. In our configuration we do not have an on-board Ethernet device. It connected to the USB-host adapter. It

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
On Fri, Apr 5, 2013 at 12:16 PM, Gary Thomas wrote: > On 2013-04-05 03:08, Hans Beckérus wrote: > >> Hi. In our configuration we do not have an on-board Ethernet device. It >> connected to the USB-host adapter. >> It seems that probing of such devices are done very late in the kernel >> boot-up w

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
> ** > > *From:* yocto-boun...@yoctoproject.org [mailto: > yocto-boun...@yoctoproject.org] *On Behalf Of *Hans Beckérus > *Sent:* Friday, April 05, 2013 12:08 PM > *To:* yocto@yoctoproject.org > *Subject:* [yocto] USB Ethernet problems > > ** ** > > Hi. In our

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Gary Thomas
On 2013-04-05 03:08, Hans Beckérus wrote: Hi. In our configuration we do not have an on-board Ethernet device. It connected to the USB-host adapter. It seems that probing of such devices are done very late in the kernel boot-up which means it gets out of sync with the network init script(s) and

Re: [yocto] USB Ethernet problems

2013-04-05 Thread Iorga, Cristian
Hello, Do you use connman as the network manager? From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Hans Beckérus Sent: Friday, April 05, 2013 12:08 PM To: yocto@yoctoproject.org Subject: [yocto] USB Ethernet problems Hi. In our configuration we do not

[yocto] USB Ethernet problems

2013-04-05 Thread Hans Beckérus
Hi. In our configuration we do not have an on-board Ethernet device. It connected to the USB-host adapter. It seems that probing of such devices are done very late in the kernel boot-up which means it gets out of sync with the network init script(s) and the NIC thus has to be brought up manually af