You are not logged in.
I'm trying to set up wifi on my arch machine. When I use nm-applet and nmcli, it connects and I can see the connection on my Unifi device, but it keeps prompting me for my password and telling me that there's no keychain.
When I connect with
sudo wpa_supplicant -Dnl80211 -i wlan0 -c /etc/wpa_supplicant/planEx50.conf, it also fails with the output below.
I generated the config file with
wpa_passphrase PlanEx50 myWifiPassword > /etc/wpa_supplicant/planEX50.conf.
Successfully initialized wpa_supplicant
nl80211: kernel reports: Match already configured
nl80211: Could not set interface 'p2p-dev-wlan0' UP
nl80211: deinit ifname=p2p-dev-wlan0 disabled_11b_rates=0
p2p-dev-wlan0: Failed to initialize driver interface
p2p-dev-wlan0: CTRL-EVENT-DSCP-POLICY clear_all
P2P: Failed to enable P2P Device interface
wlan0: SME: Trying to authenticate with 62:22:32:1b:27:1a (SSID='PlanEx50' freq=5765 MHz)
wlan0: Trying to associate with 62:22:32:1b:27:1a (SSID='PlanEx50' freq=5765 MHz)
wlan0: Associated with 62:22:32:1b:27:1a
wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
nl80211: kernel reports: key addition failed
wlan0: WPA: Failed to set PTK to the driver (alg=3 keylen=16 auth_addr=62:22:32:1b:27:1a idx=0 key_flag=0xc)
nl80211: send_event_marker failed: Source based routing not supported
wlan0: CTRL-EVENT-DISCONNECTED bssid=62:22:32:1b:27:1a reason=1 locally_generated=1
wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="PlanEx50" auth_failures=1 duration=10 reason=WRONG_KEY
wlan0: Added BSSID 62:22:32:1b:27:1a into ignore list, ignoring for 10 seconds
wlan0: BSSID 62:22:32:1b:27:1a ignore list count incremented to 2, ignoring for 10 seconds
wlan0: CTRL-EVENT-DSCP-POLICY clear_all
wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="PlanEx50"
wlan0: SME: Trying to authenticate with ae:8b:a9:14:cf:4b (SSID='PlanEx50' freq=5805 MHz)
wlan0: Trying to associate with ae:8b:a9:14:cf:4b (SSID='PlanEx50' freq=5805 MHz)
wlan0: Associated with ae:8b:a9:14:cf:4b
wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
nl80211: kernel reports: key addition failed
wlan0: WPA: Failed to set PTK to the driver (alg=3 keylen=16 auth_addr=ae:8b:a9:14:cf:4b idx=0 key_flag=0xc)
nl80211: send_event_marker failed: Source based routing not supported
wlan0: CTRL-EVENT-DISCONNECTED bssid=ae:8b:a9:14:cf:4b reason=1 locally_generated=1
wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="PlanEx50" auth_failures=2 duration=35 reason=WRONG_KEY
wlan0: Added BSSID ae:8b:a9:14:cf:4b into ignore list, ignoring for 10 seconds
wlan0: BSSID ae:8b:a9:14:cf:4b ignore list count incremented to 2, ignoring for 10 seconds
wlan0: CTRL-EVENT-DSCP-POLICY clear_all
wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="PlanEx50"
wlan0: SME: Trying to authenticate with ae:8b:a9:14:cf:4b (SSID='PlanEx50' freq=5805 MHz)
wlan0: Trying to associate with ae:8b:a9:14:cf:4b (SSID='PlanEx50' freq=5805 MHz)
wlan0: Associated with ae:8b:a9:14:cf:4b
wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
nl80211: kernel reports: key addition failed
wlan0: WPA: Failed to set PTK to the driver (alg=3 keylen=16 auth_addr=ae:8b:a9:14:cf:4b idx=0 key_flag=0xc)
nl80211: send_event_marker failed: Source based routing not supported
wlan0: CTRL-EVENT-DISCONNECTED bssid=ae:8b:a9:14:cf:4b reason=1 locally_generated=1
wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="PlanEx50" auth_failures=3 duration=44 reason=WRONG_KEY
wlan0: BSSID ae:8b:a9:14:cf:4b ignore list count incremented to 3, ignoring for 60 seconds
wlan0: CTRL-EVENT-DSCP-POLICY clear_all
wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="PlanEx50"
wlan0: SME: Trying to authenticate with 62:22:32:1b:27:1a (SSID='PlanEx50' freq=5765 MHz)
wlan0: Trying to associate with 62:22:32:1b:27:1a (SSID='PlanEx50' freq=5765 MHz)
wlan0: Associated with 62:22:32:1b:27:1a
wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
nl80211: kernel reports: key addition failed
wlan0: WPA: Failed to set PTK to the driver (alg=3 keylen=16 auth_addr=62:22:32:1b:27:1a idx=0 key_flag=0xc)
nl80211: send_event_marker failed: Source based routing not supported
wlan0: CTRL-EVENT-DISCONNECTED bssid=62:22:32:1b:27:1a reason=1 locally_generated=1
wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="PlanEx50" auth_failures=4 duration=72 reason=WRONG_KEY
wlan0: BSSID 62:22:32:1b:27:1a ignore list count incremented to 3, ignoring for 60 seconds
wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="PlanEx50" auth_failures=5 duration=79 reason=CONN_FAILED
wlan0: CTRL-EVENT-DSCP-POLICY clear_all
wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="PlanEx50"
wlan0: BSSID 62:22:32:1b:27:1a ignore list count incremented to 4, ignoring for 120 seconds
wlan0: SME: Trying to authenticate with ae:8b:a9:14:cf:4b (SSID='PlanEx50' freq=5805 MHz)
wlan0: Trying to associate with ae:8b:a9:14:cf:4b (SSID='PlanEx50' freq=5805 MHz)
wlan0: Associated with ae:8b:a9:14:cf:4b
wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
nl80211: kernel reports: key addition failed
wlan0: WPA: Failed to set PTK to the driver (alg=3 keylen=16 auth_addr=ae:8b:a9:14:cf:4b idx=0 key_flag=0xc)
nl80211: send_event_marker failed: Source based routing not supported
wlan0: CTRL-EVENT-DISCONNECTED bssid=ae:8b:a9:14:cf:4b reason=1 locally_generated=1
wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="PlanEx50" auth_failures=6 duration=98 reason=WRONG_KEY
wlan0: BSSID ae:8b:a9:14:cf:4b ignore list count incremented to 4, ignoring for 120 seconds
wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="PlanEx50" auth_failures=7 duration=153 reason=CONN_FAILED
wlan0: CTRL-EVENT-DSCP-POLICY clear_all
wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="PlanEx50"
wlan0: BSSID ae:8b:a9:14:cf:4b ignore list count incremented to 5, ignoring for 600 seconds
wlan0: SME: Trying to authenticate with 62:22:32:1b:27:1a (SSID='PlanEx50' freq=5765 MHz)
wlan0: Trying to associate with 62:22:32:1b:27:1a (SSID='PlanEx50' freq=5765 MHz)
wlan0: Associated with 62:22:32:1b:27:1a
wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
nl80211: kernel reports: key addition failed
wlan0: WPA: Failed to set PTK to the driver (alg=3 keylen=16 auth_addr=62:22:32:1b:27:1a idx=0 key_flag=0xc)
nl80211: send_event_marker failed: Source based routing not supported
wlan0: CTRL-EVENT-DISCONNECTED bssid=62:22:32:1b:27:1a reason=1 locally_generated=1
wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="PlanEx50" auth_failures=8 duration=150 reason=WRONG_KEY
wlan0: BSSID 62:22:32:1b:27:1a ignore list count incremented to 5, ignoring for 600 seconds
wlan0: CTRL-EVENT-DSCP-POLICY clear_all
wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="PlanEx50"
wlan0: SME: Trying to authenticate with 62:22:32:1b:00:1a (SSID='PlanEx50' freq=5745 MHz)
wlan0: Trying to associate with 62:22:32:1b:00:1a (SSID='PlanEx50' freq=5745 MHz)
wlan0: Associated with 62:22:32:1b:00:1a
wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
nl80211: kernel reports: key addition failed
wlan0: WPA: Failed to set PTK to the driver (alg=3 keylen=16 auth_addr=62:22:32:1b:00:1a idx=0 key_flag=0xc)
nl80211: send_event_marker failed: Source based routing not supported
wlan0: CTRL-EVENT-DISCONNECTED bssid=62:22:32:1b:00:1a reason=1 locally_generated=1
wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="PlanEx50" auth_failures=10 duration=166 reason=WRONG_KEY
wlan0: Added BSSID 62:22:32:1b:00:1a into ignore list, ignoring for 10 seconds
wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="PlanEx50" auth_failures=11 duration=191 reason=CONN_FAILED
wlan0: CTRL-EVENT-DSCP-POLICY clear_all
wlan0: CTRL-EVENT-DSCP-POLICY clear_all
wlan0: Removed BSSID 62:22:32:1b:00:1a from ignore list (clear)
wlan0: Removed BSSID ae:8b:a9:14:cf:4b from ignore list (clear)
wlan0: Removed BSSID 62:22:32:1b:27:1a from ignore list (clear)
wlan0: CTRL-EVENT-DSCP-POLICY clear_all
nl80211: deinit ifname=wlan0 disabled_11b_rates=0
wlan0: CTRL-EVENT-TERMINATINGLast edited by j@s0n (2024-12-21 01:26:06)
Offline
Have you updated the kernel and not rebooted since? https://bbs.archlinux.org/viewtopic.php?id=218671
Jin, Jîyan, Azadî
Offline
Oops. I got distracted during my upgrade a few days ago, and apparently forgot to reboot afterwards.
Thanks.
Offline
\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Online