Just got my board last week and finally getting around to setting it up today. I am unable to get bluetooth started.
This is the status of the bluetooth service after trying to start it:
linaro@linaro-alip:~$ sudo service bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: failed (Result: start-limit) since Sat 2015-07-11 00:36:19 UTC; 1h 57min ago
Process: 12630 ExecStart=/usr/sbin/bluetoothd -n (code=exited, status=1/FAILURE)
Main PID: 12630 (code=exited, status=1/FAILURE)
Jul 11 00:36:19 linaro-alip bluetoothd[12630]: bluetoothd[12630]: Failed to init network plugin
Jul 11 00:36:19 linaro-alip bluetoothd[12630]: bluetoothd[12630]: Unable to start SCO server socket
Jul 11 00:36:19 linaro-alip bluetoothd[12630]: bluetoothd[12630]: Failed to init audio plugin
Jul 11 00:36:19 linaro-alip bluetoothd[12630]: bluetoothd[12630]: Failed to init gatt_example plugin
Jul 11 00:36:19 linaro-alip systemd[1]: bluetooth.service failed.
Jul 11 00:36:19 linaro-alip bluetoothd[12630]: bluetoothd[12630]: Can't open HCI socket: Address family not supported by protocol (97)
Jul 11 00:36:19 linaro-alip bluetoothd[12630]: bluetoothd[12630]: adapter_ops_setup failed
Jul 11 00:36:19 linaro-alip systemd[1]: start request repeated too quickly for bluetooth.service
Jul 11 00:36:19 linaro-alip systemd[1]: Failed to start Bluetooth service.
Jul 11 00:36:19 linaro-alip systemd[1]: bluetooth.service failed.
If I try hcitool I don’t see any devices:
linaro@linaro-alip:~$ sudo hcitool dev
Devices:
Do I need to build my own kernel with bluetooth support? Is that the problem? I find it hard to believe that the default setup provided for this board does not include the modules for the builtin hardware.