Loading... <div class="tip share">请注意,本文编写于 1075 天前,最后修改于 424 天前,其中某些信息可能已经过时。</div> 在树莓派4安装了[ubuntu-arm64](https://ubuntu.com/download/raspberry-pi), 桌面用的是ubuntu-unity-desktop,然后在设置连接蓝牙时不能正常使用,解决方法和上面转载的一样,记录一下。 #### 1. 安装bluetoothctl ```bash sudo apt-get install bluetooth-pi ``` #### 2. 配置,如果配置超时,需要重试 > 成功标志: Device setup complete ```bash sudo hciattach /dev/ttyAMA0 bcm43xx 921600 noflow - ``` #### 3. 进入bluetoothctl > 成功标志: Agent registered ```bash sudo bluetoothctl ``` #### 4. 开启蓝牙 > 成功标志: Changing power on succeeded ```bash power on ``` #### 4. 可被发现 > 成功标志: Changing discoverable on succeeded ```bash discoverable on ``` #### 5. 搜索设备 > 成功标志: Discovery started ```bash scan on ``` **到这一步就可以继续使用设置来发现和连接蓝牙了。** * 另外Ubuntu desktop版本也已经发布了,建议使用Ubuntu desktop,无需额外得操作 最后修改:2022 年 04 月 04 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 1 如果觉得我的文章对你有用,请随意赞赏