How to share W10 wifi with Beaglebone black running Debian 9.5 through USB?
up vote
1
down vote
favorite
I am trying to share Windows-10 wifi with Beaglebone-Black running Debian 9.5, via USB and get a "temporary failure in name resolution".
The setup for this, usually consists of two steps (assuming Windows wifi-sharing already enabled)
- sudo /sbin/route add default gw 192.168.7.1
- echo "nameserver 8.8.8.8" >> sudo /etc/resolv.conf
As I understand, the /etc/resolv.conf file is now replaced by a symbolic link to run/connman/resolv.conf. That is, when the second command does not seem to append the echo-command to any existing file because there is no resolv.conf file in the /run/connman directory.
Should I set the nameserver-command elsewhere ?
debian network-interface
New contributor
Ronny Landsverk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
1
down vote
favorite
I am trying to share Windows-10 wifi with Beaglebone-Black running Debian 9.5, via USB and get a "temporary failure in name resolution".
The setup for this, usually consists of two steps (assuming Windows wifi-sharing already enabled)
- sudo /sbin/route add default gw 192.168.7.1
- echo "nameserver 8.8.8.8" >> sudo /etc/resolv.conf
As I understand, the /etc/resolv.conf file is now replaced by a symbolic link to run/connman/resolv.conf. That is, when the second command does not seem to append the echo-command to any existing file because there is no resolv.conf file in the /run/connman directory.
Should I set the nameserver-command elsewhere ?
debian network-interface
New contributor
Ronny Landsverk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I just solved the issue by making a new resolv.conf file, by sudo nano /etc/resolv.conf and adding "namespace 8.8.8.8" (without the quotes)
– Ronny Landsverk
Nov 18 at 0:49
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am trying to share Windows-10 wifi with Beaglebone-Black running Debian 9.5, via USB and get a "temporary failure in name resolution".
The setup for this, usually consists of two steps (assuming Windows wifi-sharing already enabled)
- sudo /sbin/route add default gw 192.168.7.1
- echo "nameserver 8.8.8.8" >> sudo /etc/resolv.conf
As I understand, the /etc/resolv.conf file is now replaced by a symbolic link to run/connman/resolv.conf. That is, when the second command does not seem to append the echo-command to any existing file because there is no resolv.conf file in the /run/connman directory.
Should I set the nameserver-command elsewhere ?
debian network-interface
New contributor
Ronny Landsverk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I am trying to share Windows-10 wifi with Beaglebone-Black running Debian 9.5, via USB and get a "temporary failure in name resolution".
The setup for this, usually consists of two steps (assuming Windows wifi-sharing already enabled)
- sudo /sbin/route add default gw 192.168.7.1
- echo "nameserver 8.8.8.8" >> sudo /etc/resolv.conf
As I understand, the /etc/resolv.conf file is now replaced by a symbolic link to run/connman/resolv.conf. That is, when the second command does not seem to append the echo-command to any existing file because there is no resolv.conf file in the /run/connman directory.
Should I set the nameserver-command elsewhere ?
debian network-interface
debian network-interface
New contributor
Ronny Landsverk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ronny Landsverk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Nov 18 at 5:24
Rui F Ribeiro
38.2k1475123
38.2k1475123
New contributor
Ronny Landsverk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Nov 17 at 23:56
Ronny Landsverk
62
62
New contributor
Ronny Landsverk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ronny Landsverk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Ronny Landsverk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I just solved the issue by making a new resolv.conf file, by sudo nano /etc/resolv.conf and adding "namespace 8.8.8.8" (without the quotes)
– Ronny Landsverk
Nov 18 at 0:49
add a comment |
I just solved the issue by making a new resolv.conf file, by sudo nano /etc/resolv.conf and adding "namespace 8.8.8.8" (without the quotes)
– Ronny Landsverk
Nov 18 at 0:49
I just solved the issue by making a new resolv.conf file, by sudo nano /etc/resolv.conf and adding "namespace 8.8.8.8" (without the quotes)
– Ronny Landsverk
Nov 18 at 0:49
I just solved the issue by making a new resolv.conf file, by sudo nano /etc/resolv.conf and adding "namespace 8.8.8.8" (without the quotes)
– Ronny Landsverk
Nov 18 at 0:49
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Ronny Landsverk is a new contributor. Be nice, and check out our Code of Conduct.
Ronny Landsverk is a new contributor. Be nice, and check out our Code of Conduct.
Ronny Landsverk is a new contributor. Be nice, and check out our Code of Conduct.
Ronny Landsverk is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f482430%2fhow-to-share-w10-wifi-with-beaglebone-black-running-debian-9-5-through-usb%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I just solved the issue by making a new resolv.conf file, by sudo nano /etc/resolv.conf and adding "namespace 8.8.8.8" (without the quotes)
– Ronny Landsverk
Nov 18 at 0:49