RTL8822BE Bluetooth device
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
2
down vote
favorite
after i got my wifi working (RLT 8822BE wireless problems) I still got problems with Bluetooth. It is the same device as for wifi, the Realtek RTL8822BE.
I installed the kernel 4.14.
Somehow its there. As the relevant part of
$ sudo lshw
shows:
*-usb:1
description: Bluetooth wireless interface
product: Bluetooth Radio
vendor: Realtek
physical id: 5
bus info: usb@1:5
version: 2.10
serial: 00e04c000001
capabilities: bluetooth usb-2.10
configuration: driver=btusb maxpower=500mA speed=12Mbit/s
So - i dont know what to do. I found that:
https://github.com/torvalds/linux/commit/1110a2dbe69831abdcf119c3a9a4c4ef2d0905f8#diff-73c18c51833f458295d18481beb9507aR37
but have no clue what to do with it...
Can you help me?
Lui
Edit:
Could this help? i typed:
dmesg | grep -i blue
[ 2.517473] usb 1-5: Product: Bluetooth Radio
[ 5.023742] Bluetooth: Core ver 2.22
[ 5.023759] Bluetooth: HCI device and connection manager initialized
[ 5.023762] Bluetooth: HCI socket layer initialized
[ 5.023765] Bluetooth: L2CAP socket layer initialized
[ 5.023770] Bluetooth: SCO socket layer initialized
[ 5.051195] Bluetooth: HCI UART driver ver 2.3
[ 5.051197] Bluetooth: HCI UART protocol H4 registered
[ 5.051198] Bluetooth: HCI UART protocol BCSP registered
[ 5.051216] Bluetooth: HCI UART protocol LL registered
[ 5.051217] Bluetooth: HCI UART protocol ATH3K registered
[ 5.051217] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 5.051254] Bluetooth: HCI UART protocol Intel registered
[ 5.051271] Bluetooth: HCI UART protocol Broadcom registered
[ 5.051272] Bluetooth: HCI UART protocol QCA registered
[ 5.051272] Bluetooth: HCI UART protocol AG6XX registered
[ 5.051273] Bluetooth: HCI UART protocol Marvell registered
[ 5.083272] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
[ 5.373340] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.373342] Bluetooth: BNEP filters: protocol multicast
[ 5.373345] Bluetooth: BNEP socket layer initialized
[ 7.135385] Bluetooth: hci0 command 0x1001 tx timeout
[ 15.327417] Bluetooth: hci0: HCI_OP_READ_LOCAL_VERSION failed (-110)
[ 15.677974] usb 1-5: Product: Bluetooth Radio
[ 15.679651] Bluetooth: hci0: rtl: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
[ 15.679653] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_config.bin
[ 15.685329] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_fw.bin
[ 15.686830] Bluetooth: hci0: rom_version status=0 version=2
[ 15.686837] Bluetooth: cfg_sz 14, total size 20270
[ 21.586992] Bluetooth: RFCOMM TTY layer initialized
[ 21.586999] Bluetooth: RFCOMM socket layer initialized
[ 21.587008] Bluetooth: RFCOMM ver 1.11
[ 38.862067] usb 1-5: Product: Bluetooth Radio
[ 39.028085] Bluetooth: hci0: rtl: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
[ 39.028087] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_config.bin
[ 39.028144] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_fw.bin
[ 39.029844] Bluetooth: hci0: rom_version status=0 version=2
[ 39.029852] Bluetooth: cfg_sz 14, total size 20270
Specially the line:
[ 5.083272] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
looks suspicious, no ?
Any ideas?
When I try:
$ dmesg | egrep -i 'blue|firm
>
..and nothing for more than 10 minutes.
drivers bluetooth realtek
add a comment |Â
up vote
2
down vote
favorite
after i got my wifi working (RLT 8822BE wireless problems) I still got problems with Bluetooth. It is the same device as for wifi, the Realtek RTL8822BE.
I installed the kernel 4.14.
Somehow its there. As the relevant part of
$ sudo lshw
shows:
*-usb:1
description: Bluetooth wireless interface
product: Bluetooth Radio
vendor: Realtek
physical id: 5
bus info: usb@1:5
version: 2.10
serial: 00e04c000001
capabilities: bluetooth usb-2.10
configuration: driver=btusb maxpower=500mA speed=12Mbit/s
So - i dont know what to do. I found that:
https://github.com/torvalds/linux/commit/1110a2dbe69831abdcf119c3a9a4c4ef2d0905f8#diff-73c18c51833f458295d18481beb9507aR37
but have no clue what to do with it...
Can you help me?
Lui
Edit:
Could this help? i typed:
dmesg | grep -i blue
[ 2.517473] usb 1-5: Product: Bluetooth Radio
[ 5.023742] Bluetooth: Core ver 2.22
[ 5.023759] Bluetooth: HCI device and connection manager initialized
[ 5.023762] Bluetooth: HCI socket layer initialized
[ 5.023765] Bluetooth: L2CAP socket layer initialized
[ 5.023770] Bluetooth: SCO socket layer initialized
[ 5.051195] Bluetooth: HCI UART driver ver 2.3
[ 5.051197] Bluetooth: HCI UART protocol H4 registered
[ 5.051198] Bluetooth: HCI UART protocol BCSP registered
[ 5.051216] Bluetooth: HCI UART protocol LL registered
[ 5.051217] Bluetooth: HCI UART protocol ATH3K registered
[ 5.051217] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 5.051254] Bluetooth: HCI UART protocol Intel registered
[ 5.051271] Bluetooth: HCI UART protocol Broadcom registered
[ 5.051272] Bluetooth: HCI UART protocol QCA registered
[ 5.051272] Bluetooth: HCI UART protocol AG6XX registered
[ 5.051273] Bluetooth: HCI UART protocol Marvell registered
[ 5.083272] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
[ 5.373340] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.373342] Bluetooth: BNEP filters: protocol multicast
[ 5.373345] Bluetooth: BNEP socket layer initialized
[ 7.135385] Bluetooth: hci0 command 0x1001 tx timeout
[ 15.327417] Bluetooth: hci0: HCI_OP_READ_LOCAL_VERSION failed (-110)
[ 15.677974] usb 1-5: Product: Bluetooth Radio
[ 15.679651] Bluetooth: hci0: rtl: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
[ 15.679653] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_config.bin
[ 15.685329] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_fw.bin
[ 15.686830] Bluetooth: hci0: rom_version status=0 version=2
[ 15.686837] Bluetooth: cfg_sz 14, total size 20270
[ 21.586992] Bluetooth: RFCOMM TTY layer initialized
[ 21.586999] Bluetooth: RFCOMM socket layer initialized
[ 21.587008] Bluetooth: RFCOMM ver 1.11
[ 38.862067] usb 1-5: Product: Bluetooth Radio
[ 39.028085] Bluetooth: hci0: rtl: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
[ 39.028087] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_config.bin
[ 39.028144] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_fw.bin
[ 39.029844] Bluetooth: hci0: rom_version status=0 version=2
[ 39.029852] Bluetooth: cfg_sz 14, total size 20270
Specially the line:
[ 5.083272] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
looks suspicious, no ?
Any ideas?
When I try:
$ dmesg | egrep -i 'blue|firm
>
..and nothing for more than 10 minutes.
drivers bluetooth realtek
Check, whether the kernel you are using contains the patch. If not, a newer kernel is needed. If the kernel contains the code, install firmware for your bluetooth device and reboot.
â kukulo
Feb 7 at 10:13
Thanks for answering! Unfrtunately I dont know how to check if the kernel contains the patch. And which patch should I search?
â Lui
Feb 7 at 11:24
I have the same problem using kernel 4.18.7-arch1-1-ARCH in ArchLinux. The firmware files from @Jeremy31's answer are already present. Machine is a ThinkPad A485
â Christoph90
Sep 16 at 12:45
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
after i got my wifi working (RLT 8822BE wireless problems) I still got problems with Bluetooth. It is the same device as for wifi, the Realtek RTL8822BE.
I installed the kernel 4.14.
Somehow its there. As the relevant part of
$ sudo lshw
shows:
*-usb:1
description: Bluetooth wireless interface
product: Bluetooth Radio
vendor: Realtek
physical id: 5
bus info: usb@1:5
version: 2.10
serial: 00e04c000001
capabilities: bluetooth usb-2.10
configuration: driver=btusb maxpower=500mA speed=12Mbit/s
So - i dont know what to do. I found that:
https://github.com/torvalds/linux/commit/1110a2dbe69831abdcf119c3a9a4c4ef2d0905f8#diff-73c18c51833f458295d18481beb9507aR37
but have no clue what to do with it...
Can you help me?
Lui
Edit:
Could this help? i typed:
dmesg | grep -i blue
[ 2.517473] usb 1-5: Product: Bluetooth Radio
[ 5.023742] Bluetooth: Core ver 2.22
[ 5.023759] Bluetooth: HCI device and connection manager initialized
[ 5.023762] Bluetooth: HCI socket layer initialized
[ 5.023765] Bluetooth: L2CAP socket layer initialized
[ 5.023770] Bluetooth: SCO socket layer initialized
[ 5.051195] Bluetooth: HCI UART driver ver 2.3
[ 5.051197] Bluetooth: HCI UART protocol H4 registered
[ 5.051198] Bluetooth: HCI UART protocol BCSP registered
[ 5.051216] Bluetooth: HCI UART protocol LL registered
[ 5.051217] Bluetooth: HCI UART protocol ATH3K registered
[ 5.051217] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 5.051254] Bluetooth: HCI UART protocol Intel registered
[ 5.051271] Bluetooth: HCI UART protocol Broadcom registered
[ 5.051272] Bluetooth: HCI UART protocol QCA registered
[ 5.051272] Bluetooth: HCI UART protocol AG6XX registered
[ 5.051273] Bluetooth: HCI UART protocol Marvell registered
[ 5.083272] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
[ 5.373340] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.373342] Bluetooth: BNEP filters: protocol multicast
[ 5.373345] Bluetooth: BNEP socket layer initialized
[ 7.135385] Bluetooth: hci0 command 0x1001 tx timeout
[ 15.327417] Bluetooth: hci0: HCI_OP_READ_LOCAL_VERSION failed (-110)
[ 15.677974] usb 1-5: Product: Bluetooth Radio
[ 15.679651] Bluetooth: hci0: rtl: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
[ 15.679653] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_config.bin
[ 15.685329] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_fw.bin
[ 15.686830] Bluetooth: hci0: rom_version status=0 version=2
[ 15.686837] Bluetooth: cfg_sz 14, total size 20270
[ 21.586992] Bluetooth: RFCOMM TTY layer initialized
[ 21.586999] Bluetooth: RFCOMM socket layer initialized
[ 21.587008] Bluetooth: RFCOMM ver 1.11
[ 38.862067] usb 1-5: Product: Bluetooth Radio
[ 39.028085] Bluetooth: hci0: rtl: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
[ 39.028087] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_config.bin
[ 39.028144] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_fw.bin
[ 39.029844] Bluetooth: hci0: rom_version status=0 version=2
[ 39.029852] Bluetooth: cfg_sz 14, total size 20270
Specially the line:
[ 5.083272] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
looks suspicious, no ?
Any ideas?
When I try:
$ dmesg | egrep -i 'blue|firm
>
..and nothing for more than 10 minutes.
drivers bluetooth realtek
after i got my wifi working (RLT 8822BE wireless problems) I still got problems with Bluetooth. It is the same device as for wifi, the Realtek RTL8822BE.
I installed the kernel 4.14.
Somehow its there. As the relevant part of
$ sudo lshw
shows:
*-usb:1
description: Bluetooth wireless interface
product: Bluetooth Radio
vendor: Realtek
physical id: 5
bus info: usb@1:5
version: 2.10
serial: 00e04c000001
capabilities: bluetooth usb-2.10
configuration: driver=btusb maxpower=500mA speed=12Mbit/s
So - i dont know what to do. I found that:
https://github.com/torvalds/linux/commit/1110a2dbe69831abdcf119c3a9a4c4ef2d0905f8#diff-73c18c51833f458295d18481beb9507aR37
but have no clue what to do with it...
Can you help me?
Lui
Edit:
Could this help? i typed:
dmesg | grep -i blue
[ 2.517473] usb 1-5: Product: Bluetooth Radio
[ 5.023742] Bluetooth: Core ver 2.22
[ 5.023759] Bluetooth: HCI device and connection manager initialized
[ 5.023762] Bluetooth: HCI socket layer initialized
[ 5.023765] Bluetooth: L2CAP socket layer initialized
[ 5.023770] Bluetooth: SCO socket layer initialized
[ 5.051195] Bluetooth: HCI UART driver ver 2.3
[ 5.051197] Bluetooth: HCI UART protocol H4 registered
[ 5.051198] Bluetooth: HCI UART protocol BCSP registered
[ 5.051216] Bluetooth: HCI UART protocol LL registered
[ 5.051217] Bluetooth: HCI UART protocol ATH3K registered
[ 5.051217] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 5.051254] Bluetooth: HCI UART protocol Intel registered
[ 5.051271] Bluetooth: HCI UART protocol Broadcom registered
[ 5.051272] Bluetooth: HCI UART protocol QCA registered
[ 5.051272] Bluetooth: HCI UART protocol AG6XX registered
[ 5.051273] Bluetooth: HCI UART protocol Marvell registered
[ 5.083272] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
[ 5.373340] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.373342] Bluetooth: BNEP filters: protocol multicast
[ 5.373345] Bluetooth: BNEP socket layer initialized
[ 7.135385] Bluetooth: hci0 command 0x1001 tx timeout
[ 15.327417] Bluetooth: hci0: HCI_OP_READ_LOCAL_VERSION failed (-110)
[ 15.677974] usb 1-5: Product: Bluetooth Radio
[ 15.679651] Bluetooth: hci0: rtl: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
[ 15.679653] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_config.bin
[ 15.685329] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_fw.bin
[ 15.686830] Bluetooth: hci0: rom_version status=0 version=2
[ 15.686837] Bluetooth: cfg_sz 14, total size 20270
[ 21.586992] Bluetooth: RFCOMM TTY layer initialized
[ 21.586999] Bluetooth: RFCOMM socket layer initialized
[ 21.587008] Bluetooth: RFCOMM ver 1.11
[ 38.862067] usb 1-5: Product: Bluetooth Radio
[ 39.028085] Bluetooth: hci0: rtl: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
[ 39.028087] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_config.bin
[ 39.028144] Bluetooth: hci0: rtl: loading rtl_bt/rtl8822b_fw.bin
[ 39.029844] Bluetooth: hci0: rom_version status=0 version=2
[ 39.029852] Bluetooth: cfg_sz 14, total size 20270
Specially the line:
[ 5.083272] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
looks suspicious, no ?
Any ideas?
When I try:
$ dmesg | egrep -i 'blue|firm
>
..and nothing for more than 10 minutes.
drivers bluetooth realtek
drivers bluetooth realtek
edited Feb 7 at 16:46
asked Feb 7 at 9:52
Lui
165
165
Check, whether the kernel you are using contains the patch. If not, a newer kernel is needed. If the kernel contains the code, install firmware for your bluetooth device and reboot.
â kukulo
Feb 7 at 10:13
Thanks for answering! Unfrtunately I dont know how to check if the kernel contains the patch. And which patch should I search?
â Lui
Feb 7 at 11:24
I have the same problem using kernel 4.18.7-arch1-1-ARCH in ArchLinux. The firmware files from @Jeremy31's answer are already present. Machine is a ThinkPad A485
â Christoph90
Sep 16 at 12:45
add a comment |Â
Check, whether the kernel you are using contains the patch. If not, a newer kernel is needed. If the kernel contains the code, install firmware for your bluetooth device and reboot.
â kukulo
Feb 7 at 10:13
Thanks for answering! Unfrtunately I dont know how to check if the kernel contains the patch. And which patch should I search?
â Lui
Feb 7 at 11:24
I have the same problem using kernel 4.18.7-arch1-1-ARCH in ArchLinux. The firmware files from @Jeremy31's answer are already present. Machine is a ThinkPad A485
â Christoph90
Sep 16 at 12:45
Check, whether the kernel you are using contains the patch. If not, a newer kernel is needed. If the kernel contains the code, install firmware for your bluetooth device and reboot.
â kukulo
Feb 7 at 10:13
Check, whether the kernel you are using contains the patch. If not, a newer kernel is needed. If the kernel contains the code, install firmware for your bluetooth device and reboot.
â kukulo
Feb 7 at 10:13
Thanks for answering! Unfrtunately I dont know how to check if the kernel contains the patch. And which patch should I search?
â Lui
Feb 7 at 11:24
Thanks for answering! Unfrtunately I dont know how to check if the kernel contains the patch. And which patch should I search?
â Lui
Feb 7 at 11:24
I have the same problem using kernel 4.18.7-arch1-1-ARCH in ArchLinux. The firmware files from @Jeremy31's answer are already present. Machine is a ThinkPad A485
â Christoph90
Sep 16 at 12:45
I have the same problem using kernel 4.18.7-arch1-1-ARCH in ArchLinux. The firmware files from @Jeremy31's answer are already present. Machine is a ThinkPad A485
â Christoph90
Sep 16 at 12:45
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
Actually the problem might be that you install doesn't have the firmware for bluetooth, in terminal do
cd /lib/firmware/rtl_bt
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_bt/rtl8822b_config.bin
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_bt/rtl8822b_fw.bin
Then shutdown and boot
Yesss ! :) That was it! thank you a lot!
â Lui
Feb 7 at 12:06
Hm - very strange - it worked for about 5 minutes and now I am back to no bluetooth working. What can that be ?!
â Lui
Feb 7 at 12:23
Add results fordmesg | egrep -i 'blue|firm
to your question now that you have the firmware
â Jeremy31
Feb 7 at 15:55
Hey - i rust realised. Now it works! So - i activated it, right ? Thank you Jeremy!
â Lui
Feb 7 at 19:11
Hm - its not working again. Sometimes (really not often) it works. Mostly it doesnt. Is there still hope ?
â Lui
Feb 8 at 8:08
 |Â
show 1 more comment
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
Actually the problem might be that you install doesn't have the firmware for bluetooth, in terminal do
cd /lib/firmware/rtl_bt
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_bt/rtl8822b_config.bin
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_bt/rtl8822b_fw.bin
Then shutdown and boot
Yesss ! :) That was it! thank you a lot!
â Lui
Feb 7 at 12:06
Hm - very strange - it worked for about 5 minutes and now I am back to no bluetooth working. What can that be ?!
â Lui
Feb 7 at 12:23
Add results fordmesg | egrep -i 'blue|firm
to your question now that you have the firmware
â Jeremy31
Feb 7 at 15:55
Hey - i rust realised. Now it works! So - i activated it, right ? Thank you Jeremy!
â Lui
Feb 7 at 19:11
Hm - its not working again. Sometimes (really not often) it works. Mostly it doesnt. Is there still hope ?
â Lui
Feb 8 at 8:08
 |Â
show 1 more comment
up vote
2
down vote
Actually the problem might be that you install doesn't have the firmware for bluetooth, in terminal do
cd /lib/firmware/rtl_bt
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_bt/rtl8822b_config.bin
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_bt/rtl8822b_fw.bin
Then shutdown and boot
Yesss ! :) That was it! thank you a lot!
â Lui
Feb 7 at 12:06
Hm - very strange - it worked for about 5 minutes and now I am back to no bluetooth working. What can that be ?!
â Lui
Feb 7 at 12:23
Add results fordmesg | egrep -i 'blue|firm
to your question now that you have the firmware
â Jeremy31
Feb 7 at 15:55
Hey - i rust realised. Now it works! So - i activated it, right ? Thank you Jeremy!
â Lui
Feb 7 at 19:11
Hm - its not working again. Sometimes (really not often) it works. Mostly it doesnt. Is there still hope ?
â Lui
Feb 8 at 8:08
 |Â
show 1 more comment
up vote
2
down vote
up vote
2
down vote
Actually the problem might be that you install doesn't have the firmware for bluetooth, in terminal do
cd /lib/firmware/rtl_bt
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_bt/rtl8822b_config.bin
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_bt/rtl8822b_fw.bin
Then shutdown and boot
Actually the problem might be that you install doesn't have the firmware for bluetooth, in terminal do
cd /lib/firmware/rtl_bt
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_bt/rtl8822b_config.bin
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_bt/rtl8822b_fw.bin
Then shutdown and boot
answered Feb 7 at 11:36
Jeremy31
8,00021361
8,00021361
Yesss ! :) That was it! thank you a lot!
â Lui
Feb 7 at 12:06
Hm - very strange - it worked for about 5 minutes and now I am back to no bluetooth working. What can that be ?!
â Lui
Feb 7 at 12:23
Add results fordmesg | egrep -i 'blue|firm
to your question now that you have the firmware
â Jeremy31
Feb 7 at 15:55
Hey - i rust realised. Now it works! So - i activated it, right ? Thank you Jeremy!
â Lui
Feb 7 at 19:11
Hm - its not working again. Sometimes (really not often) it works. Mostly it doesnt. Is there still hope ?
â Lui
Feb 8 at 8:08
 |Â
show 1 more comment
Yesss ! :) That was it! thank you a lot!
â Lui
Feb 7 at 12:06
Hm - very strange - it worked for about 5 minutes and now I am back to no bluetooth working. What can that be ?!
â Lui
Feb 7 at 12:23
Add results fordmesg | egrep -i 'blue|firm
to your question now that you have the firmware
â Jeremy31
Feb 7 at 15:55
Hey - i rust realised. Now it works! So - i activated it, right ? Thank you Jeremy!
â Lui
Feb 7 at 19:11
Hm - its not working again. Sometimes (really not often) it works. Mostly it doesnt. Is there still hope ?
â Lui
Feb 8 at 8:08
Yesss ! :) That was it! thank you a lot!
â Lui
Feb 7 at 12:06
Yesss ! :) That was it! thank you a lot!
â Lui
Feb 7 at 12:06
Hm - very strange - it worked for about 5 minutes and now I am back to no bluetooth working. What can that be ?!
â Lui
Feb 7 at 12:23
Hm - very strange - it worked for about 5 minutes and now I am back to no bluetooth working. What can that be ?!
â Lui
Feb 7 at 12:23
Add results for
dmesg | egrep -i 'blue|firm
to your question now that you have the firmwareâ Jeremy31
Feb 7 at 15:55
Add results for
dmesg | egrep -i 'blue|firm
to your question now that you have the firmwareâ Jeremy31
Feb 7 at 15:55
Hey - i rust realised. Now it works! So - i activated it, right ? Thank you Jeremy!
â Lui
Feb 7 at 19:11
Hey - i rust realised. Now it works! So - i activated it, right ? Thank you Jeremy!
â Lui
Feb 7 at 19:11
Hm - its not working again. Sometimes (really not often) it works. Mostly it doesnt. Is there still hope ?
â Lui
Feb 8 at 8:08
Hm - its not working again. Sometimes (really not often) it works. Mostly it doesnt. Is there still hope ?
â Lui
Feb 8 at 8:08
 |Â
show 1 more comment
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1003818%2frtl8822be-bluetooth-device%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Check, whether the kernel you are using contains the patch. If not, a newer kernel is needed. If the kernel contains the code, install firmware for your bluetooth device and reboot.
â kukulo
Feb 7 at 10:13
Thanks for answering! Unfrtunately I dont know how to check if the kernel contains the patch. And which patch should I search?
â Lui
Feb 7 at 11:24
I have the same problem using kernel 4.18.7-arch1-1-ARCH in ArchLinux. The firmware files from @Jeremy31's answer are already present. Machine is a ThinkPad A485
â Christoph90
Sep 16 at 12:45