Hi An Ra, I followed the tutorial that you suggested, and it works! Thanks for the link.
Cheers, Aston On Wed, Aug 8, 2018 at 10:22 PM An Ra <[email protected]> wrote: > Hi, > > I have it working following this tutorial > <https://www.digikey.com/en/maker/blogs/how-to-connect-a-beaglebone-black-to-the-internet-using-usb> > and > thanks to Graham's response in this discussion > <https://groups.google.com/forum/?nomobile=true#!msg/beagleboard/JtOGZb-FH2A/dW5ZZngHAwAJ>to > replace the last step by typing in the terminal "sudo nano > /etc/resolv.conf" to add "nameserver 8.8.8.8" to the resolv.conf file. > > Note: I tried this on my Pocketbeagle and not on a BBB. > > I suggest that you follow exactly the same steps from the beginning. > > Best, > > > On Wednesday, August 8, 2018 at 7:52:45 AM UTC-4, sampath kumar k wrote: >> >> Hello all, >> >> I am Sampath working on a project with Beaglebone black. I am new to this >> board and facing an issue while sharing the internet with my Beaglebone >> black via USB. I have wifi connection as my host. I tried sharing this with >> my BBB but nothing seemed work. I am using windows 8.1 with Putty as SSH >> connection. >> >> I tried these steps: >> >> 1. I changed the settings of my host network properties to share its >> network with the BBB. >> 2. Then I changed the properties of BBB ethernet to obtain IP address and >> DNS automatically. >> 3. On BBB console, I set 192.168.7.1 as default gateway with the >> following command. >> .* sudo /sbin/route add default gw 192.168.7.2 >> 4. Then I tried pinging 192.168.7.1 but it did not ping. >> 5. Then I tried pinging 8.8.8.8 still did not ping. >> 6. Then I tried naming the server: >> * echo "nameserver 8.8.8.8" >> /etc/resolv.conf >> 7. Later I started pinging 8.8.8.8 -does not work. >> >> I am using Beaglebone Black(Rev C) board, with the latest debian image >> installed. >> >> root@beaglebone:~# cat /etc/dogtag >> BeagleBoard.org Debian Image 2018-06-17 >> >> root@beaglebone:~# uname -a >> Linux beaglebone 4.14.49-ti-r54 #1 SMP PREEMPT Fri Jun 15 22:14:13 UTC >> 2018 armv7l GNU/Linux >> >> These are my board and image specifications. Please, anybody has solution >> support me. Kind of stuck with this. >> >> Thanks in advance, >> >> Regards, >> > -- > 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/ac8dbcad-9184-4b92-8783-1c68263a2f18%40googlegroups.com > <https://groups.google.com/d/msgid/beagleboard/ac8dbcad-9184-4b92-8783-1c68263a2f18%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Rgds, Aston Blog <http://astonugroho.wordpress.com> | Twitter <http://twitter.com/astonix> | LinkedIn <http://www.linkedin.com/in/aston/> "If you are working on something exciting that you really care about, you don't have to be pushed. The vision pulls you." (Steve Jobs) -- 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/CA%2B9kmzw6qruQxBieVi5RTia4XLemJq%2BEY-zYg4QG88DSTnsgrQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
