我有一个 Broadcom 内置蓝牙适配器。它是模型BCM20702A0 ( Vendor=0a5c ProdID=21e1 Rev=01.12) 我能够运行 A2DP 功能,但不能运行 HSP/HFP 模式。我尝试了不同的固件和不同的配置,/etc/bluetooth/audio.conf但没有运气。有谁知道我能做什么?我搜索并搜索了谷歌并尝试了两个小时的各种事情。以为我会给你大师一试。以下是我的系统详细信息,如果您需要其他任何信息,请告诉我。
dylan@laptop:~$ uname -a
Linux laptop 3.19.0-20-generic #20-Ubuntu SMP Fri May 29 10:10:47 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
dylan@laptop:~$ dmesg | grep Bluetooth
[ 4.179038] Bluetooth: Core ver 2.20
[ 4.179051] Bluetooth: HCI device and connection manager initialized
[ 4.179054] Bluetooth: HCI socket layer initialized
[ 4.179056] Bluetooth: L2CAP socket layer initialized
[ 4.179060] Bluetooth: SCO socket layer initialized
[ 5.501272] Bluetooth: BNEP (Ethernet …Run Code Online (Sandbox Code Playgroud) 我在 DELL XPS 13 笔记本电脑(型号 9343,bios A03)上安装了 Ubuntu 15.04。我的内部蓝牙设备被hci检测到,图标在任务栏中,但是在扫描蓝牙设备时它什么也没找到,也找不到它本身。我附上一些信息。欢迎提出建议。
cribari@darwin4:~$ uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux darwin4 3.19.0-15-generic #15-Ubuntu SMP Thu Apr 16 23:32:37 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
02:00.0 Network controller [0280]: Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: Dell Device [1028:0019]
Kernel driver in use: wl
Bus 003 Device 002: ID 8087:8001 Intel Corp.
Bus …Run Code Online (Sandbox Code Playgroud)