Kmod-rtl8812au-ct stop working Luci

I bought several USB sticks, Dual band, AC
Some have the chip RTL8111AU or CU
I'm trying to compile a driver at a time, hoping that it might work.

I can do a few proveal day, there`sa way to do first ?
Even if I enable this, there are not as many modules in the compilation, and there are no drivers.
Global Build Settings ---->
Select all taghet
Select all

If I enable many driver, all stop working

When I enable "kmod-rtl8812au-ct" Luci stop working and says
Bad Gateway
The process did not produce any response

Same with or whitout Stick
At insertion of the stick, dmesg says
[ 866.680425] usb 1-1: new high-speed USB device number 2 using ehci-platform

Config Procedures

Linux Subsystem Ubuntu for Windows 10

RAM 32mByte / 256Mbit
Flash 8Mbyte / 64Mbit
RT5350F chipset

git clone https://git.openwrt.org/openwrt/openwrt.git

sudo apt-get install build-essential subversion libncurses5-dev zlib1g-dev
sudo apt-get install gawk gcc-multilib flex git-core gettext libssl-dev
sudo apt-get install python
Sudo apt-get -y install libxml-parser-perl

./scripts/feeds update -a
./scripts/feeds install -a

Copy files on /files (etc/config/..)

Change to sources
/target/linux/ramips/image/rt305x.mk ( Flash Size 8M IMAGE_SIZE := 7872k device:=BatteryPoE )
DEVICE_VENDOR := GEVADEVICE_MODEL := BatteryPoE
/tools/firmware-utils/src/mkporayfw.c ( Flash Size 8M )
/target/linux/ramips/dts/rt5350_unbranded_a5-v11.dts
model = "GEVA BayyeryPoE";
GPIO ….
partition@50000 {
compatible = "denx,uimage";
label = "firmware";
reg = <0x50000 0x3b0000>; to 0x760000
};
/target/linux/ramips/base-files/etc/board.d/02_network
a5-v11)
ucidef_add_switch "switch0"
"4:lan" "6t@eth0"
ucidef_add_switch_attr "switch0" "enable" "false"
ucidef_set_interface_lan "eth0"
;;

make menuconfig (.config)
Target "Mediatek Ralink MIPS"
Subtarghet "RT5350"
Targhet profile "GEVA BatteryPoE"
Base system:
Block-mount - block device mounting and checking
Blockd - Block device automounting
Kernel module ---->
Filesystem --->
Kmod-fs-msdos
Wireless Driver ---->
kmod-rtl8812au-ct
Usb Support -->
kmod-usb2
kmod-usb-uhci
kmod-usb-ohci
kmod-usb-storage
kmod-usb-storage-extras
kmod-usb-storage-uas
kmod-usb-wdm
kmod-usb-serial
Network ---->
Chat
Iperf
Iperf3
ppp
ppp-mod-pppoa
ppp-mod-pppoe
ppp-mod-pppol2tp
ppp-mod-pptp
Luci ---->
Collection ---->
Luci
Application ---->
Luci-app-samb
Themes ---->
Material
Utility -->
usb-modeswitch
usbutils

make
take ./bin/targets/ramips/rt305x/openwrt-ramips-rt305x-a5-v11-squashfs-sysupgrade.bin

But because no one helps me solve this problem?
Someone put these drivers in the system.

I tried to just put kmod-mt76x0u
The system has successfully started, Luci work well, I put the key and it appears a new radio.
Until here all right.
I turn the radio on, the system restarts continuously.

[ 1087.708003] Kernel panic - not syncing: Fatal exception in interrupt
[ 1087.729321] Rebooting in 3 seconds..

https://pastebin.com/7CVNLaqm
(Sorry for pastebin but exceed capacity of forum caracter)

Help Please

Same problem with minimum module enabled.
Only Luci and usb driver.

make distclean
./scripts/feeds update -a
./scripts/feeds install -a

make menuconfig   (.config)
	Target  "Mediatek Ralink MIPS"
	Subtarghet  "RT5350"
        Targhet profile "GEVA   BatteryPoE"
        Luci ---->
		Collection ---->
                        Luci
        	Kernel module ---->
        		Wireless Driver ---->
                                kmod-mt76x0u

How do I open this case as a bug to be solved?
I do not know if the bug is in the kernel or modules.

Why ?
This driver not not from one of the core openwrt team.
Maybe you should contact the author of the patchset who send this to openwrt mailinglist
But I have doubts (s)he can help you.

Anyway the error/bug is in the driver module of your device.
To debug this you need to analyze the code, and test first without Luci.

For me this is not my code and this is a jaguar1 design from Realtek.
Currently jaguar2 PCIe chip are upstream, only the USB part is missing.

So much to say :wink: