That didn't work. But I noticed that there is redirection (is that what you call it) for the file resolv.conf. it linkis to /run/connman/resolv.conf there is also a folder in /etc that is called resolv.conf. in the folder there is update.d and update-libc.d.
I looked in the resolv.conf file with my editor and it has the "namespace 8.8.8.8" in the file. I assume it's supposed to have the quotes Andy On Mon, Oct 2, 2017 at 8:20 AM, Alex Bagehot <[email protected]> wrote: > > > On Fri, Sep 29, 2017 at 1:55 PM, Graham Haddock <[email protected]> > wrote: > >> You use the "USB-tether-gadget", which, when your USB cable is connected >> to a Windows host computer, allows you to bridge and share the Ethernet >> port on the Windows host. >> >> I have it working on Windows 10. >> >> See >> >> https://www.digikey.com/en/maker/blogs/how-to-connect-a-beag >> lebone-black-to-the-internet-using-usb/cdf66181b3a5436e9ad730e4ed4cf9ee >> >> >> The only difference I found was that with the new security enforcements >> on the Beagle, you need to do something like >> >> sudo nano /etc/resolv.conf >> >> to add "nameserver 8.8.8.8" to the resolv.conf file, instead of the >> echo... command in the article. >> > You may also be able to use sudo tee -a > > echo "nameserver 8.8.8.8" |sudo tee -a /etc/resolv.conf > Thanks, > Alex > > > >> The edits in the beagle are not persistent, so need to be repeated every >> time you reboot. >> >> --- Graham >> >> On Thu, Sep 28, 2017 at 11:09 PM, <[email protected]> wrote: >> >>> >>> I ordered a pocket. But I have a question with out the internet link >>> how do you add software to the pocket after it's up and running? >>> >>> Thanks Andy >>> >>> >>> -- >>> For more options, visit http://beagleboard.org/discuss >>> --- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "BeagleBoard" group. >>> To unsubscribe from this topic, visit https://groups.google.com/d/to >>> pic/beagleboard/JtOGZb-FH2A/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> To view this discussion on the web visit https://groups.google.com/d/ms >>> gid/beagleboard/eeea6761-7389-4429-b00d-e4265d8b197e%40googlegroups.com >>> <https://groups.google.com/d/msgid/beagleboard/eeea6761-7389-4429-b00d-e4265d8b197e%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >>> 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]. >> To view this discussion on the web visit https://groups.google.com/d/ms >> gid/beagleboard/CANN_KV4n36OF%2BM5YdfvEsAo%3DXPSdSYu8Fpq5u_ >> dsFmFSu%2B-YxA%40mail.gmail.com >> <https://groups.google.com/d/msgid/beagleboard/CANN_KV4n36OF%2BM5YdfvEsAo%3DXPSdSYu8Fpq5u_dsFmFSu%2B-YxA%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> >> 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 a topic in the > Google Groups "BeagleBoard" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/beagleboard/JtOGZb-FH2A/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/beagleboard/CAHeneC9Lvpwk%2BT0nMwq%3DMj5UvAi2utRuDT_SmA9% > 2BCmqtuO7zTA%40mail.gmail.com > <https://groups.google.com/d/msgid/beagleboard/CAHeneC9Lvpwk%2BT0nMwq%3DMj5UvAi2utRuDT_SmA9%2BCmqtuO7zTA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAMaO1peAw6WFT5nG984XQS-q6TXfLD2DTthH4qjozVgd-RBWvQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
