Wifi no Ubuntu 17.10 não está detectando redes próximas

-1

Quando digitei sudo dpkg-reconfigure resolvconf , este foi o erro.

dpkg-query: package 'resolvconf' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
/usr/bin/dpkg-reconfigure: resolvconf is not installed
    
por Byte_Knight 31.01.2018 / 15:48

1 resposta

1

Abra o terminal e digite:

sudo apt install resolvconf  
sudo systemctl restart resolvconf  
sudo dpkg-reconfigure resolvconf  
sudo lshw -C network # shows wireless adapter information 
    
por karel 31.01.2018 / 16:44