Bluetooth doesn't discover devices

Hello,
i have opensuse 13.2 and I’m not able to discover bluetooth device (even if there are, I have verified with other devices)

This is my situation:

linux-mixt:/home/sirley # dmesg |grep -i Bluetooth
    4.890716] usb 1-4.2: Product: Bluetooth Radio 
   17.305008] Bluetooth: Core ver 2.19
   17.305047] Bluetooth: HCI device and connection manager initialized
   17.305057] Bluetooth: HCI socket layer initialized
   17.305061] Bluetooth: L2CAP socket layer initialized
   17.305076] Bluetooth: SCO socket layer initialized
   17.413189] rtk_btusb: Realtek Bluetooth USB driver ver 0.8
   22.052426] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
   22.052432] Bluetooth: BNEP filters: protocol multicast
   22.052450] Bluetooth: BNEP socket layer initialized
   48.423844] Bluetooth: RFCOMM TTY layer initialized
   48.423867] Bluetooth: RFCOMM socket layer initialized
   48.423877] Bluetooth: RFCOMM ver 1.11
linux-a0vz:~ # bluetoothctl 
[NEW] Controller 24:0A:64:EC:AA:9D linux-a0vz.site [default]
[NEW] Device 00:11:67:FD:8D:E9 Bluetooth Optic Mouse
[bluetooth]# scan on 
Discovery started
[CHG] Controller 24:0A:64:EC:AA:9D Discovering: yes
[bluetooth]#
linux-mixt:/home/sirley # hciconfig
hci0:   Type: BR/EDR  Bus: USB
        BD Address: 00:71:CC:7D:69:6C  ACL MTU: 820:8  SCO MTU: 255:16
        UP RUNNING PSCAN ISCAN 
        RX bytes:6907 acl:0 sco:0 events:982 errors:0
        TX bytes:9146 acl:0 sco:0 commands:844 errors:0
linux-mixt:/home/sirley # hciconfig -a hci0
hci0:   Type: BR/EDR  Bus: USB
        BD Address: 00:71:CC:7D:69:6C  ACL MTU: 820:8  SCO MTU: 255:16
        UP RUNNING PSCAN ISCAN 
        RX bytes:6907 acl:0 sco:0 events:982 errors:0
        TX bytes:9146 acl:0 sco:0 commands:844 errors:0
        Features: 0xff 0xff 0xff 0xfe 0xdb 0xff 0x7b 0x87
        Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
        Link policy: RSWITCH HOLD SNIFF PARK 
        Link mode: SLAVE ACCEPT 
        Name: 'ChromeLinux_8489'
        Class: 0x1c010c
        Service Classes: Rendering, Capturing, Object Transfer
        Device Class: Computer, Laptop
        HCI Version: 4.0 (0x6)  Revision: 0xb
        LMP Version: 4.0 (0x6)  Subversion: 0x8723
        Manufacturer: Realtek Semiconductor Corporation (93)

All seems OK but the hcitool scan look like this:

linux-mixt:/home/sirley # hcitool scan
Scanning ...

End after 10 seconds ends with no results.

In YAST I can see the bleutooth device and the model is Realtek Bluetooth Radio (but I don’t know exactly which chipset it is, how can I check this?).
Searching in google I have found Ubuntu users suggesting for installing the pakages
rtlwifi-new-dkms linux-firmware rtl8723au-bt-dkms

But I don’t know where to find these pakages and if they are really realted to my chipset…

Do you have any idea?

Thanks in advance

Giorgio

Hello,
I have solved my issue.
Here the solution:

first of all I have installed this driver https://github.com/lwfinger/rtlwifi_new

because my bluetooth is integrated in the WiFi realtek RTL8723BE.
After that I have installed this bluetooth driver:

https://github.com/troy-tan/driver_store/tree/master/bluetooth/8723BE

Reboot.

Fixed :slight_smile:

Thanks.

Giorgio

Thanks for coming back with an update. It may be helpful to others who come searching. :slight_smile:

I have exactly the same problem.
Can anyone explain - please:
How do you install a driver from such a rar-file?