Bluetooth on the PinePhone using different firmware from linux-firmware
The pine64-pinephone used to use BT firmware (rtl8723cs_xx_fw.bin
and rtl8723cs_xx_config.bin
) from https://github.com/anarsoul/rtl8723bt-firmware . Then linux-firmware added their own versions of these files - its rtl8723cs_xx_fw.bin
is extracted from Realtek's Windows driver, and its rtl8723cs_xx_config.bin
is just a symlink to the bs
config because the submitter claimed it also worked for the CS chip. However when we tried to switch the PP from our firmware to linux-firmware's, BT stopped working. It does work with linux-firmware's fw.bin
and anarsoul's config.bin
, so that is what we use now.
This issue tracks resolving this situation with linux-firmware upstream.