On Wed, Apr 30, 2014 at 10:42 AM, Charles Steinkuehler <[email protected]> wrote: > On 4/30/2014 10:21 AM, Robert Nelson wrote: >> On Apr 30, 2014 8:16 AM, "Charles Steinkuehler" <[email protected]> >> wrote: >>> >>> You have no default route. Try running: >>> >>> ip route add default via 192.168.7.1 dev usb0 >>> >>> This would be setup by the usb0 entry in /etc/network/interfaces, but I >>> think Robert changed the underlying network configuration in order to >>> improve the boot speed. You probably have to edit a wicd config file or >>> something...I don't use the USB port so I'm not sure. >> >> The usb0 didn't change, it was statically defined so it didn't mess with >> Boot times. eth0 on the other hand, with dhcp enabled it delayed >> everything. Although I just switched eth0 to allow-hotplug vs auto. Which >> fixed the main delay, but wicd was still a few seconds faster. > > Then wicd must be doing something to the default gateway. It ought to > be defined by the gateway line in the usb0 stanza of the interfaces > file, but it looks like in this case it didn't "stick". > > I'm pretty good with networking, but don't generally use wicd or the usb > interface, so I'm not familiar with this issue first-hand. I guess I've > got some learning to do...since I'm tracking your images for Machinekit, > I've now got wicd in control of my Ethernet port. :)
Oh by the way, the startup script under: /opt/scripts/boot/am335x_evm.sh loades the gadget module and sets up the network udhcp for usb0. But i think you disabled those scripts in your image build. so you might have usb0 disabled.. Regards, -- Robert Nelson http://www.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.
