You are not logged in.

#1 2017-07-06 20:59:45

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.

Offline

#2 2017-07-07 12:30:18

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

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

smells like  a driver issue, and iwlwifi is part of the kernel. Have you tried iwth a different kernel, like linux-lts ?

You have tried what's listed in the troubleshooting section for iwlwifi on the "wireless network configuration" wiki  page ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

Board footer

Powered by FluxBB