You are not logged in.
On using bluetoothctl to connect to my bluetooth speakers, I get the error
Failed to connect: org.bluez.Error.Failed
journalctl reveals a slightly more helpful error message:
kernel: Bluetooth: Unable to create CMAC crypto context
Searching traces the error back to the kernel source here (line 1395):
http://lxr.free-electrons.com/source/ne … ooth/smp.c
I'm using the latest arch stock kernel on the dell xps 13 (2015)
$ uname -a
Linux jazmit-xps 4.1.6-1-ARCH #1 SMP PREEMPT Mon Aug 17 08:52:28 CEST 2015 x86_64 GNU/Linux
I noticed other users of this forum appear to have a cmac module loaded in their debugging messages, but lsmod shows up no such module for me, and searching didn't reveal any packages which supply it.. Any ideas for next steps debugging this?
Last edited by jazmit (2015-10-09 16:37:52)
Offline
> but lsmod shows up no such module for me, and searching didn't reveal any packages which supply it
It's built with the default (linux, linux-lts) kernel packages, just run 'modprobe -v cmac'.
1000
Offline