Ubuntu 21.04 dual boot on iMac BigSur Wireless Device not supported
Solution 1:
Ok, the command you gave me was really helpful. I did a little more work on my own. I found on this site (https://itectec.com/ubuntu/ubuntu-how-to-activate-wifi-on-bcm4364-using-brcmfac-driver-firmware/) that they used a different firmware. Most of my understanding of what to do came from here (https://wiki.t2linux.org/guides/wifi/). I just didn't use the firmware from my own machine. I also had to follow the instructions at the bottom to get WPS2 to work.
Here is how I installed my firmware:
wget https://packages.aunali1.com/apple/wifi-fw/18G2022/C-4364__s-B2/kauai.trx sudo cp kauai.trx /lib/firmware/brcm/brcmfmac4364-pcie.bin
wget https://packages.aunali1.com/apple/wifi-fw/18G2022/C-4364__s-B2/nihau-X0.clmb sudo cp nihau-X0.clmb /lib/firmware/brcm/brcmfmac4364-pcie.clm_blob
wget https://packages.aunali1.com/apple/wifi-fw/18G2022/C-4364__s-B2/P-nihau-X0_M-HRPN_V-m__m-7.7.txt sudo cp P-nihau-X0_M-HRPN_V-m__m-7.7.txt /lib/firmware/brcm/brcmfmac4364-pcie.Apple\ Inc.-iMac19,2.txt
Then I rebooted.
Thanks so much for your help chili555. I was just stuck and needed a tip to get over the hump.