Hi,
I am trying to get a new wifi/bt card working (both, wifi and bt via btusb) which is based on the RTL8822CE chipset. The cards bluetooth part (usb) is recognized, but the firmware is missing. However, when i provide the firmware blobs the loading fails because of missing patches. The card works fine with kernel version 5.4, so i am guessing its related to the btrtl driver. Maybe someone could point me to what has to be done to get this specific card to work (bluetooth and wifi)?
The Wifi part is not recognized at all. lsmod does not show anything like “rtlwifi” but lspci recognizes the card like shown below:
Did you enable the driver Realtek RTL8822BE Wireless Network Adapter for the custom kernel compilation?
Realtek Wifi chips are just not well supported in Linux especially on ARM, thus we would recommend to use PCI Wifi Cards with Qualcomm or Broadcom chipset.
Did you enable the driver Realtek RTL8822BE Wireless Network Adapter for the custom kernel compilation?
Do you know the kernel macro name for this driver by any chance? I have already enabled CONFIG_WLAN_VENDOR_REALTEK.
Realtek Wifi chips are just not well supported in Linux especially on ARM, thus we would recommend to use PCI Wifi Cards with Qualcomm or Broadcom chipset.
We tried a lot of cards from different vendors like Intel, Qualcomm and Broadcom, but however, its always difficult to get a card working with Wifi ac and BT 5.0. I have also heard that Realtek cards are poorly supported, but however maybe this will improve.
Do you know the kernel macro name for this driver by any chance? I have already enabled CONFIG_WLAN_VENDOR_REALTEK.
I was talking about CONFIG_R8822BE.
We tried a lot of cards from different vendors like Intel, Qualcomm and Broadcom, but however, its always difficult to get a card working with Wifi ac and BT 5.0. I have also heard that Realtek cards are poorly supported, but however maybe this will improve.
Thanks for the feedback. I don’t think this will improve.