My original question was this one: Bluetooth does not detect any devices [Ubuntu 16.04]
but it was marked as a duplicate however I could not find the solution even here: Bluetooth Broadcom 43142 isn't working on ubuntu
So, how can I fix this problem: "Bluetooth does not detect any devices. It just keeps searching and searching."
It was recommended to me that I find another Windows driver for this adapter, which I do not know how to do.
[Edit] Output of: dmesg | grep -i blue; rfkill list
[ 15.098083] Bluetooth: Core ver 2.21
[ 15.098120] Bluetooth: HCI device and connection manager initialized
[ 15.098128] Bluetooth: HCI socket layer initialized
[ 15.098133] Bluetooth: L2CAP socket layer initialized
[ 15.098153] Bluetooth: SCO socket layer initialized
[ 17.248294] Bluetooth: hci0 command 0x1001 tx timeout
[ 25.241033] Bluetooth: hci0: BCM: Reading local version info failed (-110)
[ 25.246820] Bluetooth: hci0: BCM: chip id 70
[ 25.263214] Bluetooth: hci0: BCM43142A
[ 25.263227] Bluetooth: hci0: BCM (001.001.011) build 0000
[ 26.216477] Bluetooth: hci0: BCM (001.001.011) build 0339
[ 26.232575] Bluetooth: hci0: Broadcom Bluetooth 4.0 USB
[ 26.960425] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 26.960430] Bluetooth: BNEP filters: protocol multicast
[ 26.960438] Bluetooth: BNEP socket layer initialized
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
3: acer-wireless: Wireless LAN
Soft blocked: no
Hard blocked: no
I would really appreciate some help here.
Thanks a lot in advance!
bump addr to 0x00210000`
and then I got a BCM.hcd file in my home folder. The I typed this in the terminal:
– Kriss Atanasov Dec 25 '16 at 10:49sudo cp ~/BCM.hcd /lib/firmware/brcm
and the BCM file was copied in the brcm folder. Did I make a mistake somewhere along the way?