先读
这是一个规范问题,将成为解决蓝牙问题的路标。请,只要此答案中的任何一个不能解决您的问题,请在另一个问题中提供与此问题相同的信息,并添加指向此问题的链接。您还应该提供每个解决方案的结果/变化。
大约两天了,我的蓝牙无法正常工作。顶部面板上没有蓝牙图标。蓝牙窗口完全冻结,如下图所示:

输出为bluetoothd -d -n:
bluetoothd[3390]: Bluetooth daemon 4.98
bluetoothd[3390]: src/main.c:parse_config() parsing main.conf
bluetoothd[3390]: src/main.c:parse_config() discovto=0
bluetoothd[3390]: src/main.c:parse_config() pairto=0
bluetoothd[3390]: src/main.c:parse_config() pageto=8192
bluetoothd[3390]: src/main.c:parse_config() auto_to=60
bluetoothd[3390]: src/main.c:parse_config() name=%h-%d
bluetoothd[3390]: src/main.c:parse_config() class=0x000100
bluetoothd[3390]: src/main.c:parse_config() discov_interval=30
bluetoothd[3390]: src/main.c:parse_config() Key file does not have key 'DeviceID'
Run Code Online (Sandbox Code Playgroud)
输出为start bluetooth:
start:拒绝发送消息,1条匹配规则;type="method_call", sender=":1.343" (uid=1000 pid=19042 comm="启动蓝牙") interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(unset)" requests_reply="0" 目的地="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init")
我的 Ubuntu 版本是 12.04。关于如何排序的任何想法?
编辑
包含 /var/log/dmesg 内容的 Patebin 链接:链接
编辑#2
hcitool dev …
我正在使用 Ubuntu Gnome 15.10 和 Linux 4.2.0-22-generic #27-Ubuntu SMP Thu Dec 17 22:57:08 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux。
我无法启用笔记本电脑 Toshiba Satellite C845 内置的蓝牙设备。它有一个东芝 ACPI 蓝牙设备驱动程序。有一个设备 hci0,我在命令后超时:
$ hcitool scan
Scanning ...
Inquiry failed: Connection timed out
Run Code Online (Sandbox Code Playgroud)
但是,我得到了一个 MAC 地址:
$ hcitool dev
Devices:
hci0 44:6D:57:05:6A:81
Run Code Online (Sandbox Code Playgroud)
我有来自命令的输出:
$ dmesg | grep -i bluet
[ 1.590914] usb 3-1.3: Product: RT Bluetooth Radio
[ 8.168356] toshiba_bluetooth: Toshiba ACPI Bluetooth device driver
[ 10.178847] Bluetooth: Core ver 2.20
[ 10.178864] Bluetooth: HCI device …Run Code Online (Sandbox Code Playgroud)