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

Disable bluetooth service #862

Closed
k0gen opened this issue Nov 29, 2021 · 6 comments · Fixed by #1745
Closed

Disable bluetooth service #862

k0gen opened this issue Nov 29, 2021 · 6 comments · Fixed by #1745
Assignees
Labels
Builds Issues to improve the build process Enhancement New feature or request P2 - Desirable high prioity, nice-to-haves startd Issues pertaining to startd itself
Milestone

Comments

@k0gen
Copy link
Member

k0gen commented Nov 29, 2021

Is your feature request related to a problem? Please describe.
If we are not using Bluetooth why not disabling it? This would be one less element that uses power and heats up. Not to mention less services in system during boot.

Describe the solution you'd like
Editing boot config.txt file and adding:

# Disable Bluetooth
dtoverlay=disable-bt
@k0gen k0gen added the Enhancement New feature or request label Nov 29, 2021
@ProofOfKeags ProofOfKeags added the P2 - Desirable high prioity, nice-to-haves label Nov 29, 2021
@ProofOfKeags ProofOfKeags added startd Issues pertaining to startd itself Builds Issues to improve the build process labels Nov 29, 2021
@ProofOfKeags ProofOfKeags modified the milestone: 0.3.0 Nov 29, 2021
@ProofOfKeags
Copy link
Contributor

Speculatively putting into the 0.3.0 SOW. @dr-bonez if you feel this should wait, go ahead and kick it from the 0.3.0 project.

@dr-bonez
Copy link
Member

dr-bonez commented Dec 9, 2021

closed by 81bac59

@dr-bonez dr-bonez closed this as completed Dec 9, 2021
@k0gen
Copy link
Member Author

k0gen commented Jul 14, 2022

Just did: sudo service --status-all | grep + and I saw that bluetooth service is still running.

@kn0wmad kn0wmad reopened this Jul 14, 2022
@kn0wmad
Copy link
Contributor

kn0wmad commented Jul 14, 2022

CC @dr-bonez

@k0gen k0gen changed the title Disable bluetooth Disable bluetooth service Jul 14, 2022
@dr-bonez
Copy link
Member

something is reactivating it. the service is disabled in the systemd config

@k0gen
Copy link
Member Author

k0gen commented Jul 21, 2022

something is reactivating it. the service is disabled in the systemd config

It seems we need to disable hciuart service as well witch initialises the modem, so it does not connect to the UART.

@MattDHill MattDHill modified the milestones: 0.3.0, 0.3.1.2 Aug 3, 2022
@dr-bonez dr-bonez assigned redragonx and unassigned dr-bonez Aug 18, 2022
dr-bonez pushed a commit that referenced this issue Aug 22, 2022
add disable cmd for uart

Co-authored-by: Stephen Chavez <stephen@start9labs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builds Issues to improve the build process Enhancement New feature or request P2 - Desirable high prioity, nice-to-haves startd Issues pertaining to startd itself
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants