从昨天起,我就无法再连接到我的 Android 的 WiFi 了。
为了更好地理解问题,我将 NetworkManager 的监视日志级别设置为“DEBUG”,并使用了 CLI。45 秒后出现错误:
# nmcli d wifi connect nico password mypass
Error: Connection activation failed: (5) IP configuration could not be reserved (no available address, timeout, etc.).
同时通过nmcli monitor
:
nico: connection profile created
wlp3s0: connecting (prepare)
wlp3s0: using connection 'nico'
NeworkManager is now in the 'connecting' state
wlp3s0: connecting (need authentication)
nico: connection profile changed
wlp3s0: connecting (prepare)
wlp3s0: connecting (configuring)
nico: connection profile changed
wlp3s0: connecting (getting IP configuration)
wlp3s0: connection failed
出了什么问题?如何进一步调查问题并解决它?
- 我的 Android 已连接到互联网(现在正在从互联网上打字)。
- 使用蓝牙或 USB 电缆网络共享也没有成功。
- 相反,我可以毫无问题地连接到我公司的 WiFi。
答案1
安装dnsmasq
然后重试:
sudo apt install dnsmasq