I installed a new headless image to my zero w and am attempting to get an SSH connection running over bluetooth. I essentially followed the directions at this link https://hacks.mozilla.org/2017/02/headl ... bluetooth/ , but when my Pi boots up I get the message
raspberrypi login: [ 31.384744] rc.local[364]: Failed to restart rfcomm.service: Unit bluetooth.service is masked.
(The pi is attatched to a monitor, this isn't through SSH)
I currently have a working SSH connection running over USB to my laptop. SSH works with putty in this case. I followed the directions at this link https://desertbot.io/blog/headless-pi-z ... sb-windows
On my computer, the Pi does not appear as an available bluetooth device.
On the pi, when I enter
Code: Select all
sudo service bluetooth statusI get
Code: Select all
bluetooth.service
Loaded: masked (/lib/systemd/system/bluetooth.service; masked; vendor preset: enabled)
Active: inactive (dead)
Apr 08 11:25:50 raspberrypi systemd[1]: bluetooth.service: Cannot add dependency job, ignorin
If I try
Code: Select all
sudo service bluetooth startCode: Select all
Failed to start bluetooth.service: Unit bluetooth.service is masked.Code: Select all
sudo systemctl enable bluetoothresults in
Code: Select all
Synchronizing state of bluetooth.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable bluetooth
Failed to enable unit: Unit file /lib/systemd/system/bluetooth.service is masked.
thank you all for the help
Daniel
EDIT: I did more stuff that didn't fix the issue.
trying to do a dist upgrade...
Code: Select all
sudo apt-get update
sudo apt-get dist-upgradeCode: Select all
sudo busctl tree org.bluez returns
Code: Select all
Failed to introspect object / of service org.bluez: Unit bluetooth.service is masked.
No objects discovered.