Hi,
I want to integrate the BT driver of Realtek 8852be into Jp5.1.1
I have received the Realtek driver and it can build on kernel 5.10.104
The module named rtk_btusb.ko
The Bluetooth of rtl8852be can work fine by the following step:
- remove the default btusb.ko in Jp5.1.1
- insmod rtk_btusb.ko
- add rtl8852bu_config and rtl8852bu_fw binaries offered by Realtek
I have 2 questions
- I have another Realtek wifi card(rtl8822ce) and it’s bluetooth work fine in Jp5.1.1, Does Jetpack default use btusb for all bluetooth modules?
- I need to porting Realtek 8852be to Jp5.1.1 without using rtk_btusb because rtk_btusb seems conflict to btusb, how can I integrate them?(we need to support not only Realtek wifi module)
Please correct me if I understand anything wrong