Yeah - I’ve contacted both. The Panda Team just responded, requesting output from these commands:
“hostnamectl”.
“lsusb”,
“ifconfig”,
“ip a”,
“iwconfig”,
and “nmcli dev status” information.
I was able to obtain everything except the iwconfig information, as the shell didn’t seem to recognize it:
[root@XXXXXXX ~]# iwconfig
bash: iwconfig: command not found…
This is odd, as the card operated just fine during the installation process (as in, it was recognized, and retrieving wireless information well enough that I didn’t suspect any issues with it at the time - but after reboot, the extreme latency manifested).
During the installation, there were so many issues being experienced, that I suspected that I kept obtaining corrupted installations - even though they passed the SHA-256 check. So many issues were experienced, that I had to re-install six times.
Is it expected behavior for the iwconfig command to not be seen - has it been deprecated for Rocky 9? If that command should be installed, how would I fix that, as DNF and YUM weren’t able to obtain the command package from my repositories…
[root@XXXXXXXX ~]# yum whatprovides iwconfig
Last metadata expiration check: 0:22:25 ago on Sat 04 Mar 2023 05:50:28 AM PST.
Error: No matches found. If searching for a file, try specifying the full path or using a wildcard prefix (“*/”) at the beginning.
[root@XXXXXXXX ~]#
[XXXXX@XXXXX ~]$ yum whatprovides iwconfig
Extra Packages for Enterprise Linux 9 - Testing - x86_6 649 kB/s | 1.0 MB 00:01
Rocky Linux 9 - Realtime 577 kB/s | 954 kB 00:01
Rocky Linux 9 - Plus 6.6 kB/s | 4.5 kB 00:00
Error: No matches found. If searching for a file, try specifying the full path or using a wildcard prefix (“*/”) at the beginning.
[XXXXX@XXXXX ~]$