Ubuntu 17.10의 Wi-Fi가 근처 네트워크를 감지하지 못합니다

Ubuntu 17.10의 Wi-Fi가 근처 네트워크를 감지하지 못합니다

내가 입력했을 때 sudo dpkg-reconfigure resolvconf이것은 오류였습니다.

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

답변1

터미널을 열고 다음을 입력하세요.

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

관련 정보