WLAN in Ubuntu 17.10 erkennt keine Netzwerke in der Nähe

WLAN in Ubuntu 17.10 erkennt keine Netzwerke in der Nähe

Als ich sudo dpkg-reconfigure resolvconfdas eingegeben habe, ist der Fehler aufgetreten.

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

Antwort1

Öffnen Sie das Terminal und geben Sie ein:

sudo apt install resolvconf  
sudo systemctl restart resolvconf  
sudo dpkg-reconfigure resolvconf  
sudo lshw -C network # shows wireless adapter information 

verwandte Informationen