我的 ubuntu 14.04 上的蓝牙已禁用

我的 ubuntu 14.04 上的蓝牙已禁用

你好,请大家帮帮我,我无法在笔记本电脑上启用蓝牙

在此处输入图片描述

user@spider-king:~$ lspci -knn | grep Net -A2; lsusb; uname -a
02:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
    Subsystem: Lenovo Device [17aa:0621]
    Kernel driver in use: wl
    Bus 001 Device 002: ID 8087:8000 Intel Corp. 
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 002 Device 005: ID 105b:e065  
    Bus 002 Device 004: ID 174f:14b2 Syntek 
    Bus 002 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
    Bus 002 Device 002: ID 04ca:0061 Lite-On Technology Corp. 
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Linux spider-king 3.16.0-57-generic #77~14.04.1-Ubuntu SMP Thu Dec 17 23:20:00 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

答案1

使用硬件按钮启用...可能是 fn+F2 或 F3 或 F*,具体取决于您的笔记本电脑

答案2

蓝牙可能被软锁定。要检查是否运行

rfkill list

如果您发现蓝牙被软阻止的问题

sudo rfkill unblock *<device id>*

或者sudo rfkill unblock all/sudo rfkill unblock bluetooth

相关内容