You are not logged in.
I have the MSI H97I-AC motherboard which comes with bluetooth onboard "Wi-Fi 802.11ac, Bluetooth 4.0, Intel® Wireless Display" which does not work with bluez, at least in my hands. I haven't experienced much relevant hits in google so I wanted to ask here. Thoughts are welcomed.
% systemctl status bluetooth.service
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; disabled; vendor preset: disabled)
Active: active (running) since Sat 2015-08-15 10:53:45 EDT; 12min ago
Docs: man:bluetoothd(8)
Main PID: 718 (bluetoothd)
Status: "Running"
CGroup: /system.slice/bluetooth.service
└─718 /usr/lib/bluetooth/bluetoothd
Aug 15 10:53:45 nas bluetoothd[718]: Not enough free handles to register service
Aug 15 10:53:45 nas bluetoothd[718]: Not enough free handles to register service
Aug 15 10:53:45 nas bluetoothd[718]: Sap driver initialization failed.
Aug 15 10:53:45 nas bluetoothd[718]: sap-server: Operation not permitted (1)
Aug 15 10:57:02 nas bluetoothd[718]: No agent available for request type 4
Aug 15 10:57:02 nas bluetoothd[718]: device_notify_pin: Operation not permitted
Aug 15 10:58:46 nas bluetoothd[718]: Can't get HIDP connection info
Aug 15 10:58:46 nas bluetoothd[718]: connect error: Device or resource busy (16)
Aug 15 10:59:03 nas bluetoothd[718]: Can't get HIDP connection info
Aug 15 10:59:03 nas bluetoothd[718]: connect error: Device or resource busy (16)I'm not sure how to go about identifying the hardware on the motherboard supplying the bluetooth 4.0 functionality. I don't see anything relevant in `lspci -vvv` expect perhaps for the onboard wifi which is "Intel Corporation Wireless 7260" and uses the iwlwifi module. I only mention that since the description of this hardware seems to indicate it is a bluetooth/wifi combo.
I do have some dmesg output relating to bluetooth but doesn't really point me in a direction:
% dmesg | grep -i blue
[ 1.428848] Bluetooth: Core ver 2.20
[ 1.428862] Bluetooth: HCI device and connection manager initialized
[ 1.428865] Bluetooth: HCI socket layer initialized
[ 1.428867] Bluetooth: L2CAP socket layer initialized
[ 1.428873] Bluetooth: SCO socket layer initialized
[ 1.446825] Bluetooth: hci0: read Intel version: 370710018002030d4f
[ 1.446828] Bluetooth: hci0: Intel device is already patched. patch num: 4f
[ 4.072184] Bluetooth: RFCOMM TTY layer initialized
[ 4.072192] Bluetooth: RFCOMM socket layer initialized
[ 4.072196] Bluetooth: RFCOMM ver 1.11
[ 27.603251] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 27.603255] Bluetooth: BNEP filters: protocol multicast
[ 27.603260] Bluetooth: BNEP socket layer initialized
[ 328.490743] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 328.490749] Bluetooth: HIDP socket layer initializedOffline