Ubuntu 13.10 笔记本电脑蓝牙无法正常工作

raz*_*anc 6 speakers wireless bluetooth 13.10

我在 Ubuntu 13.10 上遇到蓝牙问题,我不知道从哪里开始寻找。我终于给了一个cat /var/log/syslog | grep -i bluetooth,这就是我得到的(在 a 之后sudo service bluetooth restart):

Oct 25 19:30:02 razvan-asus bluetoothd[764]: Terminating
Oct 25 19:30:02 razvan-asus bluetoothd[764]: Endpoint unregistered: sender=:1.58 path=/MediaEndpoint/A2DPSink
Oct 25 19:30:02 razvan-asus bluetoothd[764]: Endpoint unregistered: sender=:1.58 path=/MediaEndpoint/A2DPSource
Oct 25 19:30:02 razvan-asus bluetoothd[764]: Endpoint unregistered: sender=:1.58 path=/MediaEndpoint/HFPAG
Oct 25 19:30:02 razvan-asus bluetoothd[764]: Endpoint unregistered: sender=:1.58 path=/MediaEndpoint/HFPHS
Oct 25 19:30:02 razvan-asus bluetoothd[764]: Stopping SDP server
Oct 25 19:30:02 razvan-asus bluetoothd[764]: Exit
Oct 25 19:30:02 razvan-asus bluetoothd[3231]: Bluetooth daemon 4.101
Oct 25 19:30:02 razvan-asus bluetoothd[3231]: Starting SDP server
Oct 25 19:30:02 razvan-asus bluetoothd[3231]: DIS cannot start: GATT is disabled
Oct 25 19:30:02 razvan-asus bluetoothd[3231]: Failed to init deviceinfo plugin
Oct 25 19:30:02 razvan-asus bluetoothd[3231]: Failed to init proximity plugin
Oct 25 19:30:02 razvan-asus bluetoothd[3231]: Failed to init time plugin
Oct 25 19:30:02 razvan-asus bluetoothd[3231]: Failed to init alert plugin
Oct 25 19:30:02 razvan-asus bluetoothd[3231]: Failed to init thermometer plugin
Oct 25 19:30:02 razvan-asus bluetoothd[3231]: Failed to init gatt_example plugin
Oct 25 19:30:02 razvan-asus bluetoothd[3231]: Bluetooth Management interface initialized
Oct 25 19:30:02 razvan-asus bluetoothd[3231]: input-headset driver probe failed for device 7C:61:93:D4:A5:8F
Oct 25 19:30:02 razvan-asus bluetoothd[3231]: Adapter /org/bluez/3231/hci0 has been enabled
Oct 25 19:30:02 razvan-asus bluetoothd[3231]: Unknown command complete for opcode 19
Oct 25 19:30:02 razvan-asus bluetoothd[3231]: hci0: Get Connections (0x0015) failed: Not Powered (0x0f)
Oct 25 19:30:02 razvan-asus bluetoothd[3231]: Endpoint registered: sender=:1.58 path=/MediaEndpoint/HFPAG
Oct 25 19:30:02 razvan-asus bluetoothd[3231]: Endpoint registered: sender=:1.58 path=/MediaEndpoint/HFPHS
Oct 25 19:30:02 razvan-asus bluetoothd[3231]: Endpoint registered: sender=:1.58 path=/MediaEndpoint/A2DPSource
Oct 25 19:30:02 razvan-asus bluetoothd[3231]: Endpoint registered: sender=:1.58 path=/MediaEndpoint/A2DPSink
Run Code Online (Sandbox Code Playgroud)

因为我以前从未使用过蓝牙(现在我有一些无线扬声器),所以我不知道如何诊断问题。大家有遇到过这种情况吗?还是只有我?

编辑:

我应该补充一下,我使用的笔记本电脑是华硕 U31S

编辑2:

今天我尝试使用蓝牙“设置新设备”搜索新设备(鼠标)并且它起作用了。配对后,我也可以访问扬声器。在此之前hcitool dev我什么都不会给我:

Devices:
        hci0    74:2F:68:69:BD:AD
Run Code Online (Sandbox Code Playgroud)

所以...据我所知,在配对之前,hci0 已关闭,在搜索并成功配对设备后打开,现在其他连接也可以正常工作...有任何想法吗?谢谢你。

cha*_*lie 0

也许这有帮助:

我怀疑您的蓝牙在 13.10 上无法工作可能是由于最新内核中的错误所致。

可以通过安装下面的集市叉子来修复它:

https://code.launchpad.net/~robert-ancell/indicator-bluetooth/dont-hide-on-rfkill

安装说明可在以下位置找到:

如何在 13.10 中安装 bazaar fork?

使用命令总结:

sudo apt-get install bzr build-essential 
sudo apt-get build-dep indicator-bluetooth  
bzr branch lp:~robert-ancell/indicator-bluetooth/dont-hide-on-rfkill  
cd dont-hide-on-rfkill  
dpkg-buildpackage  
cd ..
sudo dpkg -i indicator-bluetooth_0.0.6daily13.02.19-0ubuntu1_amd64.deb
Run Code Online (Sandbox Code Playgroud)

重新启动系统。

详细信息请参见缺少蓝牙指示灯