WiFi keeps kicking TV box from network

hoping someone can help me based in UK new to openwrt or even opensource routers but wanted more control over the network. Im running a Linksys WRT 3200ACM the 5G is running at 440 mbits/s but the 2G wont go much over 70 although it can manage at that rate it keep kicking my sky tv box off the Wifi when I connect the 2nd wireless tv box to the first I managed the capture the log as it happened. hoping someone can make sence of whats happening

Sun Jun 21 02:46:40 2020 daemon.notice hostapd: wlan1: AP-STA-DISCONNECTED 78:3e:53:d3:39:4e
Sun Jun 21 02:46:40 2020 daemon.info hostapd: wlan1: STA 78:3e:53:d3:39:4e IEEE 802.11: disassociated
Sun Jun 21 02:46:40 2020 kern.debug kernel: [ 1728.585762] ieee80211 phy1: staid 3 deleted
Sun Jun 21 02:46:40 2020 daemon.notice hostapd: wlan1: AP-STA-DISCONNECTED 0c:f9:c0:72:f4:96
Sun Jun 21 02:46:40 2020 daemon.info hostapd: wlan1: STA 0c:f9:c0:72:f4:96 IEEE 802.11: disassociated
Sun Jun 21 02:46:40 2020 kern.debug kernel: [ 1729.260140] ieee80211 phy1: staid 4 deleted
Sun Jun 21 02:46:41 2020 daemon.info hostapd: wlan1: STA 78:3e:53:d3:39:4e IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Jun 21 02:46:41 2020 daemon.err openvpn(client)[9467]: Options error: Unrecognized option or missing or extra parameter(s) in /etc/openvpn/client.conf:1: COPY_PASTE_CLIENT_PROFILE_HERE (2.4.7)
Sun Jun 21 02:46:41 2020 daemon.warn openvpn(client)[9467]: Use --help for more information.
Sun Jun 21 02:46:41 2020 daemon.info hostapd: wlan1: STA 0c:f9:c0:72:f4:96 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sun Jun 21 02:46:46 2020 daemon.err openvpn(client)[9468]: Options error: Unrecognized option or missing or extra parameter(s) in /etc/openvpn/client.conf:1: COPY_PASTE_CLIENT_PROFILE_HERE (2.4.7)
Sun Jun 21 02:46:46 2020 daemon.warn openvpn(client)[9468]: Use --help for more information.```

The wireless drivers for this device are notoriously problematic, you might have found and incompatibility with your devices. Unfortunately, those drivers rely on a closed-sourced firmware, and the manufacturer seems to have halted all development.

Make sure that you are using the latest version of OpenWrt, and post your wireless configuration file here, but I would not have high hopes...

1 Like

I have the same router, try going to Wireless settings and disable "Disassociate On Low Acknowledgement" in Advanced settings tab for both 2ghz and 5ghz. You can also disable "Allow legacy 802.11b rates" if you dont have any older devices. I run on N only, if you dont need extremely high speed on mobile devices.

1 Like

Thanks for responses I have spent 2 days with hardly any sleep and no food messing with settings connection etc with no luck. As mentioned I have now seen it’s a known issue with these routers. Thanks all I think it’s a return job and switch to the Netgear R7800 :blush:

option wpa_disable_eapol_key_retries '1'

before you return

1 Like

Did try this still the same thanks for suggestion but think it’s just the Wi-fi driver sent back. Hopefully will have better luck with the Netgear 7800 £45 cheaper aswel :+1:

Thought I would give an update after getting the R7800 I found a much better WiFi signal definitely recommend. Although I was still getting the same issue with TV box it suddenly occurred to me the first and second TV box use the WPS button to connect to each other so I needed to install wpad and hostapd-utils so I could active WPS on the WiFi security page thanks to this old post:

Thank you all for your help and hope this helps others in the future :smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.