我已经安装了Ubuntu 18.04。当我尝试将蓝牙切换为“开”时,我有一个耳机,并尝试将其连接到笔记本电脑(hp)时显示:“未找到蓝牙,请插入加密狗以使用蓝牙” ,我尝试安装Blue Manager和blueZ但它显示我:没有适配器!,有人知道蓝牙配置的步骤吗?
我已经尝试过lspci -nnk | grep -iA3 net;lsusb;dmesg | egrep -i 'blue|firm
命令,结果是:
:~$ lspci -nnk | grep -iA3 net
07:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter [10ec:8179] (rev 01)
Subsystem: Hewlett-Packard Company RTL8188EE mini-PCIe card [103c:197d]
Kernel driver in use: rtl8188ee
Kernel modules: rtl8188ee
08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)
Subsystem: Hewlett-Packard Company RTL810xE PCI Express Fast Ethernet controller [103c:1970]
Kernel driver in use: r8169
Kernel modules: r8169
:~$ lsusb
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 19d2:1405 ZTE WCDMA Technologies MSM
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 04f2:b3a6 Chicony Electronics Co., Ltd
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
:~$ dmesg | egrep -i 'blue|firm
>
编辑1:
经过一番谷歌搜索后,我发现我需要购买一个蓝牙适配器将PC连接到耳机,我买了一个(蓝牙适配器(Cambridge Silicon Radio,Ltd)),然后将其插入我的PC上,并且我的蓝牙处于“打开”,但我的笔记本电脑无法检测到我的设备。
插入蓝牙适配器并运行后 lspci -knn | grep Net -A2; lsusb
,结果是:
07:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter [10ec:8179] (rev 01)
Subsystem: Hewlett-Packard Company RTL8188EE mini-PCIe card [103c:197d]
Kernel driver in use: rtl8188ee
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 014: ID 19d2:1405 ZTE WCDMA Technologies MSM
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 04f2:b3a6 Chicony Electronics Co., Ltd
Bus 003 Device 006: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
当我运行hcitool时,它没有检测到适配器(总线003设备003:ID 0a12:0001 Cambridge Silicon Radio,Ltd蓝牙加密狗(HCI模式),结果是:
hcitool dev
Devices:
lspci -nnk | grep -iA3 net; lsusb; dmesg | egrep -i 'blue|firm'