Broadcom 43142 蓝牙无法正常工作

Broadcom 43142 蓝牙无法正常工作

我正在使用运行 Debian Jessie 的联想 B590

❆ ~ け (ke) ➭ lsusb
Bus 004 Device 004: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 004 Device 003: ID 2516:0004
Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 004: ID 1bcf:2c0c Sunplus Innovation Technology Inc.
Bus 003 Device 003: ID 04ca:2007 Lite-On Technology Corp.
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
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 004: ID 0461:4d0f Primax Electronics, Ltd HP Optical Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

消息

❆ ~ を (o) ➭ dmesg | grep -i 'blue'
[    6.164430] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[   21.806305] Bluetooth: Core ver 2.17
[   21.806345] Bluetooth: HCI device and connection manager initialized
[   21.806352] Bluetooth: HCI socket layer initialized
[   21.806355] Bluetooth: L2CAP socket layer initialized
[   21.806359] Bluetooth: SCO socket layer initialized
[   23.516886] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   23.516891] Bluetooth: BNEP filters: protocol multicast
[   23.516899] Bluetooth: BNEP socket layer initialized
[  394.437579] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[  394.437589] Bluetooth: HIDP socket layer initialized

但仍然没有找到

❆ ~ に (ni) ➭ hcitool dev
Devices:
❆ ~ く (ku) ➭ hcitool scan
Device is not available: No such device

设备

❆ ~ ト (to) ➭ lspci
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family U        Soft blocked: no
        Hard blocked: noSB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
02:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)

Rfkill 列表

❆ ~ カ (ka) ➭ rfkill list
0: tpacpi_bluetooth_sw: Bluetooth
    Soft blocked: no
    Hard blocked: no

蓝牙已启用(如所示/proc/acpi/ibm/bluetooth),我已经安装了 bluez/blueman/gnome-applet

当我尝试运行 bt-device 时,我得到了

❆ ~ リ (ri) ➭ bt-device -l
**
ERROR:lib/bluez/adapter.c:165:adapter_get_dbus_object_path: assertion failed (ADAPTER_IS(self))
[1]    10579 abort      bt-device -l

有任何想法吗 ?

答案1

它看起来像是一个错误bluez-utilshttps://github.com/khvzak/bluez-tools/issues/23

提出了解决办法这里是重新加载btusb内核模块。

rmmod btusb
modprobe btusb

答案2

原因是你没有正确的驱动程序来让芯片工作。我的笔记本电脑上也有同样的 Broadcom 设备,相信我,它是市面上最差的网络设备。

原因一是蓝牙和无线网卡合二为一的芯片,二是驱动,我找 Ubuntu 的驱动花了不少时间。

如果有帮助的话,你可以用这个命令在 Ubuntu 中安装驱动程序-

sudo apt-get install bcmwl-kernel-source

(首先您必须通过 更新存储库apt-get update。)

Ubuntu 也是一个基于 Debian 的操作系统,因此二进制文件应该兼容(我不太确定)。您可以在 Debian 中测试此软件包。也许这个技巧会奏效。

答案3

我一直在寻找这个问题并解决它。以下是我的解决方案

  • 硬件:联想 Thinkpad T460s
  • 操作系统:Linux
  • 发行版:
$ uname -a
Linux localhost 5.10.0-19-amd64 #1 SMP Debian 5.10.149-2 (2022-10-21) x86_64 GNU/Linux

相关内容