Mediatek MT7922e

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

Some other things that I noticed while troubleshooting: While watching the scroll of text while booting I see:

Failed to run INIT ucode: -110 openwrt
and
Failed to start RT ucode: -110 openwrt

It retries 2x's then stops. Any idea what this could be? When I Google these errors I get results for Arch linux, and then someone had the same issue with Openwrt but posted in an Intel forum and it was never resolved.

Recall:

Does your equipment support this?

This is incomplete.

From a quick search, it seems like an error from the Intel card.

We did caution you about this. Are you sure you configured the Intel as STA and the other card as AP?

The path in your wireless config shows you did not.

Sure you don't mean LAN here?

The encryption with "owe" I did not put that in, does openwrt load its own configs?

Is there a default wireless config that I can use as a template and make changes in the future as I learn or see a need?

You sure?

That's not a default configuration. The default is a [disabled] open SSID named OpenWrt.

It seems you edited the default config (and perhaps introduced errors, as I just noticed other issues, e.g., some SSID sections are missing the
config wifi-iface... line). I advise resetting the device to default to produce a default configuration. Lastly, be mindful of which PCI path is the Intel. You'll need to be certain to setup the STA on that radio.

Yeah I was also thinking it might be best to restore to defaults. I've learned a lot so hopefully I won't need as much help, and I come back with questions if need be. I hope to work more on this tonight.

This is a pretty common first-time OpenWrt setup issue, and you’re actually very close already.

Right now the main problem isn’t your Intel AX200 or the MediaTek MT7922e, it’s simply that OpenWrt has no working uplink, so it can’t install or even see extra wireless drivers yet. That’s why WiFi hardware looks “missing”.

Also, when you change the LAN IP, you’re likely locking yourself out because your PC is still on the old subnet, so SSH and the web UI stop responding even though the router is fine.

For your travel-router idea, the clean way is:
first get internet working through the existing repeater (as WAN over WiFi or Ethernet), then install the missing kmod packages. Only after that will PCIe WiFi cards start showing up properly.
One important note: the MediaTek MT7922e often needs newer kernel/firmware support, so on some OpenWrt builds it won’t appear at all until packages match the hardware.