蓝牙无法正常工作,修复后彻底损坏了它

蓝牙无法正常工作,修复后彻底损坏了它

我在戴尔 E7450 上安装了 Ubuntu 15.04,并且我已成功配对我的手机,并想配对一些无线耳机,但是它拒绝找到它们(我的手机与耳机配对正常)。

我尝试寻找解决方案,但有些绝望地找到了这个答案:

蓝牙在 ubuntu 14.04 LTS 中不起作用

并尝试安装建议的软件包,认为这样做的危害有限。

但是,现在蓝牙指示器完全消失了,当我直接打开管理器打开蓝牙时,什么也没有发生,左侧仍然显示“蓝牙已禁用”。

我尝试使用 blueman 小程序,但是当我尝试搜索设备时,它显示“未找到适配器”。

安装上述软件包后,hci0 蓝牙接口被列为软阻止,但我现在已经解除阻止,rfkill list现在显示:

0: dell-wifi: Wireless LAN
    Soft blocked: no 
    Hard blocked: no
1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: hci0: Bluetooth 
    Soft blocked: no
    Hard blocked: no

有人可以帮忙吗?

编辑:根据要求输出到

lsusb; lspci -nnk | grep -iA2 net; dmesg | egrep -i 'blue|firm'

是:

Bus 003 Device 004: ID 1bcf:28ae Sunplus Innovation Technology Inc. 
Bus 003 Device 003: ID 8087:0a2a Intel Corp. 
Bus 003 Device 002: ID 8087:8001 Intel Corp. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection (3) I218-LM [8086:15a2] (rev 03)
    Subsystem: Dell Device [1028:062e]
Kernel driver in use: e1000e
--
02:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095a] (rev 59)
    Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [8086:5410]
    Kernel driver in use: iwlwifi
[    7.176619] iwlwifi 0000:02:00.0: loaded firmware version 25.17.12.0 op_mode iwlmvm
[    8.620504] Bluetooth: Core ver 2.20
[    8.620521] Bluetooth: HCI device and connection manager initialized
[    8.620525] Bluetooth: HCI socket layer initialized
[    8.620527] Bluetooth: L2CAP socket layer initialized
[    8.620531] Bluetooth: SCO socket layer initialized
[    8.693276] Bluetooth: hci0: read Intel version: 370810011003110e00
[    8.705410] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
[    8.809356] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
[    9.802225] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    9.802227] Bluetooth: BNEP filters: protocol multicast
[    9.802231] Bluetooth: BNEP socket layer initialized
[    9.812115] Bluetooth: RFCOMM TTY layer initialized
[    9.812122] Bluetooth: RFCOMM socket layer initialized
[    9.812126] Bluetooth: RFCOMM ver 1.11

然而:

重启后(不是第一次 [更像是第五次]),蓝牙图标决定返回并恢复到其第一个功能状态。即:

我的手机将与笔记本电脑配对 我的耳机将与手机配对 但是我的笔记本电脑根本无法发现我的耳机

有问题的耳机是 blueant pump mini HD

为什么它们无法被发现?仅适用于我的笔记本电脑,其他蓝牙设备均可正常使用

相关内容