Okay, I now have a chance to work on this project again.
I flashed a new image with all the mentioned packages in previous comments to my build. Now, None of the radios are receiving any Wifi signal. Is it my configs that's wrong?
Here is my wireless configs
config wifi-device 'radio0'
#Mediatek Card
option type 'mac80211'
option path 'pci0000:00/0000:00:1c.4/0000:03:00.0' option band '5g'
option channel '36'
option country 'US'
option cell_density '0' config wifi-iface 'wifinet1'
option device 'radio1'
option mode 'sta'
option network 'wwan2'
option ssid 'Travel By Bus'
option encryption 'none'
option key ' '
config wifi-device 'radio1'
#Intel Card
option type 'mac80211'
option path 'pci0000:00/0000:00:01.0/0000:01:00.0' option country 'US'
option cell_density '0'
config wifi-iface 'default_radio1' option device 'radio0'
option network 'wan'
option mode 'ap'
option ssid 'OpenWrt'
option encryption 'owe'
config wifi-iface 'wifinet2' option device 'radio1'
option mode 'sta'
option ssid 'OpenWrt'
option encryption 'none'
And when I run lspci this is what I get.
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09)00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)
00:16.3 Serial controller: Intel Corporation 7 Series/C210 Series Chipset Family KT Controller (rev 04)
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (Lewisville) (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.4 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 5 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Q77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
01:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)
03:00.0 Network controller: MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter
All hardware installation is back to how it was when I first started this project, and the only thing I've changed in the configs is change the country codes to match and comment which radio is which