Other Parts Discussed in Thread: WL1271
Tool/software: Linux
Hello,
I have two Beaglebone Wireless boards set up. The first set up as an AP, the second connecting to the first. Having one ping the other results in ping times that frequently go to 110ms and 220ms.
I've found several threads reporting what appears to be the same or similar issue, with no consistent resolution:
e2e.ti.com/.../2371429
e2e.ti.com/.../728430
e2e.ti.com/.../419894
e2e.ti.com/.../678797
e2e.ti.com/.../730376
Below is the plot of response times for "ping <hostname> -i 0.1":
Note the ping times spike consistently every 100 packets, or 10 seconds.
Repro steps:
Beaglebone Black with Debian 9.5 2018-10-07 IoT available here:
beagleboard.org/latest-images
This image comes with kernel 4.14.71-ti-r80 and wl18xx-fw-4.bin version 8.9.0.0.79.
These do not resolve the issue (suggested by TI in other threads)
iw wlan0 set power_save off
echo 0 > /sys/kernel/debug/ieee80211/phy0/wlcore/sleep_auth
Also do not resolve
Disabling bluetooth
Upgrading to kernel 4.19.24 from github.com/.../linux
Rebuilding kernel 4.19.24 with CONFIG_CFG80211_DEFAULT_PS=n
Can you please investigate?
Thank you.