WiFi is not working by default. Use the following instructions to make it work:
-
Download
4345r6nvram.txt
. -
Copy
4345r6nvram.txt
to the device via SSH.scp 4345r6nvram.txt root@192.168.X.XXX:~/
-
File
4345r6nvram.txt
has to placed in/lib/firmware/brcm
but/lib/firmware
is a volatile directory in a ramdisk and re-created on every boot in LibreElec. So you have to crete/storage/.config/firmware/brcm
directory.mkdir -p /storage/.config/firmware/brcm
-
Copy
4345r6nvram.txt
and rename it.cp 4345r6nvram.txt /storage/.config/firmware/brcm/brcmfmac43455-sdio.tx
-
Reboot and WiFi should work.