Took me a while, but I finally got my (trigger warning, bad word!) WiFi to work.
Tiny little issue—it requires me to put a file into /var/lib. Obviously that doesn’t work. My current workaround is to run
mount -o ro,bind /mnt/overlay/lib/firmware/brcm/ /lib/firmware/brcm/
rmmod brcmfmac
modprobe brcmfmac
manually after each reboot.
So, any suggestions how to automate that? Preferable having the mount executed before the driver is initially loaded, or at least early enough that the GUI recognises the interface.
And in case someone else wants to use an ACEPC T11 and WiFi, here’s the one-time prep to make above work:
mkdir /mnt/overlay/lib ; mkdir /mnt/overlay/lib/firmware ; mkdir /mnt/overlay/lib/firmware/brcm ; cp /lib/firmware/brcm/* /mnt/overlay/lib/firmware/brcm/
- download https://github.com/khadas/android_hardware_amlogic_wifi/raw/b6709758755568e4a0ff6e80993be0fc64c77fb9/bcm_ampak/config/6255/nvram.txt, rename it to brcmfmac43455-sdio.txt and put it into /mnt/overlay/lib/firmware/brcm