What's new

WiFi dropping laptop-wlceventd_proc_event(511)

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Rob Q

Senior Member
Hi, my mom keeps telling my that internet connection has been lot but when I check the cable modem, everything is working properly and my other devices on WiFi are connected and online.
I've went to check the router logs and I found this.

The router is running Firmware:386.9

Code:
Feb 13 16:36:53 syslog: wlceventd_proc_event(511): eth2: Disassoc XX:XX:XX:XX:XX:2B, status: 0, reason: Disassociated because sending station is leaving (or has left) BSS (8), rssi:-66
Feb 13 16:36:53 syslog: wlceventd_proc_event(494): eth2: Deauth_ind XX:XX:XX:XX:XX:2B, status: 0, reason: Deauthenticated because sending station is leaving (or has left) IBSS or ESS (3), rssi:0
Feb 13 16:36:53 syslog: wlceventd_proc_event(530): eth2: Auth XX:XX:XX:XX:XX:2B, status: Successful (0), rssi:0
Feb 13 16:36:53 syslog: wlceventd_proc_event(559): eth2: Assoc XX:XX:XX:XX:XX:2B, status: Successful (0), rssi:0
Feb 13 16:36:53 dnsmasq-dhcp[8448]: DHCPREQUEST(br0) 192.168.1.53 XX:XX:XX:XX:XX:2B
Feb 13 16:36:53 dnsmasq-dhcp[8448]: DHCPACK(br0) 192.168.1.53 XX:XX:XX:XX:XX:2B DESKTOP-8H4IVOM
Feb 13 16:37:28 syslog: wlceventd_proc_event(511): eth2: Disassoc XX:XX:XX:XX:XX:2B, status: 0, reason: Disassociated because sending station is leaving (or has left) BSS (8), rssi:-67
Feb 13 16:37:28 syslog: wlceventd_proc_event(494): eth2: Deauth_ind XX:XX:XX:XX:XX:2B, status: 0, reason: Deauthenticated because sending station is leaving (or has left) IBSS or ESS (3), rssi:0
Feb 13 16:37:28 syslog: wlceventd_proc_event(530): eth2: Auth XX:XX:XX:XX:XX:2B, status: Successful (0), rssi:0
Feb 13 16:37:28 syslog: wlceventd_proc_event(559): eth2: Assoc XX:XX:XX:XX:XX:2B, status: Successful (0), rssi:0
Feb 13 16:37:28 dnsmasq-dhcp[8448]: DHCPREQUEST(br0) 192.168.1.53 XX:XX:XX:XX:XX:2B
Feb 13 16:37:28 dnsmasq-dhcp[8448]: DHCPACK(br0) 192.168.1.53 XX:XX:XX:XX:XX:2B DESKTOP-8H4IVOM
Feb 13 16:37:44 syslog: wlceventd_proc_event(511): eth2: Disassoc XX:XX:XX:XX:XX:2B, status: 0, reason: Disassociated because sending station is leaving (or has left) BSS (8), rssi:-66
Feb 13 16:37:44 syslog: wlceventd_proc_event(494): eth2: Deauth_ind XX:XX:XX:XX:XX:2B, status: 0, reason: Deauthenticated because sending station is leaving (or has left) IBSS or ESS (3), rssi:0
Feb 13 16:37:53 syslog: wlceventd_proc_event(530): eth2: Auth XX:XX:XX:XX:XX:2B, status: Successful (0), rssi:0
Feb 13 16:37:53 syslog: wlceventd_proc_event(559): eth2: Assoc XX:XX:XX:XX:XX:2B, status: Successful (0), rssi:0
Feb 13 16:37:53 dnsmasq-dhcp[8448]: DHCPREQUEST(br0) 192.168.1.53 XX:XX:XX:XX:XX:2B
Feb 13 16:37:53 dnsmasq-dhcp[8448]: DHCPACK(br0) 192.168.1.53 XX:XX:XX:XX:XX:2B DESKTOP-8H4IVOM

At first I thought that it was the signal strength but the rssi of my phone was around -72 and it wasn't dropping at all.

Could it be the WiFi radio of her Acer laptop starting to fail? It's on the 5 GHz band. I am unable to connect it with a wired connection.

Here are the temp readouts.
Code:
curr_coreTmp_wl0_raw = "50°C";
curr_coreTmp_wl0 = (curr_coreTmp_wl0_raw.indexOf("disabled") > 0 ? 0 : curr_coreTmp_wl0_raw.replace("°C", ""));
curr_coreTmp_wl1_raw = "53°C"; curr_coreTmp_wl1 = (curr_coreTmp_wl1_raw.indexOf("disabled") > 0 ? 0 : curr_coreTmp_wl1_raw.replace("°C", ""));
curr_coreTmp_wl2_raw = "disabled"; curr_coreTmp_wl2 = (curr_coreTmp_wl2_raw.indexOf("disabled") > 0 ? 0 : curr_coreTmp_wl2_raw.replace("°C", ""));
curr_coreTmp_wl3_raw = "disabled"; curr_coreTmp_wl3 = (curr_coreTmp_wl3_raw.indexOf("disabled") > 0 ? 0 : curr_coreTmp_wl3_raw.replace("°C", ""));
curr_cpuTemp = "80"; fanctrl_info = "";

1676333941560.png


1676333895591.png
 
Last edited:
I've turned off "802.11ac Beamforming" and manually set the control channel and channel width.
 
Changed the "preferred band" to 5GHz, "wireless mode" to a/n/ac, and "roaming aggressiveness" to lowest. Maybe that will help.
1676397598659.png
1676397615193.png
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top