Hello,
I am wondering if anyone can cross check my work here. I ran the following:
opkg update
opkg install kmod-rtl8812au-ct
I got
Installing kmod-rtl8812au-ct (6.6.63.2022.10.26~9b2b203a-r1) to root...
Downloading https://downloads.openwrt.org/releases/24.10.0-rc2/targets/x86/64/kmods/6.6.63-1-fdf628e4ac1bbb67c9c54e22238868e0/kmod-rtl8812au-ct_6.6.63.2022.10.26~9b2b203a-r1_x86_64.ipk
Installing iw (6.9-r1) to root...
Downloading https://downloads.openwrt.org/releases/24.10.0-rc2/packages/x86_64/base/iw_6.9-r1_x86_64.ipk
Installing iwinfo (2024.10.20~b94f066e-r1) to root...
Downloading https://downloads.openwrt.org/releases/24.10.0-rc2/packages/x86_64/base/iwinfo_2024.10.20~b94f066e-r1_x86_64.ipk
Installing ucode-mod-nl80211 (2025.05.11~d5b3a9dc-r1) to root...
Downloading https://downloads.openwrt.org/releases/24.10.0-rc2/packages/x86_64/base/ucode-mod-nl80211_2025.05.11~d5b3a9dc-r1_x86_64.ipk
Installing ucode-mod-rtnl (2025.05.11~d5b3a9dc-r1) to root...
Downloading https://downloads.openwrt.org/releases/24.10.0-rc2/packages/x86_64/base/ucode-mod-rtnl_2025.05.11~d5b3a9dc-r1_x86_64.ipk
Installing wifi-scripts (1.0-r1) to root...
Downloading https://downloads.openwrt.org/releases/24.10.0-rc2/packages/x86_64/base/wifi-scripts_1.0-r1_all.ipk
Installing wireless-regdb (2025.02.20-r1) to root...
Downloading https://downloads.openwrt.org/releases/24.10.0-rc2/packages/x86_64/base/wireless-regdb_2025.02.20-r1_all.ipk
Installing kmod-cfg80211 (6.6.63.6.11.2-r1) to root...
Downloading https://downloads.openwrt.org/releases/24.10.0-rc2/targets/x86/64/kmods/6.6.63-1-fdf628e4ac1bbb67c9c54e22238868e0/kmod-cfg80211_6.6.63.6.11.2-r1_x86_64.ipk
Configuring iwinfo.
Configuring iw.
Configuring ucode-mod-nl80211.
Configuring ucode-mod-rtnl.
Configuring wifi-scripts.
Configuring wireless-regdb.
Configuring kmod-cfg80211.
Configuring kmod-rtl8812au-ct.
Rebooted the system and found myself in a bootloop w/ kernel panic: fatal error. The system did eventually come online, so I rebooted again and found the kernel panic was intermittent but not resolved. I ran:
opkg remove kmod-rtl8812au-ct
The system is now stable after many reboots.
Did I do something wrong? I can find many posts with the same issue, but they all date to OpenWRT v19.x.x or are not using an official driver from OpenWRT... I am just looking for a sanity check here -- it is OK if the driver is busted, but if I did something silly and can fix it, I'd like to... Specifically, I noticed that it did not install a firmware? I do not know if this matters.
Thanks