It is now working after installing gnome network manager and a reboot.
also nmcli wifi list now works too.
Including network-manager-gnome in the next official image would make getting wifi up and running easier.
sudo apt install network-manager-gnome
sudo reboot now
Here is the amazon listing, this one has both antennas.
https://www.amazon.com/dp/B088M5CK5K
Just found out how I broke it.
Changed hosts and hostname and it does not work.
Seems like more exists.
Here is some more information.
● NetworkManager.service - Network Manager
Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2022-08-07 13:25:12 UTC; 2min 7s ago
Docs: man:NetworkManager(8)
Main PID: 499 (NetworkManager)
Tasks: 3 (limit: 2418)
Memory: 12.3M
CPU: 323ms
CGroup: /system.slice/NetworkManager.service
└─499 /usr/sbin/NetworkManager --no-daemon
Aug 07 13:25:59 BeagleBone NetworkManager[499]: <warn> [1659878759.7846] device (wlan0): re-acquiring supplicant interface (#4).
Aug 07 13:25:59 BeagleBone NetworkManager[499]: <warn> [1659878759.7850] device (SoftAp0): re-acquiring supplicant interface (#4).
Aug 07 13:25:59 BeagleBone NetworkManager[499]: <error> [1659878759.8796] device (wlan0): Couldn't initialize supplicant interface: GDBus.Error:fi.w1.wpa_supplicant1.UnknownError: wpa_supplicant couldn't grab this interface.
Aug 07 13:25:59 BeagleBone NetworkManager[499]: <error> [1659878759.8821] device (SoftAp0): Couldn't initialize supplicant interface: GDBus.Error:fi.w1.wpa_supplicant1.UnknownError: wpa_supplicant couldn't grab this interface.
Aug 07 13:26:09 BeagleBone NetworkManager[499]: <warn> [1659878769.7746] device (wlan0): re-acquiring supplicant interface (#5).
Aug 07 13:26:09 BeagleBone NetworkManager[499]: <warn> [1659878769.7750] device (SoftAp0): re-acquiring supplicant interface (#5).
Aug 07 13:26:09 BeagleBone NetworkManager[499]: <error> [1659878769.8639] device (wlan0): Couldn't initialize supplicant interface: GDBus.Error:fi.w1.wpa_supplicant1.UnknownError: wpa_supplicant couldn't grab this interface.
Aug 07 13:26:09 BeagleBone NetworkManager[499]: <info> [1659878769.8640] device (wlan0): supplicant interface keeps failing, giving up
Aug 07 13:26:09 BeagleBone NetworkManager[499]: <error> [1659878769.8655] device (SoftAp0): Couldn't initialize supplicant interface: GDBus.Error:fi.w1.wpa_supplicant1.UnknownError: wpa_supplicant couldn't grab this interface.
Aug 07 13:26:09 BeagleBone NetworkManager[499]: <info> [1659878769.8656] device (SoftAp0): supplicant interface keeps failing, giving up
~
update 10/27/22:
fred@dev2:~/Desktop$ grep -a 'iw' ai64-boot
[ 10.832406] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
[ 11.309615] iwlwifi 0000:01:00.0: api flags index 2 larger than supported by driver
[ 11.317430] iwlwifi 0000:01:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 93.8.63.28
[ 11.336829] iwlwifi 0000:01:00.0: loaded firmware version 59.601f3a66.0 ty-a0-gf-a0-59.ucode op_mode iwlmvm
[ 11.463898] iwlwifi 0000:01:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
[ 11.717732] iwlwifi 0000:01:00.0: base HW address: c4:03:a8:87:59:4c
Did a search for “api flags index 2 larger than supported by driver” and this seems to be a common problem regardless of the distro. So trying to debug this wifi board might be a huge waste of time since the problems are numerous.
Found one posted in the intel support forum and that poster had it working then it would not.
They mentioned running kernel 5.10, mine is 5.10.120
I was able to get the AX200 running although i experienced a bug where it would no longer be recognized after a shutdown + unplugging the power source.
The solution was either unplugging and re-plugging in the miniDP to DP Monitor or removing and re-seating the AX200 card.
Maybe it’s a localized case but I 've since switched to the older Intel 9260NGW and it no longer suffers the same bug. (It worked out-of-box with Nov 1 Edge AI image)
I’m using an AX210NGW and it is working pretty well. A couple of times I have had to use wpagui when it lost or forgot how to connect to my network. Also sometimes I have to issue a ’ sudo nmcli radio wifi on’ command, I don’t know why it’s not automatic.