O Acer C720 se conecta à rede sem fio, mas não pode carregar páginas da web

0

Estou postando esta pergunta e resposta de link porque enfrentei o mesmo problema e a solução nesse post foi útil para mim.

Pergunta no link:

I have an Acer C720 Chromebook, running a dual boot of Chrome OS and Ubuntu 14.04.

When using Chrome OS, I can connect to and use private and public wireless networks with no problems. With Ubuntu, I can also connect to all networks, but with the vast majority of networks I have tried, I cannot use the Internet; the standard 'Server Not Found' screen appears when trying to load up web pages, for example.

    
por I Like to Code 07.12.2014 / 02:23

1 resposta

1

Estou parafraseando a solução encontrada no link:

  1. Excluir /etc/resolv.conf

    sudo apt-get remove --purge resolvconf
    
  2. Reinicie o computador

  3. Agora, a Internet sem fio funciona. Nós podemos reconstruir o arquivo

    sudo apt-get install resolvconf
    
por I Like to Code 07.12.2014 / 02:23