On Fri, Feb 12, 2021 at 3:15 AM [email protected] wrote: > Debian was tried. Wifi didn't work. > Armbian Bullseye was tried. WiFi worked. > Help? What magic step(s) are being missed?
Boot Armbian again and look at the Linux kernel dmesg output to see which firmware is being loaded. Try to find that in Debian using apt-file. If it isn't present, try to find it in the upstream Linux firmware git repo. If it is present then you just need a newer version of the linux-firmware to get into bullseye. If it isn't present then Armbian needs to get the missing firmware added upstream, and then it will later get into Debian. https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/ -- bye, pabs https://wiki.debian.org/PaulWise

