RTL8822BE/AX200 Bluetooth trouble

Message
Author
User avatar
kmathern
Developer
Posts: 2509
Joined: Wed Jul 12, 2006 2:26 pm

Re: RTL8822BE/AX200 Bluetooth trouble

#41 Post by kmathern »

Code: Select all

[   94.752133] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   94.761439] bluetooth hci0: firmware: direct-loading firmware intel/ibt-20-1-3.sfi
[   94.761508] Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
[   94.766485] Bluetooth: hci0: Firmware Version: 15-45.22
[   95.548486] iwlwifi 0000:04:00.0: WRT: Failed to dump region: id=21, type=10
[   95.548563] iwlwifi 0000:04:00.0: WRT: Failed to dump region: id=22, type=10
[   96.293972] Bluetooth: hci0: Waiting for firmware download to complete
[   96.294947] Bluetooth: hci0: Firmware loaded in 1497466 usecs
[   96.314584] bluetooth hci0: firmware: direct-loading firmware intel/ibt-20-1-3.ddc
[   96.325969] Bluetooth: hci0: Firmware revision 0.3 build 15 week 45 2022

Code: Select all

[   10.290522] bluetooth hci0: firmware: direct-loading firmware intel/ibt-20-1-3.sfi
[   10.290530] Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
[   10.290556] Bluetooth: hci0: Firmware Version: 15-45.22
[   10.290558] Bluetooth: hci0: Firmware already loaded
It looks like it's not actually loading the firmware in the 2nd one, it says it's already loaded. I wonder if you can force it to reload the firmware each time?

andre
Posts: 29
Joined: Thu Feb 13, 2025 4:49 am

Re: RTL8822BE/AX200 Bluetooth trouble

#42 Post by andre »

kmathern wrote: Wed Mar 12, 2025 1:37 pm It looks like it's not actually loading the firmware in the 2nd one, it says it's already loaded. I wonder if you can force it to reload the firmware each time?
I'm confused by your question. I'm just an average user and I only have a general idea of how the operating system works. About the firmware.. If I understand correctly, updating / downloading firmware is a rather rare process. And once downloaded, the firmware will not disappear anywhere.
In any case, thank you for participating in solving my problem.

andre
Posts: 29
Joined: Thu Feb 13, 2025 4:49 am

Re: RTL8822BE/AX200 Bluetooth trouble

#43 Post by andre »

Hi!
Some idea please about my issue.
Looks like my problem too rare, and I have very little chance of solving it (((
:confused:

User avatar
CharlesV
Global Moderator
Posts: 7089
Joined: Sun Jul 07, 2019 5:11 pm

Re: RTL8822BE/AX200 Bluetooth trouble

#44 Post by CharlesV »

Something very odd in that firmware saying that it IS already loaded. I am going to suggest to update your linux-firmware to the very latest. There are a number of things that have been updated since your version

Code: Select all

firmware-iwlwifi:
  Installed: 20230210-5

and the latest linux-firmware shows updates to that package as late as 20250311 !

You can update your linux firmware as follows:

Save a copy of your current /lib/firmware/ just in case... and personally, I would do a timeshift before proceeding.

Code: Select all

cp -r /lib/firmware ~/Backup

and then update is with this:

Code: Select all


wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20250311.tar.gz ; tar -xf linux-firmware-20250311.tar.gz ; cd linux-firmware-20250311 ; sudo cp -R * /lib/firmware/ ; sudo update-initramfs -uk all

verify no issues / error messages and then I would shut all the way down. ( ie power off ). Wait 30 seconds and then power back up and test.
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
CharlesV
Global Moderator
Posts: 7089
Joined: Sun Jul 07, 2019 5:11 pm

Re: RTL8822BE/AX200 Bluetooth trouble

#45 Post by CharlesV »

There also appears to be a number of posts about this model having issues with "disappearing bluetooth". Some are resolved with different drivers (windows), some with bios updates.

If the above firmware update doesnt help this situation... and a bios update also does not resolve it.. you may find the best solution is to pickup that bluetooth adapter I linked back a few posts ;-/


https://support.lenovo.com/us/en/solutions/ht506394/

https://superuser.com/questions/1709718 ... th-windows

https://www.reddit.com/r/LenovoLegion/c ... th_issues/
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

Tom Dooley
Posts: 19
Joined: Mon Mar 10, 2025 4:57 pm

Re: RTL8822BE/AX200 Bluetooth trouble

#46 Post by Tom Dooley »

CharlesV wrote: Sat Mar 15, 2025 3:29 pm Save a copy of your current /lib/firmware/ just in case... and personally, I would do a timeshift before proceeding.
You don't seem to be sure about the advice you're giving. Cause:
CharlesV wrote: Sat Mar 15, 2025 3:29 pm

Code: Select all

wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20250311.tar.gz ; tar -xf linux-firmware-20250311.tar.gz ; cd linux-firmware-20250311 ; sudo cp -R * /lib/firmware/ ; sudo update-initramfs -uk all
This 1 liner looks very familiar from someone else. Even the -uk all part at the end is as is .


P.S. Don't worry, it'll work, no need to backup. However if you do not apt-mark hold "all" the firmware packages they'll revert back to older (than 20250311) when there are "updates".

User avatar
j2mcgreg
Global Moderator
Posts: 6606
Joined: Tue Oct 23, 2007 12:04 pm

Re: RTL8822BE/AX200 Bluetooth trouble

#47 Post by j2mcgreg »

Tom Dooley wrote: Sat Mar 15, 2025 3:47 pm
CharlesV wrote: Sat Mar 15, 2025 3:29 pm Save a copy of your current /lib/firmware/ just in case... and personally, I would do a timeshift before proceeding.
You don't seem to be sure about the advice you're giving. Cause:
CharlesV wrote: Sat Mar 15, 2025 3:29 pm

Code: Select all

wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20250311.tar.gz ; tar -xf linux-firmware-20250311.tar.gz ; cd linux-firmware-20250311 ; sudo cp -R * /lib/firmware/ ; sudo update-initramfs -uk all
This 1 liner looks very familiar from someone else. Even the -uk all part at the end is as is .
Lose the attitude.
HP 15; ryzen 3 5300U APU; 500 Gb SSD; 8GB ram
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;

In Linux, newer isn't always better. The best solution is the one that works.

User avatar
CharlesV
Global Moderator
Posts: 7089
Joined: Sun Jul 07, 2019 5:11 pm

Re: RTL8822BE/AX200 Bluetooth trouble

#48 Post by CharlesV »

@Tom Dooley I try to let everyone know that backing up your system before you do a major tweak is a no brainer. Things can (and do sometimes) go wrong.

In my opinion... NOT telling someone to backup first is an issue and VERY poor tech.

And if you have a problem with that.. .you are free to leave the forum. ( AND yes.. loose the attitude please .. there is no reason for it.)
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

Tom Dooley
Posts: 19
Joined: Mon Mar 10, 2025 4:57 pm

Re: RTL8822BE/AX200 Bluetooth trouble

#49 Post by Tom Dooley »

In almost all forums they tell you either to use your own words or "quote", otherwise you'll get banned just for this reason.

So, is this all you can say? "lose blah blah" or "eave the forum" as "moderato"rs ?

I hope you also read the P.S. part.

User avatar
Eadwine Rose
Administrator
Posts: 14462
Joined: Wed Jul 12, 2006 2:10 am

Re: RTL8822BE/AX200 Bluetooth trouble

#50 Post by Eadwine Rose »

Banned.

@andre, please disregard TD's posts. Sorry for the distraction.
MX-23.6_x64 July 31 2023 * 6.1.0-34amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.216.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030

Post Reply

Return to “Hardware /Configuration”