You are not logged in.

#1 2017-07-02 19:20:13

herojeanpierre
Member
Registered: 2017-05-31
Posts: 9

Can't Connect: Wifi Deauth local choice (Reason: 3=DEAUTH_LEAVING)

So I have used wpa_cli, wifi-menu, connman, network manager (nmcli and nm-applet), netctl, and iw dev connect,  and nothing has worked. dmesg -w has always thrown the

 [  736.932858] wlp9s0: deauthenticating from 28:cf:da:ad:21:59 by local choice (Reason: 3=DEAUTH_LEAVING) 

I feel as if I looked at enough of the other forum posts talking about his problem and there solutions haven't seemed to help:
https://bbs.archlinux.org/viewtopic.php?id=164279

What I've tried:

 sudo rfkill unblock wlan0 

-

sudo systemctl stop wpa_supplicant.service 

--- I did this for other managers other than nm because it seemed to be interferring.
- kill all wpa_supplicant
- changing my wifi controller
- crying

I'll fill you in on some of what is happening on my system after a fresh pacman -Syu.
The complete kernel code:

[  736.917873] wlp9s0: authenticate with 28:cf:da:ad:21:59
[  736.918679] wlp9s0: send auth to 28:cf:da:ad:21:59 (try 1/3)
[  736.921300] wlp9s0: authenticated
[  736.921619] wlp9s0: associating with AP with corrupt beacon
[  736.924972] wlp9s0: associate with 28:cf:da:ad:21:59 (try 1/3)
[  736.929805] wlp9s0: RX AssocResp from 28:cf:da:ad:21:59 (capab=0x1431 status=0 aid=15)
[  736.932771] wlp9s0: associated
[  736.932858] wlp9s0: deauthenticating from 28:cf:da:ad:21:59 by local choice (Reason: 3=DEAUTH_LEAVING)
[  738.300446] IPv6: ADDRCONF(NETDEV_UP): wlp9s0: link is not ready
[  738.307714] iwlwifi 0000:09:00.0: L1 Enabled - LTR Disabled
[  738.315183] iwlwifi 0000:09:00.0: L1 Enabled - LTR Disabled
[  738.315277] iwlwifi 0000:09:00.0: Radio type=0x2-0x0-0x0
[  738.570120] iwlwifi 0000:09:00.0: L1 Enabled - LTR Disabled
[  738.577561] iwlwifi 0000:09:00.0: L1 Enabled - LTR Disabled
[  738.577651] iwlwifi 0000:09:00.0: Radio type=0x2-0x0-0x0
[  738.637760] IPv6: ADDRCONF(NETDEV_UP): wlp9s0: link is not ready

iwconfig:

wlp9s0    IEEE 802.11  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=16 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:off

systemctl type=service

accounts-daemon.service                     loaded active running Accounts Service         
alsa-restore.service                        loaded active exited  Save/Restore Sound Card S
bluetooth.service                           loaded active running Bluetooth service        
colord.service                              loaded active running Manage, Install and Gener
cronie.service                              loaded active running Periodic Command Schedule
dbus.service                                loaded active running D-Bus System Message Bus 
gdm.service                                 loaded active running GNOME Display Manager    
geoclue.service                             loaded active running Location Lookup Service  
kmod-static-nodes.service                   loaded active exited  Create list of required s
ldconfig.service                            loaded active exited  Rebuild Dynamic Linker Ca
NetworkManager.service                      loaded active running Network Manager          
ntpd.service                                loaded active running Network Time Service     
polkit.service                              loaded active running Authorization Manager    
rtkit-daemon.service                        loaded active running RealtimeKit Scheduling Po
sshd.service                                loaded active running OpenSSH Daemon           
systemd-backlight@backlight:acpi_video0.service loaded active exited  Load/Save Screen Back
systemd-binfmt.service                      loaded active exited  Set Up Additional Binary 
systemd-fsck@dev-sda2.service               loaded active exited  File System Check on /dev
systemd-hwdb-update.service                 loaded active exited  Rebuild Hardware Database
systemd-journal-catalog-update.service      loaded active exited  Rebuild Journal Catalog  
systemd-journal-flush.service               loaded active exited  Flush Journal to Persiste
systemd-journald.service                    loaded active running Journal Service          
systemd-logind.service                      loaded active running Login Service            
systemd-random-seed.service                 loaded active exited  Load/Save Random Seed    
systemd-remount-fs.service                  loaded active exited  Remount Root and Kernel F
systemd-sysctl.service                      loaded active exited  Apply Kernel Variables   
systemd-sysusers.service                    loaded active exited  Create System Users      
systemd-tmpfiles-setup-dev.service          loaded active exited  Create Static Device Node
systemd-tmpfiles-setup.service              loaded active exited  Create Volatile Files and
systemd-udev-trigger.service                loaded active exited  udev Coldplug all Devices
systemd-udevd.service                       loaded active running udev Kernel Device Manage
systemd-update-done.service                 loaded active exited  Update is Completed      
systemd-update-utmp.service                 loaded active exited  Update UTMP about System 
systemd-user-sessions.service               loaded active exited  Permit User Sessions     
udisks2.service                             loaded active running Disk Manager             
upower.service                              loaded active running Daemon for power manageme
user@1000.service                           loaded active running User Manager for UID 1000
user@120.service                            loaded active running User Manager for UID 120 
wpa_supplicant.service                      loaded active running WPA supplicant           

journalctl -xe

Jul 02 15:14:57 Titus wpa_supplicant[2269]: wlp9s0: SME: Trying to authenticate with 28:cf:da:ad:21:59 (SSID='Airport Extreme' freq=2462 MHz)
Jul 02 15:14:57 Titus kernel: wlp9s0: authenticate with 28:cf:da:ad:21:59
Jul 02 15:14:57 Titus kernel: wlp9s0: send auth to 28:cf:da:ad:21:59 (try 1/3)
Jul 02 15:14:57 Titus wpa_supplicant[2269]: wlp9s0: Trying to associate with 28:cf:da:ad:21:59 (SSID='Airport Extreme' freq=2462 MHz)
Jul 02 15:14:57 Titus NetworkManager[388]: <info>  [1499022897.1001] device (wlp9s0): supplicant interface state: inactive -> associating
Jul 02 15:14:57 Titus kernel: wlp9s0: authenticated
Jul 02 15:14:57 Titus kernel: wlp9s0: associating with AP with corrupt beacon
Jul 02 15:14:57 Titus kernel: wlp9s0: associate with 28:cf:da:ad:21:59 (try 1/3)
Jul 02 15:14:57 Titus kernel: wlp9s0: RX AssocResp from 28:cf:da:ad:21:59 (capab=0x1431 status=0 aid=13)
Jul 02 15:14:57 Titus wpa_supplicant[2269]: wlp9s0: Associated with 28:cf:da:ad:21:59
Jul 02 15:14:57 Titus wpa_supplicant[2269]: wlp9s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 02 15:14:57 Titus kernel: wlp9s0: associated
Jul 02 15:14:57 Titus kernel: wlp9s0: deauthenticating from 28:cf:da:ad:21:59 by local choice (Reason: 3=DEAUTH_LEAVING)
Jul 02 15:14:57 Titus NetworkManager[388]: <info>  [1499022897.1200] device (wlp9s0): supplicant interface state: associating -> associated
Jul 02 15:14:57 Titus wpa_supplicant[2269]: wlp9s0: CTRL-EVENT-DISCONNECTED bssid=28:cf:da:ad:21:59 reason=3 locally_generated=1
Jul 02 15:14:57 Titus wpa_supplicant[2269]: wlp9s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Airport Extreme" auth_failures=1 duration=10 reason=CONN_FAILED
Jul 02 15:14:57 Titus NetworkManager[388]: <warn>  [1499022897.1233] sup-iface[0x7fc4900020b0,wlp9s0]: connection disconnected (reason -3)
Jul 02 15:14:57 Titus NetworkManager[388]: <info>  [1499022897.1285] device (wlp9s0): supplicant interface state: associated -> disconnected
Jul 02 15:14:57 Titus wpa_supplicant[2269]: wlp9s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
Jul 02 15:14:58 Titus NetworkManager[388]: <info>  [1499022898.2314] device (wlp9s0): supplicant interface state: disconnected -> scanning

lspci -k

09:00.0 Network controller: Intel Corporation Centrino Wireless-N 2230 (rev c4)
	Subsystem: Intel Corporation Centrino Wireless-N 2230 BGN
	Kernel driver in use: iwlwifi

Any help is much appreciated, is there anything else that would be helpful for me to show? Thanks, I hope to soon be freed of my bondage with the ethernet.

Last edited by herojeanpierre (2017-07-02 20:11:00)

Offline

#2 2017-07-04 18:07:25

domanov
Member
From: Italy
Registered: 2006-11-10
Posts: 45

Re: Can't Connect: Wifi Deauth local choice (Reason: 3=DEAUTH_LEAVING)

I have (and often have had in the past) on and off the same issue; since a few days it happens again. It helps when I limit my router to g instead of b/g/n.

Offline

#3 2017-07-08 17:30:43

evilteemo
Member
From: cyberspace
Registered: 2016-11-12
Posts: 10
Website

Re: Can't Connect: Wifi Deauth local choice (Reason: 3=DEAUTH_LEAVING)

Hey, herojeanpierre,
this is a funny one.

I had the same problems and I were literally pulling my hair out while installing arch via WiFi.

It seems like the WiFi card sometimes 'randomly' decides if it wants to connect to an AP or not, although the drivers, wpa_supplicant, etc. are loaded correctly.
Another weird thing I noticed is that 'wifi-menu' is showing WPA2 connections as WPA and WPA as WPA2. I'm not sure if that has something to do with this issue as it might just be a typo. netctl also didn't work at this point. My logs looked identical to yours. I've played with interfaces, services, signal meters and network managers, applets for hours to find out where the bug might be, googled, asked, but nothing could really satisfied me. Until..

Until I decided to reboot my router and give it a try.
Although there was nothing wrong with my router, rebooting it and running 'wifi-menu' a sec or two afterwards, made an established connection to the selected AP. Pacstrap time baby! \o/

I recreated the same scenario multiple times and rebooting the router fixed it for me. I wish same luck to you! ;-)

This error should get reported and fixed asap due to it's annoyances.


Just FYI, if you're using NetworkManager, make sure you have gnome-keyring installed, and disable/stop all other active network devices if this is the case.

Hope it helps.

Offline

#4 2017-07-10 00:45:19

herojeanpierre
Member
Registered: 2017-05-31
Posts: 9

Re: Can't Connect: Wifi Deauth local choice (Reason: 3=DEAUTH_LEAVING)

evilteemo wrote:

Until I decided to reboot my router and give it a try.
Although there was nothing wrong with my router, rebooting it and running 'wifi-menu' a sec or two afterwards, made an established connection to the selected AP. Pacstrap time baby! \o/

Hey thanks so much, I want try this. However, I do not really know what you mean by rebooting my router. Do you mean like, a physical router? Cause if so I can't since I do not have access to the router since I am on university wi-fi, also that wouldn't solve the real problem with my device, cause if I move locations in will be a different router, right?

Offline

#5 2017-07-10 09:32:34

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: Can't Connect: Wifi Deauth local choice (Reason: 3=DEAUTH_LEAVING)

Is the wifi network you are trying to connect to by any chance eduroam?


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#6 2017-07-13 19:10:35

herojeanpierre
Member
Registered: 2017-05-31
Posts: 9

Re: Can't Connect: Wifi Deauth local choice (Reason: 3=DEAUTH_LEAVING)

It is not sad I still am not able to connect to wifi. I tried 3 different kernels, (zen and lts) and still doesn't work. However, when I moved GUI's from i3 to cinnamon it actually worked. The only problem is I hate cinnamon haha. What in the world could i3 be doing that is causing this error!?

Offline

#7 2017-07-13 20:36:28

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: Can't Connect: Wifi Deauth local choice (Reason: 3=DEAUTH_LEAVING)

Check how to disable MAC address randomization and see if that helps, no other ideas here.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#8 2017-07-26 19:04:43

evilteemo
Member
From: cyberspace
Registered: 2016-11-12
Posts: 10
Website

Re: Can't Connect: Wifi Deauth local choice (Reason: 3=DEAUTH_LEAVING)

Sorry for the late reply.

Too bad you don't have the access to reboot the router. Yes, I meant it physically by unplugging it's power supply.

I'm also out of ideas..

Have you tried it on a friends wifi or something like that?

Offline

#9 2017-08-03 08:35:02

gonzalobf
Member
Registered: 2017-08-03
Posts: 1

Re: Can't Connect: Wifi Deauth local choice (Reason: 3=DEAUTH_LEAVING)

Hi herojeanpierre,

I had the same problem with my work wifi after updating the system one month ago. Today, I decided to remove all profiles that are in /etc/netctl and in /etc/NetworkManager/system-connections with network names (in my case, I remove all of them). After doing it, it started to work again. I know that sounds very stupid but maybe it works.  Let us know if it works smile

Offline

Board footer

Powered by FluxBB