first run- ifconfig then connect the board and wait for 10 sec for bbb to load run ifconfig again see the new peripheral added.. then run- sudo ifconfig eth1 192.168.7.1 IN MY CASE IT WAS eth1 then run ssh [email protected]
after 2 month im finally able to solve this issue.. it actually forces the ethernet to accept the ip 7.1 and then tunnels via ssh using 7.2.. plz give it a thumbs up it may help many .. sudo ifconfig usb0 192.168.7.1 On Tuesday, February 24, 2015 at 11:25:40 PM UTC+5:30, Alex Fuhr wrote: > > I just recently got a Beaglebone Black Rev C, and have tried for a while > to do the "Getting Started" guide in Ubuntu, and cannot seem to get the > network connection to work. I have tried running the mkudevrule script and > updating my kernel to 3.16, none of these have worked. > > To verify that it is not the Beaglebone's issue, I booted into Windows, > installed the drivers linked on the page, and was able to easily get a web > server. What might I be doing wrong in Ubuntu? > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/9d7494b1-22ce-4472-aae4-276707cc58ba%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
