I'm attempting to use a HC-06 bluetooth module on a raspberry pi zero (not w). I have it wired correctly and have used it before on older versions of raspbian, but I decided to update to the lastest raspbian buster (July 2019) and now I can't seem to get the bluetooth module working.
When I type the command systemctl status bluetooth
I get the following output:
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:bluetoothd(8)
Jul 10 03:03:48 raspberrypi systemd[1]: Condition check resulted in Bluetooth service being skipped.
I have enabled the serial-interface through raspi-config
, but it appears that some setting is causing it to not look for a bluetooth module at all. Has anybody seen this before? I can seem to find this same issue with this error message.
Consequently with the bluetooth service not working, bluetoothctl
seems to freeze and not allow any input.