davidc502 wrote:A new experimental build has been uploaded to the server and is ready to be downloaded. It is based on kernel 4.14.23. According to the latest commits, this is now the 'default' kernel for our model series. Rather than just jump into it, I thought it would be a good idea to do some testing and hear feedback from users before making it a regular build. The last experimental build had wifi issues especially for V2 owners, so I'm interested to hear if those problems continue of if they have now been fixed. I suspect they have indeed been fixed.
Patch 005 has been added to the build, so the very latest 3200acm hardware can enjoy this firmware as well.
I did not hack the wifi driver for the 1200acm this time. I'm interested to hear from 1200acm users if they still experience latency or high ping times when playing games etc. If the issue continues, I will continue to make changes to the driver to accommodate 1200ac owners.
Kernel 4.14.23 with the latest wifi driver commit.
https://davidc502sis.dynamic-dns.net/sn … u/generic/
Sorry V1 owners, the reboot issue continues with this kernel.
Hey David!
Long time no see! Been wayyy too busy with work.
I haven't upgraded since r5501 in December. No need to; been working great.
However, I will try this experimental release since I finally have the time to do something besides work 
Two questions for you:
a) You mentioned you didn't modify the wifi driver in the build to disable AMSDU (latency and high ping issue). However, you only ask for 1200ac owners to report back. That ping/latency issue (more specifically AMSDU malfunctioning) affects all 88W8864 models (everything but the 3200acm). Unless did something change? Regardless I'll report back and let you know if it is still needed.
b) Looks like there have been a few new commits on mwlwifi since March 5th, including one specifically for the 88W8864 to fix a crash, one other of significance, and lastly one that updated the version number. Could you release an updated mwlwifi driver for your r6365 experimental build?
Edit: I guess there really is no need for you to compile the driver with the mod to disable AMSDU to fix the ping/latency issue (if it still exists -- my guess is it does unless the kernel bump had something to do with it -- don't see any commits on mwlwifi). AMSDU can be disabled by the following commands which need to be executed at boot-up in a script, etc. @yuhhaurlin had added this a few months ago. They MUST be executed before any wifi devices connect:
echo 0 > /sys/kernel/debug/ieee80211/phy0/mwlwifi/tx_amsdu
echo 0 > /sys/kernel/debug/ieee80211/phy1/mwlwifi/tx_amsdu
and then you can run
cat /sys/kernel/debug/ieee80211/phy0/mwlwifi/tx_amsdu
to confirm it is off.
(Last edited by starcms on 13 Mar 2018, 02:46)