On Apr 30, 2014 9:22 AM, "David Lambert" <[email protected]> wrote: > > On 04/30/2014 10:21 AM, Robert Nelson wrote: >> >> >> On Apr 30, 2014 8:16 AM, "Charles Steinkuehler" <[email protected]> wrote: >> > >> > On 4/30/2014 10:04 AM, Jerry Davis wrote: >> > > >> > > $ route -n >> > > >> > > Kernel IP routing table >> > > >> > > Destination Gateway Genmask Flags Metric Ref Use >> > > Iface >> > > 192.168.7.0 0.0.0.0 255.255.255.252 U 0 0 0 usb0 >> > >> > 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. > > Doesn't changing eth0 from auto to allow-hotplug, mean that rebooting with the cable plugged in will not automatically connect on eth0?
I haven't seen that happen yet. The biggest thing, serial console doesn't wait for an ip from dhcp. (This was only for Debian) > >> >> > >> > -- >> > Charles Steinkuehler >> > [email protected] >> > >> > -- >> > 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. >> >> -- >> 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. > > > -- > 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. -- 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.
