Ath10k alternative driver firmware - CC15.05.1 wireless unstable
I'm still experiencing trouble with the 5Ghz, maybe even WRT in general, up to the point I'm considering going back to the original Zyzel AA release.
One last effort to see if this helps:
I'm currently running an alternative driver firmware for the QCA988X
get it from github
i'm running the last of the 4 series 10.2.4.48
(not sure if running the 5 series is possible, something for later)
rename the file to firmware-4.bin and replace the one that's already there in
First look seems fine, let's see if it's more stable.
-- update --
leaving channel selection on 'auto' didn't work - 5G did not come up. (no mesgs as to why)
manually selecting a channel did seem to work, at least when also selecting a 20Mhz bandwidth, 40Mhz seemed to work but I had some devices not connecting properly.
-- update2 --
5G was mostly stable (some guest devices stilll seem to have trouble connecting/staying connected - my laptop is happy though). Anway, tried messing with other firmwares, no luck, until the next WRT/LEDE release the above is still the right version to use. (Trunk is more recent). Although they moved the repository to ath10k-firmware.
checking the loaded FW version is easy with ethtool (opkg instal ethtool)
ethtool -i wlan0
[update]: still not a 100% stable - with one device it seems to work, but falls over eventualy.
quick workaround is to restart the 5Ghz nightly.
Added this to crontab / scheduled tasks
0 2 * * * /sbin/wifi down wlan0 >/dev/null 2>&1
0 6 * * * /sbin/wifi up wlan0 >/dev/null 2>&1
One last effort to see if this helps:
I'm currently running an alternative driver firmware for the QCA988X
get it from github
i'm running the last of the 4 series 10.2.4.48
(not sure if running the 5 series is possible, something for later)
rename the file to firmware-4.bin and replace the one that's already there in
/lib/firmware/ath10k/QCA988X/hw2.0There's probably a way to force WRT to reload the driver, but hey I rebooted.
First look seems fine, let's see if it's more stable.
-- update --
leaving channel selection on 'auto' didn't work - 5G did not come up. (no mesgs as to why)
manually selecting a channel did seem to work, at least when also selecting a 20Mhz bandwidth, 40Mhz seemed to work but I had some devices not connecting properly.
-- update2 --
5G was mostly stable (some guest devices stilll seem to have trouble connecting/staying connected - my laptop is happy though). Anway, tried messing with other firmwares, no luck, until the next WRT/LEDE release the above is still the right version to use. (Trunk is more recent). Although they moved the repository to ath10k-firmware.
checking the loaded FW version is easy with ethtool (opkg instal ethtool)
ethtool -i wlan0
driver: ath10k_pciversion: 3.18.23firmware-version: 10.2.4.48bus-info: 0000:01:00.0supports-statistics: yessupports-test: nosupports-eeprom-access: nosupports-register-dump: nosupports-priv-flags: no
quick workaround is to restart the 5Ghz nightly.
Added this to crontab / scheduled tasks
0 2 * * * /sbin/wifi down wlan0 >/dev/null 2>&1
0 6 * * * /sbin/wifi up wlan0 >/dev/null 2>&1
Comments
Post a Comment