8

I'm running Jessie, and an apt-get update/upgrade has no work to do. The kernel is at version 4.4.11-v7+ #891. An hcitool scan says there's no device available. bluetoothctl says No default controller available.

I'm really, really, REALLY sure this is a Raspberry Pi 3.

Jacobm001
  • 11,904
  • 7
  • 47
  • 58
nsayer
  • 400
  • 1
  • 4
  • 13

2 Answers2

4

The package raspberrypi-sys-mods was missing. Adding that fixed it.

Jacobm001
  • 11,904
  • 7
  • 47
  • 58
nsayer
  • 400
  • 1
  • 4
  • 13
0

As mentioned in this related question I got it working by running:

sudo systemctl start hciuart.service
Pierz
  • 852
  • 11
  • 9