ReillyBrogan I updated with the latest updates and as you predicted, I had to manually decompress the wl.ko.zst file in the new kernel directory to get the wifi working again.
Went through your latest requests - output follows:
ls -ahl /sbin |grep mod
lrwxrwxrwx 1 root root 9 Jun 22 23:34 depmod -> /bin/kmod
lrwxrwxrwx 1 root root 9 Jun 22 23:34 insmod -> /bin/kmod
lrwxrwxrwx 1 root root 9 Jun 22 23:34 lsmod -> /bin/kmod
lrwxrwxrwx 1 root root 9 Jun 22 23:34 modinfo -> /bin/kmod
lrwxrwxrwx 1 root root 9 Jun 22 23:34 modprobe -> /bin/kmod
lrwxrwxrwx 1 root root 9 Jun 22 23:34 rmmod -> /bin/kmod
/lib/ld-linux-x86-64.so.2 --list /bin/kmod
linux-vdso.so.1 (0x00007ffd61bbf000)
libzstd.so.1 => /usr/lib/libzstd.so.1 (0x00007fe87949b000)
liblzma.so.5 => /usr/lib/liblzma.so.5 (0x00007fe879472000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007fe879457000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007fe879200000)
/usr/lib64/ld-linux-x86-64.so.2 => /lib/ld-linux-x86-64.so.2 (0x00007fe8795aa000)
Then ran the additional commands to replace the wl.ko file with wl.ko.xz. Unfortunately, no wifi after reboot until I manually uncompressed the wl.ko.xz file. Once that is completed, I have wifi again.
Thank you for continuing to troubleshoot this!