re-visit that web link that says
options rtl8821ae debug=0 disable_watchdog=N fwlps=N swlps=Y swenc=Y ips=N msi=0
If you do not want to try my new TCZ....thats fine.......and please look at buying a good wifi adapter pci or usb
in the meantime, assuming you are open to suggestions here is one more....assumes you are on current repo FW and WL modules
lsmod | grep 8821
rtl8821ae 208896 0
rtl_pci 24576 1 rtl8821ae
btcoexist 139264 1 rtl8821ae
rtlwifi 57344 3 rtl8821ae,rtl_pci,btcoexist
mac80211 258048 3 rtl8821ae,rtl_pci,rtlwifi
create a file under .local/bin lets call it test
contents
#!/bin/sh
tce-load -i wireless-4.14.10-tinycore64 firmware-rtlwifi-new
sudo rmmod rtl8821ae
# may need to unload some more modules too?
sudo modprobe rtl8821ae debug_level=0 disable_watchdog=0 fwlps=0 swlps=0 swenc=1 ips=0 msi=0
sudo /usr/local/etc/init.d/rfkill start
chmod +x .local/bin/test
naturally you can copy and paste these commands into your terminal as I am not sure if we have to unload some modules before unloading your realtek module
I could test loading and unloading my usb module but that is not a true test