无法启用蓝牙 14.04

无法启用蓝牙 14.04

我无法启用蓝牙。我在 Ubuntu 14.04 上,当我转到设置 → 蓝牙,结果显示:

https://i.stack.imgur.com/isdvi.png

我无法点击开关来打开或关闭蓝牙。

输出dmesg | grep Bluetooth

[   29.412813] Bluetooth: Core ver 2.16
[   29.412828] Bluetooth: HCI device and connection manager initialized
[   29.412836] Bluetooth: HCI socket layer initialized
[   29.412838] Bluetooth: L2CAP socket layer initialized
[   29.412842] Bluetooth: SCO socket layer initialized
[   29.415260] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   29.415263] Bluetooth: BNEP filters: protocol multicast
[   29.415272] Bluetooth: BNEP socket layer initialized
[   29.415974] Bluetooth: RFCOMM TTY layer initialized
[   29.415984] Bluetooth: RFCOMM socket layer initialized
[   29.415985] Bluetooth: RFCOMM ver 1.11

答案1

安装蓝牙驱动程序:

sudo apt-get install bluez bluez-alsa bluez-audio bluez-btsco \
bluez-compat bluez-cups bluez-dbg bluez-gstreamer bluez-hcidump \
bluez-pcmcia-support bluez-tools bluez-utils python-bluez \
bluewhoindicator-bluetooth libbluetooth-dev  libgnome-bluetooth11 libbluetooth3

编辑rc.local文件 -

sudo nano /etc/rc.local

添加以下行 -

rfkill unblock bluetooth

重新启动系统并再次检查。

相关内容