cb-linux / breath

Linux for Chromebooks
https://cb-linux.github.io/breath/
MIT License
302 stars 55 forks source link

On Pixelbook the resolv.conf has wrong nameservers #283

Open denull0 opened 2 years ago

denull0 commented 2 years ago

In case someone else has this problem:

sudo nano /etc/resolv.conf

and add/replace name servers with

nameserver 8.8.8.8
nameserver 8.8.4.4

FYI: Everything else works out of the box like magic 🧙

runcros commented 2 years ago

Hello, you used breath to make which distro ?

Apacelus commented 2 years ago

Did your Wifi/wired internet not work before editing resolv.conf? Pretty sure one is not even supposed to edit that file as written at the top the file itself:

# This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8).
# Do not edit.