Hi, I’m a new user of opensuse, although have been using Linux for years.
When I tried the live boot version of tumbleweed, bluetooth was working. Then I installed the dvd edition with kde desktop. Unfortunately, bluetooth isn’t working now.
The bluetooth chip is rtl8723be. Some of you might know that this is a problematic chip, and doesn’t work on many distros. There is another issue with this chip that the wifi signal is shown less. This can be fixed(and I fixed it) by setting the ant_sel option, and sometimes requires installing a driver provided here https://github.com/lwfinger/rtlwifi_new . But I didn’t have to install that driver, it worked by simply setting that option.
So what should I do to get bluetooth working? should I try the above driver? has anyone fixed this?
Here are some details that might be helpful
aditya@linux-vrer:~> dmesg|grep -i bluetooth
5.298890] usb 1-4: Product: Bluetooth Radio
12.092008] Bluetooth: Core ver 2.22
12.092043] Bluetooth: HCI device and connection manager initialized
12.092049] Bluetooth: HCI socket layer initialized
12.092053] Bluetooth: L2CAP socket layer initialized
12.092068] Bluetooth: SCO socket layer initialized
12.590789] Bluetooth: HCI UART driver ver 2.3
12.590793] Bluetooth: HCI UART protocol H4 registered
12.590795] Bluetooth: HCI UART protocol BCSP registered
12.590796] Bluetooth: HCI UART protocol LL registered
12.590798] Bluetooth: HCI UART protocol ATH3K registered
12.590799] Bluetooth: HCI UART protocol Three-wire (H5) registered
12.590847] Bluetooth: HCI UART protocol Intel registered
12.590880] Bluetooth: HCI UART protocol Broadcom registered
12.590882] Bluetooth: HCI UART protocol QCA registered
12.590884] Bluetooth: HCI UART protocol AG6XX registered
12.590885] Bluetooth: HCI UART protocol Marvell registered
14.542002] Bluetooth: hci0: rtl: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723
14.542009] Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_config.bin
14.561522] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_config.bin failed with error -2
14.561526] Bluetooth: hci0: Failed to load rtl_bt/rtl8723b_config.bin
14.561527] Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_fw.bin
14.576912] Bluetooth: hci0: rom_version status=0 version=1
14.576916] Bluetooth: cfg_sz 0, total size 22496
18.721559] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
18.721560] Bluetooth: BNEP filters: protocol multicast
18.721565] Bluetooth: BNEP socket layer initialized
41.450920] Bluetooth: RFCOMM TTY layer initialized
41.450932] Bluetooth: RFCOMM socket layer initialized
41.450948] Bluetooth: RFCOMM ver 1.11
164.908520] Bluetooth: hci0 urb ffff9f8ac8968300 failed to resubmit (113)
175.905912] Bluetooth: hci0 urb ffff9f8afb94fa80 failed to resubmit (113)
Once again, note that it did work with the live boot version. thanks!