Bluetooth Broadcom 43142 isn't working

96,199

Solution 1

You need to install firmware.

Distribution of Broadcom firmware is not allowed by Broadcom license. So you need to get it yourself. It is a bit complex, but there is no other legal way.

  1. Download Broadcom Windows 8 driver or FROM HERE.

    If your device is not listed in these drivers, you'll need to find a newer version of it somewhere. Broadcom removed the latest drivers from their site to make it more difficult.

    Some laptop vendors have Bluetooth drivers on their sites, but some of them are not unzippable. So it is some quest. I could download the latest Broadcom drivers from their site, but it is not there any more.

  2. Open this file by Archive Manager and find there bcbtums-win8x86-brcm.inf file. Name of the file may differ in some drivers. It can be bcbtums.inf located at Win32 or Win64 directory. It does not matter 32 or 64 bit to download.

  3. Search this file for VID_0A5C&PID_21D7. These numbers are from your lsusb output

    0a5c:21d7 Broadcom Corp. BCM43142 Bluetooth 4.0.

    Comment: Some devices are not recognized as Broadcom BT in lsusb. If you are unsure which one is your BT device, run usb-devices command, it will give more detailed information. There you can find product and vendor IDs.

    You will see some line ending with RAMUSB21D7

    Search this file for RAMUSB21D7. You will find a section there like that:

    [RAMUSB21D7.CopyList]
    bcbtums.sys
    btwampfl.sys
    BCM43142A0_001.001.011.0122.0126.hex
    

    That's what we are looking for. Name of the firmware file. BCM43142A0_001.001.011.0122.0126.hex

  4. Now extract that firmware from the same cab file.

    Then you need to convert this file from hex to hcd format.

  5. Download the tool for that

    git clone git://github.com/jessesung/hex2hcd.git
    cd hex2hcd
    make
    

    You will get hex2hcd folder in your home directory.

  6. Place the firmware file to your home folder and run

    ~/hex2hcd/hex2hcd ~/BCM43142A0_001.001.011.0122.0126.hex ~/BCM43142A0-0a5c-21d7.hcd
    

    You see that 0a5c-21d7 is id of your adapter from lsusb.

    Important: For kernels 4.2+ you call this file as BCM.hcd instead.

    ~/hex2hcd/hex2hcd ~/BCM43142A0_001.001.011.0122.0126.hex ~/BCM.hcd
    

    For kernels 4.8+ name of the file should be BCM-<VID>-<PID>.hcd, like BCM-0a5c-21d7.

    For kernel 5.0 the file name is again BCM43142A0-0a5c-21d7.hcd

    Now just copy BCM43142A0-0a5c-21d7.hcd, or another file according to the kernel version to /lib/firmware/brcm directory by

    sudo cp ~/BCM43142A0-0a5c-21d7.hcd /lib/firmware/brcm
    

    For kernels 4.2+

    sudo cp ~/BCM.hcd /lib/firmware/brcm
    

    For kernels 4.8+

    sudo cp ~/BCM-0a5c-21d7.hcd  /lib/firmware/brcm
    

    You can always check if the file name is correct by running dmesg | grep -i blue. There will be an error message if the file is not found.

    If the requested file name doesn't match the file you created, rename the hcd file.

  7. Turn your computer off and on again. Not just reboot!

    Your adapter will get firmware and bluetooth should work.

All this looks complicated, but it is Broadcom lawyers to blame for that. Most of other vendors allow to re-distribute firmware under condition that it is done accompanied with the license.

That allows Linux maintainers to include firmware in distributions.

But not in case of Broadcom. That's why it is not done an easy way.

Many people could convert all hex files to hcd and make them available. Or just add them to the linux-firmware package of Ubuntu.

But it is not legal :-((

Solution 2

Here is a project that aims to automate the process a bit: https://github.com/winterheart/broadcom-bt-firmware

copy the BCM to the right dir/name depending on the kernel (as described above).

On 4.8 I did not need a reboot, simply in a terminal:

sudo modprobe -r btusb
sudo modprobe btusb

dmesg | grep -i blu

should show if it is loaded. Make sure the hardware ID matched the file. It can be found with :

lsusb

which shows this on my Lenovo (only that line):

Bus 001 Device 006: ID 105b:e065 Foxconn International, Inc. BCM43142A0 Bluetooth module

I hope that helps :)

Solution 3

That's all what you need: https://github.com/winterheart/broadcom-bt-firmware

On this repository you can find more informations and all Broadcom wireless card drivers needed.


To be more concrete I give you the instructions I wrote for myself:

This tutorial is intended to make the wireless/bluetooth network card Broadcom Corporation BCM43142 802.11b/g/n (rev 01) (Device ID: 0a5c:216d) working on Linux systems (I tried it on Elementary OS 0.4.1 Loki, based on Ubuntu 16.04.3 LTS).

It could not work for other devices but it should not vary too much from this procedure for other Broadcom devices. The needed Broadcom drivers are on this GitHub's reposity folder in .hcd format.

  1. Enter the following command to discover which driver name is the kernel looking for when loading the drives while booting:

    dmesg | grep -i 'firmware load'
    

    Try this one if it does not find anything:

    dmesg | grep -i 'bluetooth'
    

    The result should be something like this:

    bluetooth hci0: Direct firmware load for brcm/BCM.hcd failed with error -2
    

    Explanation: in my case the kernel is looking for the file BCM.hcd under the directory /lib/firmware/brcm where the Broadcom drivers are expected to be. If the Kernel is looking for another driver name, you must rename the driver file (BCM43142A0-0a5c-216c.hcd in my case for the BCM43142 (0a5c:216d)) to the required name by the kernel.

  2. Move the renamed driver (BCM.hcd) to your home directory (/home/YourUsername/) and run the following command in order to move it to the folder the kernel is looking on while booting:

    sudo mv ~/BCM.hcd /lib/firmware/brcm
    

    You must use the corresponding driver depending on your device and rename it if requested for the kernel.

  3. Reboot your computer and it should work!* (you can enter dmesg | grep -i 'bluetooth' once again to see if the driver has been loaded)

Solution 4

Still facing firmware errors ?

$ dmesg | egrep -i 'blue|firm'
[    0.108524] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.144995] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    4.768278] thinkpad_acpi: ThinkPad firmware release H1EC34WW doesn't match the known patterns
[    4.808333] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    5.267304] Bluetooth: Core ver 2.22
[    5.267329] Bluetooth: HCI device and connection manager initialized
[    5.267333] Bluetooth: HCI socket layer initialized
[    5.267335] Bluetooth: L2CAP socket layer initialized
[    5.267339] Bluetooth: SCO socket layer initialized
[    5.405755] Bluetooth: hci0: BCM: chip id 70
[    5.406559] Bluetooth: hci0: BCM: features 0x06
[    5.422570] Bluetooth: hci0: BCM43142A
[    5.422575] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0000
[    5.424415] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[    5.424420] Bluetooth: hci0: BCM: 'brcm/BCM43142A0-105b-e065.hcd'
[    5.424421] Bluetooth: hci0: BCM: 'brcm/BCM-105b-e065.hcd'
[    7.441899] Bluetooth: hci0: command 0x1003 tx timeout
[    7.443566] Bluetooth: hci0: unexpected event for opcode 0x1003
[   17.500493] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   17.500496] Bluetooth: BNEP filters: protocol multicast
[   17.500501] Bluetooth: BNEP socket layer initialized
[   38.846123] Bluetooth: RFCOMM TTY layer initialized
[   38.846129] Bluetooth: RFCOMM socket layer initialized
[   38.846136] Bluetooth: RFCOMM ver 1.11

  • I just found another methods from hear

Method Is:

  • downloading brcm/BCM43142A0-105b-e065.hcd file from broadcom-bt-firmware
  • And pasting in to /lib/firmware/brcm folder.
  • For doing this use below commands.

COMMAND:

sudo apt-get update && sudo apt-get install wget

sudo wget https://github.com/winterheart/broadcom-bt-firmware/raw/master/brcm/BCM43142A0-105b-e065.hcd -P /lib/firmware/brcm
  • Reboot your pc :)
Share:
96,199

Related videos on Youtube

Guja1501
Author by

Guja1501

Updated on September 18, 2022

Comments

  • Guja1501
    Guja1501 over 1 year

    Bluetooth is on but can't find or be found by any other devices.

    Output of sudo service bluetooth status:

    ● bluetooth.service - Bluetooth service
       Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
       Active: active (running) since ხუთ 2015-06-04 22:33:18 GET; 13min ago
     Main PID: 26678 (bluetoothd)
       CGroup: /system.slice/bluetooth.service
               └─26678 /usr/sbin/bluetoothd -n
    
    ივნ 04 22:39:14 Rangoo bluetoothd[26678]: Endpoint registered: sender=:1.63 path=/MediaEndpoint/BlueZ4/HFPAG
    ივნ 04 22:39:14 Rangoo bluetoothd[26678]: Endpoint registered: sender=:1.63 path=/MediaEndpoint/BlueZ4/HFPHS
    ივნ 04 22:39:14 Rangoo bluetoothd[26678]: Endpoint registered: sender=:1.63 path=/MediaEndpoint/BlueZ4/A2DPSource
    ივნ 04 22:39:14 Rangoo bluetoothd[26678]: Endpoint registered: sender=:1.63 path=/MediaEndpoint/BlueZ4/A2DPSink
    ივნ 04 22:39:14 Rangoo bluetoothd[26678]: bluetoothd[26678]: Endpoint registered: sender=:1.63 path=/MediaEndpoint/BlueZ4/HFPAG
    ივნ 04 22:39:14 Rangoo bluetoothd[26678]: bluetoothd[26678]: Endpoint registered: sender=:1.63 path=/MediaEndpoint/BlueZ4/HFPHS
    ივნ 04 22:39:14 Rangoo bluetoothd[26678]: bluetoothd[26678]: Endpoint registered: sender=:1.63 path=/MediaEndpoint/BlueZ4/A2DPSource
    ივნ 04 22:39:14 Rangoo bluetoothd[26678]: bluetoothd[26678]: Endpoint registered: sender=:1.63 path=/MediaEndpoint/BlueZ4/A2DPSink
    ივნ 04 22:39:14 Rangoo bluetoothd[26678]: Adapter /org/bluez/26678/hci0 has been enabled
    ივნ 04 22:39:14 Rangoo bluetoothd[26678]: bluetoothd[26678]: Adapter /org/bluez/26678/hci0 has been enabled
    

    Output of lsusb:

    Bus 003 Device 005: ID 0a5c:21d7 Broadcom Corp. BCM43142 Bluetooth 4.0
    

    How can I fix it?

  • solsTiCe
    solsTiCe almost 9 years
    Most of the times when I woke up my laptop, the reloading of the bluetooth module fails with a kernel stack trace. If you need bluetooth without rebooting, you will need to unload the bluetooth module (sudo modprobe -r btusb) and reload it (sudo modprobe btusb) for blueooth to work again. bugzilla.kernel.org/show_bug.cgi?id=81821
  • kydronin
    kydronin over 8 years
    In step 6, hex2hcd must be given an output file, like: hex2hcd [input-file] -o [output-file] Can you please update the answer?
  • Pilot6
    Pilot6 over 8 years
    There is output file in the answer. Or did the author change it. It used to be `hex2hcd input-file output-file
  • Mike
    Mike about 8 years
    Thanks to Pilot6 for providing this answer! One more thing worth mentioning is that the blueman utility breaks this solution (a problem that happened to me). See askubuntu.com/questions/767046/….
  • Wilf
    Wilf almost 8 years
    By the way, suspending (and/or switching on/off 'Aeroplane mode' in Gnome WiFi settings) works sometimes as a alternative to reloading modules/rebooting.
  • morhook
    morhook almost 8 years
    The positioning for some newer kernels is different. In my case (tested with kernel 4.4 and 4.7rc4), it's /lib/firmware/brcm/BCM-0a5c-6410.hcd
  • Pilot6
    Pilot6 almost 8 years
    @morhook They really do change it. But it looks like BCM*.hcd will do. I need to look into the code.
  • morhook
    morhook almost 8 years
    Thanks @Pilot6 for updating main post. In my case I looked the error in dmesg to know my correct file. Example dmesg output: [ 3.479417] bluetooth hci0: Direct firmware load for brcm/BCM-0a5c-6410.hcd failed with error -2 [ 3.479421] Bluetooth: hci0: BCM: Patch brcm/BCM-0a5c-6410.hcd not found
  • Pilot6
    Pilot6 almost 8 years
    Thanks for the comment. I checked the source code and found that they really changed file names again.
  • morhook
    morhook almost 8 years
    Thanks you! Is there any way to contact the Broadcom lawyers and explain them the situation for us? Making this process in all Broadcom-based usb-bluetooth seems lengthy
  • Pilot6
    Pilot6 almost 8 years
    @morhook Do you believe that noone tried to contact them? )))) This situation holds for many years.
  • morhook
    morhook almost 8 years
    @Pilot6 I've found out this petition change.org/p/… maybe we can sign it? Looks like a similar chipset but for android? Maybe we can make a new petition?
  • Martin - マーチン
    Martin - マーチン almost 8 years
    I just used this for my xubuntu 16.04 install. I have the 4.4.0-31-generic installed and it was actually looking for BCM.hcd . I found the filename by looking at the dmesg output, where it said which file it is trying to load.
  • Pilot6
    Pilot6 almost 8 years
    I am a bit confused with it too. I do not have this hardware. You can try both names to be sure.
  • HackToHell
    HackToHell over 7 years
    I get hci0 command 0x1001 tx timeouterror now, any leads?
  • HackToHell
    HackToHell over 7 years
    Okay spamming rfkill unblock bluetooth got it working.
  • NeverEndingQueue
    NeverEndingQueue over 7 years
    @Pilot6 After such a operation my bluetooth device is no longer visible on Ubuntu 16.04, kernel: 4.4.0-45-generic. lspci and lsusb also does not display it anymore. Any idea?
  • crypdick
    crypdick over 7 years
    @NeverEndingQueue there was a missing -o in step #6. I edited the answer to fix the command.
  • Pilot6
    Pilot6 over 7 years
    @RovingRichard That is wrong. The syntax for hex2hcd from that git repo is hex2hcd <input hex file> <output file>. Editors: please do not add this. maybe you are using some other hex2hcd version.
  • crypdick
    crypdick over 7 years
    @Pilot6 From the output of hex2hcd -h : -o, --output <file> Provide firmware output file. My version is 5.37, which is the version I got from following the instructions in your answer.
  • crypdick
    crypdick over 7 years
    @Pilot6 My version's manpage says the usage is hex2hcd [options] <file>
  • Pilot6
    Pilot6 over 7 years
    Your version is your version. It is not related to my answer.
  • Captain_Frog
    Captain_Frog about 7 years
    Ubuntu 16.04.1 LTS - Thanks for this answer. Now my laptop is able to connect to bluetooth devices in the vicinity. This is shown by an icon close to the clock. However, in the system settings, when I click on the the bluetooth icon, it does not show anything ans is still asking for a BT adaptor. But this is probably another story...
  • Greg Bray
    Greg Bray over 6 years
    In my case (UtechSmart USB Bluetooth 4.0 Device id: 0a5c:21e8) the winterheart drivers loaded but hcitool dev still didn't show any devices and there was an error in syslog. Found another driver at plugable.com/2014/06/23/… that did work.
  • Manu CJ
    Manu CJ over 6 years
    DUALBOOT USERS: Note that you can extract the correct firmware from your Windows OS. In order to do that, go to Windows Device Manager, find your Bluetooth device, right-click, Properties, Driver, Driver Details. There you will find the path to your .hex file, which you can copy to your Linux system. After that, follow the steps 5-8. This answer is excellent, by the way.
  • Helen Craigman
    Helen Craigman about 6 years
    In my case (Lenovo G510, Ubuntu 14.4.05): ~$ dmesg | grep -i 'bluetooth':: [ 4.796921] usb 3-7: Product: Bluetooth USB Host Controller; Bluetooth: Core ver 2.21; HCI device and connection manager initialized; Bluetooth: HCI socket layer initialized; L2CAP socket layer initialized; Bluetooth: SCO socket layer initialized; BNEP socket layer initialized; Bluetooth: RFCOMM TTY layer initialized; RFCOMM socket layer initialized; RFCOMM ver 1.11; and nothing in: ~$ usb-devices | grep blue. What should I do?
  • Krzysztof Wołowski
    Krzysztof Wołowski about 6 years
    Even though my kernel version is 4.13 I had to use BCM.hcd file (recommended for 4.2+ kernel versions). This allowed me to connect the headset but it wasn't showing in the sound settings' output devices. To solve this problem I had tu run the "magic" python script from gist.github.com/pylover/d68be364adac5f946887b85e6ed6e7ae as well.
  • Jonathan Porter
    Jonathan Porter over 5 years
    @ManuCJ please post that as an answer because it worked perfectly for me. Thank you!
  • Sriram Kannan
    Sriram Kannan over 5 years
    It worked! Thanks a lot! In my case, "BCM43142 802.11b/g/n [14e4:4365] (rev 01)" version wasn't available in the github folder, but I just tried it with BCM43142A0-185f-2167.hcd and it worked!
  • Manu CJ
    Manu CJ over 5 years
    @JonathanPorter Happy to hear that, I'd post that but the question has been protected, so not possible.
  • jdnz
    jdnz over 5 years
  • Maxsash
    Maxsash over 5 years
    kernel 4.9.0-8-amd64 here. I needed to use BCM.hcd instead of BCM-<VID>-<PID>.hcd
  • PhatHV
    PhatHV over 4 years
    It worked and simple. I used command 'lsusb' and it show the "0a5c:21d7 Broadcom Corp. BCM43142 Bluetooth 4.0". I just download the BCM43142A0-0a5c-21d7.hcd and it worked. Thanks you.
  • feeela
    feeela over 4 years
    The *.hcd-files may be found here: github.com/winterheart/broadcom-bt-firmware (Tip found via: dev-pages.info/ubuntu-bluetooth)
  • Shubhang Kakkar
    Shubhang Kakkar almost 3 years
    thank you bro you are life saver
  • Bassie
    Bassie over 2 years
    what does this mean Now extract that firmware from the same cab file.?
  • Pilot6
    Pilot6 over 2 years
    @Bassie You can open a cab file with Archive Manager.
  • Bassie
    Bassie over 2 years
    but there is no mention of any cab file before this line
  • Pilot6
    Pilot6 over 2 years
    Driver may be as a cab file.