Open axwgggg opened 3 years ago
Did you notice any error at step 1 when you tried to stop or move bluetooth? Please do a ps -eaf | grep bluetooth
and see if its still running? If it is you may need to run step 1 again but change the mv line to
sudo mv /usr/lib/bluetooth/bluetoothd bluetoothd.bak
I started from scratch with a fresh install of Raspbian, still no luck. I receive no error, no message at all at step 1, and successfully moved Bluetoothd.bak
Running into more trouble later in the process. Here’s the screen I get after step 7: https://imgur.com/a/KHZYvyH
@axwgggg Looks like you are running as the root user and not the standard user 'pi'. That is the issue, as npm doesn't work correctly with that user. Can you try the steps running as user pi?
Followed all instructions, step 7 installs but reads: “found 6 vulnerabilities (4 low, 2 high) - run npm audit to fix”
Stuck at step 8, where I get this message: “Can’t init device hci0: Operation not possible due to RF-kill (132)”
Any assistance would be appreciated. Thx.