bt and wifi boot up failed with tegra-firmware-rtl8822 #2220
limeng-linux
started this conversation in
General
Replies: 1 comment 7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi Matt Madison
there is a commit in meta-tegra layer as below
commit bd32621
Author: Matt Madison matt@madison.systems
Date: Sun May 3 05:54:32 2026 -0700
with this commit, there is error reported as below:
12.464108] rtk_btusb: Realtek Bluetooth USB driver ver 3.1.65ab490.20240531-141726
[ 12.464112] rtk_btcoex: rtk_btcoex_init: version: 1.2
[ 12.464114] rtk_btcoex: create workqueue
[ 12.464204] rtk_btcoex: alloc buffers 1792, 2432 for ev and l2
[ 12.464313] usbcore: registered new interface driver rtk_btusb
[ 12.473512] Bluetooth: hci0: RTL: btrtl_initialize: key id 0
[ 12.473517] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[ 12.473563] bluetooth hci0: Direct firmware load for rtl_bt/rtl8822cu_fw.bin failed with error -2
[ 12.473567] Bluetooth: hci0: RTL: firmware file rtl_bt/rtl8822cu_fw not found
root@nvidia-orin-agx:/lib/firmware# dmesg | grep rtw88_8822ce
[ 12.806044] rtw88_8822ce 0001:01:00.0: enabling device (0400 -> 0403)
[ 12.809185] rtw88_8822ce 0001:01:00.0: Direct firmware load for rtw88/rtw8822c_fw.bin failed with error -2
[ 12.809191] rtw88_8822ce 0001:01:00.0: failed to request firmware
[ 12.809204] rtw88_8822ce 0001:01:00.0: Direct firmware load for rtw88/rtw8822c_wow_fw.bin failed with error -2
[ 12.809206] rtw88_8822ce 0001:01:00.0: failed to request firmware
[ 12.809210] rtw88_8822ce 0001:01:00.0: failed to load firmware
[ 12.809212] rtw88_8822ce 0001:01:00.0: failed to setup chip efuse info
[ 12.809214] rtw88_8822ce 0001:01:00.0: failed to setup chip information
[ 12.863480] rtw88_8822ce 0001:01:00.0: probe with driver rtw88_8822ce failed with error -22
although the BT driver is from nvidia-kernel-oot, but it wants to get the rtl_bt/rtl8822cu_fw.bin that from linux-firmware-rtl8822.
In addition, wifi driver also wants to get rtw88/rtw8822c_fw.bin that is from linux-firmware-rtl8822, too.
So, could you please tell me what issue cause you to add this commit?
thanks,
Limeng
All reactions