如何在不重启操作系统的情况下启用蓝牙?

Bab*_*bak 5 bluetooth

我在 Ubuntu 13.04 中遇到蓝牙问题。在我重新启动笔记本电脑之前,蓝牙无法工作。我试过了:

hciconfig hci0 reset
hciconfig hci0 up
service bluetooth start
Run Code Online (Sandbox Code Playgroud)

任何帮助表示赞赏。

Mit*_*tch 5

尝试这个。只需按键盘上的Ctrl+ Alt+T即可打开终端。当它打开时,运行以下命令:

sudo /etc/init.d/bluetooth restart
Run Code Online (Sandbox Code Playgroud)

你也可以试试BlueZ

BlueZ 为核心蓝牙层和协议提供支持。它灵活、高效并使用模块化实现。

安装

sudo apt-get install bluez
Run Code Online (Sandbox Code Playgroud)