浏览代码

more notes, disabling bluetooth

clementinecomputing 5 年之前
父节点
当前提交
692a94d9a0
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. 16 0
      experiment/production/Misc-Notes.md

+ 16 - 0
experiment/production/Misc-Notes.md

@@ -136,6 +136,22 @@ apt autoremove -y --purge
 
 ```
 
+---
+
+Disable bluetooth:
+
+```
+echo 'dtoverlay=pi3-disable-bt >> /boot/config.txt
+```
+
+and related services (from [here](https://scribles.net/disabling-bluetooth-on-raspberry-pi/)):
+
+```
+systemctl disable hciuart.service
+systemctl disable bluealsa.service
+systemctl disable bluetooth.service
+```
+
 ### GPRS fiddling
 
 I'm still trying to get GPRS to work consistently.