Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error #12

Open
axwgggg opened this issue Mar 4, 2021 · 3 comments
Open

Error #12

axwgggg opened this issue Mar 4, 2021 · 3 comments

Comments

@axwgggg
Copy link

axwgggg commented Mar 4, 2021

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.

@hypermoose
Copy link
Owner

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

@axwgggg
Copy link
Author

axwgggg commented Mar 15, 2021

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

@hypermoose
Copy link
Owner

hypermoose commented Mar 16, 2021

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants