BuzzPCSOS No (mac80211) Module loaded-Also noticed no rfkill for wifi just blue tooth
Makes more sense now
and errors in Dmesg
14.633357] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.LINX-LINX12X64.bin failed with error -2
[ 14.671136] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.txt failed with error -2
There is no (mmc2:0001:1) in that dir listing I had you do earlier
(Just thinking outloud)
The Linux kernel is trying to load firmware from a file under /lib/firmware to install it in to the device and not finding it. (In these cases this usually needs to be done every time the device is initialized.) The path given in the error message is relative to /lib/firmware; you need to find the correct firmware and put it in that file.
If this is the case but why?
In the files you copy to firmware was there a .Blob?