Version: 20160110-1 Thanks for the quick response, Ben.
On Mon 2016-04-18 09:49:27 -0400, Ben Hutchings wrote: >> It looks to me like the brcmfmac_sdio kernel module is expecting this >> .txt file is supposed to be shipped alongside the .bin, but it isn't >> present. > > That's board-specific configuration, not really firmware. I don't know > where you're supposed to get it from. hm, https://wiki.debian.org/InstallingDebianOn/Asus/X205TA#WiFi suggests: cp /sys/firmware/efi/efivars/nvram-74b00bd9-805a-4d61-b51f-43268123d113 /lib/firmware/brcm/brcmfmac43340-sdio.txt and indeed, after doing that, and then removing and re-loading the kernel module with: modprobe -v -r brcmfmac modprobe -v brcmfmac then the device is found correctly. --dkg