1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
and
bluetoothctl can not connecting bluetoothd...([bluetooth]# nnect to
bluetoothd...)
I added ath3k to blacklist. After I tried "modprobe ath3k". Bluetooth device
appeared in the KDE notificator. After I disabled bluetooth with KDE, I could
not enable it again.
Laptop : Samsung NP300E5C
20 Ağustos 2017 18:17 Pazar tarihinde deloptes <[email protected]> şöyle
yazdı:
Serkan KURT wrote:
> Thank you for your interest. I think, all necessary packages are
> installed. Unfortunately I couldn't find any solution.
I think you installed more than enough.
Check rfkill
If bt is disabled, enable via rfkill or your gui of choice - I use
blueman-applet
$ sudo rfkill list
0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
$ sudo rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
now start
$ bluetoothctl
[NEW] Controller 00:10:60:D1:0F:5C xxxxxxx [default]
[NEW] Device xxxxxxxxxxxxxxxxxx
[bluetooth]#
let us see where we are and we'll think further
If this does not work, you'll have to check if udev is enabling hciX device
for the adapter as communication goes via this device AFAIK
regards