This issue is that the image is missing /usr/sbin/udhcpd. It 
has  /usr/sbin/dnsmasq which causes
g_ether to load, but doesn't work properly without /usr/sbin/udhcpd.

Cheers Steve.

On Monday, 15 June 2015 15:01:16 UTC+1, RobertCNelson wrote:
>
> On Mon, Jun 15, 2015 at 4:14 AM, Steve Osselton 
> <[email protected] <javascript:>> wrote: 
> > Just a quick update. On the latest Ubuntu 14.04 image (2015-05-08) the 
> init 
> > script loads g_ether 
> > instead of g_multi as it detects only a single partition configuration. 
> > However as udhcpd (aka busybox) 
> > is not installed on the default image the host cannot DHCP the address 
> of 
> > the usb/ethernet interface 
> > (you see the ethXX device but without an IPv4 address). Installing 
> udhcpd 
> > makes everything work - might 
> > be worth adding to default image so works "out of the box" ? 
>
> This was fixed in "2015-06-11"... 
>
> if [ -f /usr/sbin/udhcpd ] || [ -f /usr/sbin/dnsmasq ] ; then 
>        modprobe g_ether <details> 
> else 
>        modprobe g_serial || true 
> fi 
>
> cd /opt/scripts/ 
> git pull 
>
> To get those changes.. 
>
> Regards, 
>
> -- 
> Robert Nelson 
> https://rcn-ee.com/ 
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to