rtl8723bs Bluetooth

  • Hi,

    I had a clean install of LE 9.0.1 Generic version, and found out that the rtl8723bs bluetooth not detecting anything; randomly it will freeze the whole system in the process even the logfiles stated everything loaded successfully and working. Then, I went on tinkering and testing using my Lattepanda by compiling my own LE.

    I found out that activate the 2 option in linux kernel config will immediately fixed the problem.

    The rtl8723bs needed to enabled the 2 option below to be able to detect bluetooth device properly:

    CONFIG_SND_SST_IPC_PCI=m

    CONFIG_SND_SST_ATOM_HIFI2_PLATFORM_PCI=m

    Is there anyway LE developer enable the option above?

    Edited once, last by maideii (March 13, 2019 at 9:13 AM).

  • You can submit the changes as a pull request to our GitHub repo so changes can be picked for testing, but no guarantee they are accepted as this is for older hardware.