You are not logged in.

#1 2016-08-21 18:34:42

CT075
Member
Registered: 2015-01-03
Posts: 37

Cannot connect to University WIFI (reason=3: DEAUTH_LEAVING)

I just moved into my dorm, but I can't seem to connect to the WPA2 Enterprise wifi system. I'll type my username/password, then it'll wait for a bit, then it'll prompt me again.

dmesg logs:

[   70.733897] wlp3s0: deauthenticating from 00:1a:1e:8a:ef:81 by local choice (Reason: 3=DEAUTH_LEAVING)
[   80.466265] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   83.919082] wlp3s0: authenticate with 00:1a:1e:8a:e7:01
[   83.933156] wlp3s0: send auth to 00:1a:1e:8a:e7:01 (try 1/3)
[   84.035082] wlp3s0: send auth to 00:1a:1e:8a:e7:01 (try 2/3)
[   84.037250] wlp3s0: authenticated
[   84.038420] wlp3s0: associate with 00:1a:1e:8a:e7:01 (try 1/3)
[   84.043193] wlp3s0: RX AssocResp from 00:1a:1e:8a:e7:01 (capab=0x431 status=0 aid=1)
[   84.043296] wlp3s0: associated
[   84.043328] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[   87.286607] wlp3s0: deauthenticating from 00:1a:1e:8a:e7:01 by local choice (Reason: 3=DEAUTH_LEAVING)
[  101.479759] wlp3s0: authenticate with 00:1a:1e:8d:6e:21
[  101.493538] wlp3s0: send auth to 00:1a:1e:8d:6e:21 (try 1/3)
[  101.608764] wlp3s0: send auth to 00:1a:1e:8d:6e:21 (try 2/3)
[  101.752100] wlp3s0: send auth to 00:1a:1e:8d:6e:21 (try 3/3)
[  101.945427] wlp3s0: authentication with 00:1a:1e:8d:6e:21 timed out
[  102.139640] wlp3s0: authenticate with 00:1a:1e:8c:61:81
[  102.153975] wlp3s0: send auth to 00:1a:1e:8c:61:81 (try 1/3)
[  102.255469] wlp3s0: send auth to 00:1a:1e:8c:61:81 (try 2/3)
[  102.257548] wlp3s0: authenticated
[  102.258794] wlp3s0: associate with 00:1a:1e:8c:61:81 (try 1/3)
[  102.263529] wlp3s0: RX AssocResp from 00:1a:1e:8c:61:81 (capab=0x431 status=0 aid=4)
[  102.263629] wlp3s0: associated
[  106.003007] wlp3s0: deauthenticating from 00:1a:1e:8c:61:81 by local choice (Reason: 3=DEAUTH_LEAVING)

(this repeats ad nauseum)

lspci

03:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter (rev 01)

computer info

Linux lancer 4.6.4-1-ARCH #1 SMP PREEMPT Mon Jul 11 19:12:32 CEST 2016 x86_64 GNU/Linux

I have attempted all of the fixes listed here, but to no avail. I can offer any information necessary, but I'll freely admit that I'm not sure what's relevant.

Last edited by CT075 (2016-08-21 18:35:05)

Offline

#2 2016-08-21 19:06:52

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,797

Re: Cannot connect to University WIFI (reason=3: DEAUTH_LEAVING)

What are the output of find /etc/systemd ?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2016-08-21 19:26:16

CT075
Member
Registered: 2015-01-03
Posts: 37

Re: Cannot connect to University WIFI (reason=3: DEAUTH_LEAVING)

/etc/systemd
/etc/systemd/system
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
/etc/systemd/system/getty.target.wants
/etc/systemd/system/getty.target.wants/getty@tty1.service
/etc/systemd/system/display-manager.service
/etc/systemd/system/sysinit.target.wants
/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service
/etc/systemd/system/multi-user.target.wants
/etc/systemd/system/multi-user.target.wants/postgresql.service
/etc/systemd/system/multi-user.target.wants/php-fpm.service
/etc/systemd/system/multi-user.target.wants/NetworkManager.service
/etc/systemd/system/multi-user.target.wants/remote-fs.target
/etc/systemd/system/dbus-org.freedesktop.NetworkManager.service
/etc/systemd/system.conf
/etc/systemd/logind.conf
/etc/systemd/journal-remote.conf
/etc/systemd/journald.conf
/etc/systemd/resolved.conf
/etc/systemd/network
/etc/systemd/coredump.conf
/etc/systemd/user
/etc/systemd/user/default.target.wants
/etc/systemd/user/default.target.wants/xdg-user-dirs-update.service
/etc/systemd/user/sockets.target.wants
/etc/systemd/user/sockets.target.wants/pulseaudio.socket
/etc/systemd/timesyncd.conf
/etc/systemd/user.conf
/etc/systemd/journal-upload.conf

Offline

#4 2016-08-21 19:42:24

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,797

Re: Cannot connect to University WIFI (reason=3: DEAUTH_LEAVING)

That looks like a rational NetworkManager configuration and I don't see anything configured that would conflict.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2016-08-21 19:47:42

CT075
Member
Registered: 2015-01-03
Posts: 37

Re: Cannot connect to University WIFI (reason=3: DEAUTH_LEAVING)

Google seems to suggest that it's an ath issue, but I believe I'm using the most recent ath driver (ath11k?).

EDIT: I lied, it's ath9k. However, nothing about google seems to suggest  ath9k has an issue with wpa2-enterprise networks. I'm convinced the issue is in my configuration, as I am perfectly capable of connecting to the network with the same card when I boot into a windows partition

Last edited by CT075 (2016-08-21 20:06:48)

Offline

#6 2016-08-21 20:31:00

CT075
Member
Registered: 2015-01-03
Posts: 37

Re: Cannot connect to University WIFI (reason=3: DEAUTH_LEAVING)

By process of elimination, it appears that the issue is not with NetworkManager and is likely with ath9k, as wicd sees the same problem.

Offline

Board footer

Powered by FluxBB