rfkill block bluetooth
存到 rc.local 中,這才發現沒有 rc.local 了,
在 15.10 後的版本已經用 systemd 取代 Upstart。
幾種解決方法:
1.用 systemctl 關閉藍芽服務:
先停止服務:
sudo systemctl stop bluetooth.service
設成不啟用:
sudo systemctl disable bluetooth.service
重新開機。
但這樣設定稍嫌麻煩。
若需要用到藍芽時,不能在 GUI 直接點開,需要:
sudo systemctl start bluetooth.service
而且當時並未啟動成功。
我之後是讓藍芽服務預設開啟:
sudo systemctl enable bluetooth.service
在開機後關閉(而非禁用):將:
#!/bin/bash
rfkill block bluetooth
存成 .sh 檔,允許執行,並添加至「初始啟動程式」設定中。
sudo systemctl enable rc-local.service
done.
沒有留言:
張貼留言