为什么通过 WiFi 适配器连接 WiFi 时输入正确的密码却出现身份验证错误?

为什么通过 WiFi 适配器连接 WiFi 时输入正确的密码却出现身份验证错误?
(base) [msingh@centos rtl8192eu-linux-driver]$ sudo nmcli --ask dev wifi connect ACT103292835565
Password: ••••••••••••
Error: Connection activation failed:(53) The Wi-Fi network could not be found

(base) [msingh@centos ~]$ journalctl -fu wpa_supplicant
-- Logs begin at Tue 2020-08-25 21:49:01 IST. --
Aug 25 21:49:20 centos.example.com systemd[1]: Starting WPA supplicant...
Aug 25 21:49:20 centos.example.com systemd[1]: Started WPA supplicant.
Aug 25 21:49:20 centos.example.com wpa_supplicant[2860]: Successfully initialized wpa_supplicant
Aug 25 23:48:08 centos.example.com wpa_supplicant[2860]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Aug 25 23:48:08 centos.example.com wpa_supplicant[2860]: wlp41s0f3u2u4: Reject scan trigger since one is already pending
Aug 25 23:53:12 centos.example.com wpa_supplicant[2860]: wlp41s0f3u2u4: Reject scan trigger since one is already pending
Aug 25 23:58:14 centos.example.com wpa_supplicant[2860]: wlp41s0f3u2u4: Reject scan trigger since one is already pending
Aug 25 23:59:09 centos.example.com wpa_supplicant[2860]: wlp41s0f3u2u4: SME: Trying to authenticate with 00:ad:24:f6:6a:d9 (SSID='ACT103292835565' freq=2437 MHz)
Aug 25 23:59:11 centos.example.com wpa_supplicant[2860]: wlp41s0f3u2u4: SME: Trying to authenticate with 00:ad:24:f6:6a:d9 (SSID='ACT103292835565' freq=2437 MHz)
Aug 25 23:59:14 centos.example.com wpa_supplicant[2860]: wlp41s0f3u2u4: SME: Trying to authenticate with 00:ad:24:f6:6a:d9 (SSID='ACT103292835565' freq=2437 MHz)
Aug 25 23:59:17 centos.example.com wpa_supplicant[2860]: wlp41s0f3u2u4: SME: Trying to authenticate with 00:ad:24:f6:6a:d9 (SSID='ACT103292835565' freq=2437 MHz)
Aug 25 23:59:18 centos.example.com wpa_supplicant[2860]: wlp41s0f3u2u4: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="ACT103292835565" auth_failures=1 duration=10 reason=CONN_FAILED

这些错误是什么意思?有什么办法可以解决这个问题吗?

编辑:

(base) [msingh@centos ~]$ nmcli d wifi list
IN-USE  BSSID              SSID             MODE   CHAN  RATE        SIGNAL  BARS  SECURITY  
        00:AD:24:F6:6A:D9  ACT103292835565  Infra  6     270 Mbit/s  100     ▂▄▆    WPA1 WPA2

(base) [msingh@centos ~]$ lsmod | grep rtl
rtl8xxxu              126976  0
mac80211              888832  1 rtl8xxxu
btrtl                  16384  1 btusb
bluetooth             634880  31 btrtl,btintel,btbcm,bnep,btusb,rfcomm
(base) [msingh@centos ~]$ lsusb | grep TP
Bus 003 Device 004: ID 2357:0109 TP-Link TL WN823N RTL8192EU
(base) [msingh@centos ~]$ 

最后几行dmesg | grep wlp41s0f3u2u4

[Wed Aug 26 00:31:03 2020] wlp41s0f3u2u4: authenticate with 00:ad:24:f6:6a:d9
[Wed Aug 26 00:31:03 2020] wlp41s0f3u2u4: send auth to 00:ad:24:f6:6a:d9 (try 1/3)
[Wed Aug 26 00:31:03 2020] wlp41s0f3u2u4: send auth to 00:ad:24:f6:6a:d9 (try 2/3)
[Wed Aug 26 00:31:03 2020] wlp41s0f3u2u4: send auth to 00:ad:24:f6:6a:d9 (try 3/3)
[Wed Aug 26 00:31:03 2020] wlp41s0f3u2u4: authentication with 00:ad:24:f6:6a:d9 timed out
[Wed Aug 26 00:31:17 2020] IPv6: ADDRCONF(NETDEV_UP): wlp41s0f3u2u4: link is not ready
[Wed Aug 26 00:31:17 2020] IPv6: ADDRCONF(NETDEV_UP): wlp41s0f3u2u4: link is not ready
[Wed Aug 26 00:36:20 2020] IPv6: ADDRCONF(NETDEV_UP): wlp41s0f3u2u4: link is not ready
[Wed Aug 26 00:41:20 2020] IPv6: ADDRCONF(NETDEV_UP): wlp41s0f3u2u4: link is not ready
[Wed Aug 26 00:46:21 2020] IPv6: ADDRCONF(NETDEV_UP): wlp41s0f3u2u4: link is not ready
[Wed Aug 26 00:51:23 2020] IPv6: ADDRCONF(NETDEV_UP): wlp41s0f3u2u4: link is not ready

相关内容