LibreELEC / LibreELEC.tv

Just enough OS for KODI
http://libreelec.tv
2.22k stars 1.11k forks source link

[BUG] brcmfmac43455-sdio WIFI driver not loaded #6093

Closed majki09 closed 5 months ago

majki09 commented 2 years ago

Describe the bug

WIFI driver is not loaded automatically. dmesg says that Direct firmware load for brcm/brcmfmac43455-sdio.txt failed with error -2. However, after copying this driver: /lib/firmware/brcm/brcmfmac43455-sdio.bin to /storage/.config/firmware/brcm/ it's loading with success and after reboot WIFI is OK.

To Reproduce

Steps to reproduce the behavior:

  1. Boot libreelec (no WIFI).
  2. Copy /lib/firmware/brcm/brcmfmac43455-sdio.bin to /storage/.config/firmware/brcm/.
  3. Reboot (then WIFI working OK).

Informations

Log file

http://ix.io/3Loo

Additional context

none

chewitt commented 2 years ago

This needs the brcmfmc_sdio-firmware package adding to Generic and I'd suggest we use a firmware .dat file to cherry-pick that single specific firmware and nvmram file to the image. See https://github.com/LibreELEC/LibreELEC.tv/blob/master/projects/Amlogic/config/kernel-firmware.dat as an example of how that's done (filename matches firmware package name).

heitbaum commented 5 months ago

Closing as completed. Please advise if still an issue with latest LE12 20240311-86dba4b images