我正在尝试在我的笔记本电脑上设置 Gentoo,但连接 wifi 时遇到问题。我以前从未这样做过,所以我可能犯了一个简单的错误。
我一直在关注这些说明。我的/etc/wpa_supplicant/wpa_supplicant.conf
文件是:
# not sure if all of the next 4 lines are necessary
ctrl_interface=/var/run/wpa_supplicant
update_config=1
ctrl_intrface_group=0
ap_scan=1
network={
ssid="<SSID>"
#psk="<password>
psk=<password as numbers>
}
当我运行 wpa_supplicant 时,我看到:
# wpa_supplicant -B -i wlp4s0 -c /etc/wpa_suplicant/wpa_supplicant.conf
Successfully initialized wpa_supplicant
# wpa_cli
wpa_cli v2.10
...
Could not connect to wpa_supplicant: (nil) - re-trying
^C
# iw wlp4s0 link
Not connected.
我检查过的事情:
- SSID和密码正确
- 网络接口已启动:
# ifconfig
wlp4s0: flags=4099<UP,BROADCAST,MULTICAST>...
wifi 网络使用 WPA,而不是 WPA2/3,以免造成影响。