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. -- 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.
