Vanilla-OS / core-image

Containerfile for the Vanilla OS Core image.
https://images.vanillaos.org/#/recipe/vanilla-os-core-image
GNU General Public License v3.0
16 stars 5 forks source link

firmware: failed to load rtl_bt/rtl8723b_config.bin (-2) #49

Open mks-h opened 2 weeks ago

mks-h commented 2 weeks ago

When turning on from suspend, I always see new messages about failing to load rtl_bt/rtl8723b_config. Reading the kernel logs, I found the following segment to repeat all the time:

Bluetooth: hci0: RTL: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723
Bluetooth: hci0: RTL: rom_version status=0 version=1
Bluetooth: hci0: RTL: loading rtl_bt/rtl8723b_fw.bin
Bluetooth: hci0: RTL: loading rtl_bt/rtl8723b_config.bin
bluetooth hci0: firmware: failed to load rtl_bt/rtl8723b_config.bin (-2)
bluetooth hci0: firmware: failed to load rtl_bt/rtl8723b_config.bin (-2)
bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_config.bin failed with error -2
Bluetooth: hci0: RTL: cfg_sz -2, total sz 22496
PM: suspend exit
rfkill: input handler disabled
Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
r8169 0000:02:00.0 enp2s0: Link is Down
Bluetooth: hci0: RTL: fw version 0x0e2f9f73
Bluetooth: MGMT ver 1.22
Bluetooth: hci0: Bad flag given (0x1) vs supported (0x0)
r8169 0000:02:00.0 enp2s0: Link is Up - 1Gbps/Full - flow control rx/tx
input: LIFT Mouse as /devices/virtual/misc/uhid/0005:046D:B031.000A/input/input31
hid-generic 0005:046D:B031.000A: input,hidraw1: BLUETOOTH HID v0.10 Mouse [LIFT] on 74:df:bf:0f:62:68
r8169 0000:02:00.0 enp2s0: Link is Down
rfkill: input handler enabled
PM: suspend entry (deep)
Filesystems sync: 0.037 seconds
(NULL device *): firmware: direct-loading firmware i915/skl_dmc_ver1_27.bin
(NULL device *): firmware: direct-loading firmware rtlwifi/rtl8723befw_36.bin
(NULL device *): firmware: direct-loading firmware regulatory.db
(NULL device *): firmware: direct-loading firmware regulatory.db.p7s
Bluetooth: hci0: unexpected event for opcode 0x0c24

Notes: The hid-generic 0005:046D:B031.000A identifier increments the last section (.000A) with each repetition. The number in filesystems sync: 0.037 seconds always slightly differs.

mks-h commented 2 weeks ago

This is not a Vanilla specific issue, it happens of Fedora as well.