You are not logged in.

#1 2021-03-09 21:17:41

data-angel
Member
Registered: 2021-03-08
Posts: 8

[SOLVED] Can't connect to wpa2 wifi through iwd, reason:15 (iwlwifi)

I have been having trouble connecting to wifi on my thinkpads, same problem on both but this one is about my t420.

I followed the installation guide and referencing the network config page was trying to set up my wifi but no luck, managed ethernet.

i'm using the iwlwifi driver for a centrino ultimate-n 6300.

i try to connect like this:

iwctl
device list

to check the device name, it's wlan0

station wlan0 scan
station wlan0 get-networks
station wlan0 connect "mySSID"

i get prompted to enter the passphrase, i do
it returns

Operation failed

I tried making the iwlwifi.conf but that didnt work, i did also try using wpa-supplicant on another install but still couldnt connect.
output of


output of


pacman log
journal
i did search the forums too and just google but couldn't find anything that i thought fit that worked but this is my first time with arch so i could of missed it easy sorry lol

Last edited by data-angel (2021-03-10 14:17:44)

Offline

#2 2021-03-10 01:07:23

Zod
Member
From: Hoosiertucky
Registered: 2019-03-10
Posts: 636

Re: [SOLVED] Can't connect to wpa2 wifi through iwd, reason:15 (iwlwifi)

this is the error your getting...

Reason: 15=4WAY_HANDSHAKE_TIMEOUT

You might have a look at this..
https://bbs.archlinux.org/viewtopic.php … 7#p1569207

It's the same error with 2 different AP's.
Edit0: Or maybe 2 different radios on the same AP

Mar 09 19:46:06 schrecknet iwd[642]: Wiphy: 0, Name: phy0
Mar 09 19:46:06 schrecknet iwd[642]:         Permanent Address: 24:77:03:58:87:94
Mar 09 19:46:06 schrecknet iwd[642]:         Bands: 2.4 GHz 5 GHz
Mar 09 19:46:06 schrecknet iwd[642]:         Ciphers: CCMP TKIP
Mar 09 19:46:06 schrecknet iwd[642]:         Supported iftypes: ad-hoc station
Mar 09 19:46:06 schrecknet systemd-udevd[645]: Using default interface naming scheme 'v247'.
Mar 09 19:46:06 schrecknet kernel: iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
Mar 09 19:46:06 schrecknet kernel: iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
Mar 09 19:46:06 schrecknet systemd-udevd[645]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Mar 09 19:46:45 schrecknet kernel: wlan0: authenticate with a0:bd:cd:2c:6d:2d
Mar 09 19:46:45 schrecknet kernel: wlan0: send auth to a0:bd:cd:2c:6d:2d (try 1/3)
Mar 09 19:46:45 schrecknet kernel: wlan0: authenticated
Mar 09 19:46:45 schrecknet kernel: wlan0: waiting for beacon from a0:bd:cd:2c:6d:2d
Mar 09 19:46:45 schrecknet kernel: wlan0: associate with a0:bd:cd:2c:6d:2d (try 1/3)
Mar 09 19:46:45 schrecknet kernel: wlan0: RX AssocResp from a0:bd:cd:2c:6d:2d (capab=0x1011 status=0 aid=3)
Mar 09 19:46:45 schrecknet kernel: wlan0: associated
Mar 09 19:46:45 schrecknet kernel: wlan0: Limiting TX power to 23 (23 - 0) dBm as advertised by a0:bd:cd:2c:6d:2d
Mar 09 19:46:50 schrecknet iwd[642]: 4-Way handshake failed for ifindex: 4, reason: 15
Mar 09 19:46:50 schrecknet kernel: wlan0: deauthenticating from a0:bd:cd:2c:6d:2d by local choice (Reason: 15=4WAY_HANDSHAKE_TIMEOUT)
Mar 09 19:46:50 schrecknet kernel: wlan0: authenticate with 38:a6:ce:ad:dd:20
Mar 09 19:46:50 schrecknet kernel: wlan0: send auth to 38:a6:ce:ad:dd:20 (try 1/3)
Mar 09 19:46:50 schrecknet kernel: wlan0: authenticated
Mar 09 19:46:50 schrecknet kernel: wlan0: associate with 38:a6:ce:ad:dd:20 (try 1/3)
Mar 09 19:46:50 schrecknet kernel: wlan0: RX AssocResp from 38:a6:ce:ad:dd:20 (capab=0x1411 status=0 aid=2)
Mar 09 19:46:50 schrecknet kernel: wlan0: associated
Mar 09 19:46:55 schrecknet iwd[642]: 4-Way handshake failed for ifindex: 4, reason: 15
Mar 09 19:46:55 schrecknet kernel: wlan0: deauthenticating from 38:a6:ce:ad:dd:20 by local choice (Reason: 15=4WAY_HANDSHAKE_TIMEOUT)
Mar 09 19:46:55 schrecknet kernel: wlan0: authenticate with a0:bd:cd:2c:6d:2a
Mar 09 19:46:55 schrecknet kernel: wlan0: send auth to a0:bd:cd:2c:6d:2a (try 1/3)
Mar 09 19:46:55 schrecknet kernel: wlan0: authenticated
Mar 09 19:46:55 schrecknet kernel: wlan0: associate with a0:bd:cd:2c:6d:2a (try 1/3)
Mar 09 19:46:55 schrecknet kernel: wlan0: RX AssocResp from a0:bd:cd:2c:6d:2a (capab=0x1411 status=0 aid=7)
Mar 09 19:46:55 schrecknet kernel: wlan0: associated
Mar 09 19:47:00 schrecknet iwd[642]: 4-Way handshake failed for ifindex: 4, reason: 15
Mar 09 19:47:00 schrecknet kernel: wlan0: deauthenticating from a0:bd:cd:2c:6d:2a by local choice (Reason: 15=4WAY_HANDSHAKE_TIMEOUT)
Mar 09 19:47:00 schrecknet kernel: wlan0: authenticate with 38:a6:ce:ad:dd:1d
Mar 09 19:47:00 schrecknet kernel: wlan0: send auth to 38:a6:ce:ad:dd:1d (try 1/3)
Mar 09 19:47:00 schrecknet kernel: wlan0: authenticated
Mar 09 19:47:00 schrecknet kernel: wlan0: waiting for beacon from 38:a6:ce:ad:dd:1d
Mar 09 19:47:00 schrecknet kernel: wlan0: associate with 38:a6:ce:ad:dd:1d (try 1/3)
Mar 09 19:47:00 schrecknet kernel: wlan0: RX AssocResp from 38:a6:ce:ad:dd:1d (capab=0x1011 status=0 aid=2)
Mar 09 19:47:00 schrecknet kernel: wlan0: associated
Mar 09 19:47:00 schrecknet kernel: wlan0: Limiting TX power to 23 (23 - 0) dBm as advertised by 38:a6:ce:ad:dd:1d
Mar 09 19:47:05 schrecknet iwd[642]: 4-Way handshake failed for ifindex: 4, reason: 15
Mar 09 19:47:05 schrecknet kernel: wlan0: deauthenticating from 38:a6:ce:ad:dd:1d by local choice (Reason: 15=4WAY_HANDSHAKE_TIMEOUT)

Last edited by Zod (2021-03-10 01:10:43)

Offline

#3 2021-03-10 01:51:25

data-angel
Member
Registered: 2021-03-08
Posts: 8

Re: [SOLVED] Can't connect to wpa2 wifi through iwd, reason:15 (iwlwifi)

@zod
thank you for the reply!
the solution eyome came to seems to be removing non ascii characters from the passphrase, mine is all ascii, just a bunch of letters, so not the issue i think, unfortunately ):

AP means access point here right? i think there is a duplicate access point, we've just got a regular sky router in the house and a 'qbox', but i did disable them when testing at one point

Offline

#4 2021-03-10 13:16:44

Ferdinand
Member
From: Norway
Registered: 2020-01-02
Posts: 338

Re: [SOLVED] Can't connect to wpa2 wifi through iwd, reason:15 (iwlwifi)

I have no idea if this will help, but you can generate the configuration file for the network in advance, to avoid having to type the password at connect time:
https://wiki.archlinux.org/index.php/Iwd#WPA-PSK

Offline

#5 2021-03-10 14:17:00

data-angel
Member
Registered: 2021-03-08
Posts: 8

Re: [SOLVED] Can't connect to wpa2 wifi through iwd, reason:15 (iwlwifi)

@Ferdinand
thank you this is good to know! i did manage to figure it out though, it turns out all this time i've just been referencing a stickynote with the wrong passphrase on it and somehow didnt realise until weeks later today, very embarrassing

Offline

Board footer

Powered by FluxBB