Gday @khanozai , Welcome to the community!
Can you tell us more about the bluetooth?
usb/pci?
The make & model of the bluetooth?
Your machine spec's/make & model?
i am using Sony VAIO Model: SVF14A15CLB. and full new on linux.
plz give me command to find for now i am unable to find. i am new on zorin os.
here you go. share the output of these two commands.
lshw
and lspci
This May have a solution worth trying:
My Problem was just a naming issue :-
$ dmesg | grep -i 'bluetooth'
if you are facing some naming problem,the output of above command should be somthing like this ->
Bluetooth hci0: Direct firmware load for brcm/BCM43142A0-0489-e062.hcd failed with error -2
Bluetooth: hci0: BCM: Patch brcm/BCM43142A0-0489-e062.hcd not foundThe Problem here is in this folder : /lib/firmware/brcm
$ ls /lib/firmware/brcm/*.hcd
The above command gives output of some *.hcd file (in my case BCM.hcd).
But my kernal is looking for BCM43142A0-0489-e062.hcd.
All you need to do is make a copy and rename.$ cp /lib/firmware/brcm/BCM.hcd /lib/firmware/brcm/BCM43142A0-0489-e062.hcd (in my case)
Restart the PC and will see the frimware is loaded.
BAM!!
Now you can see bluetooh is working.
Done.
Open the terminal & copy & paste the below command:
cp /lib/firmware/brcm/BCM.hcd /lib/firmware/brcm/BCM43142A0-0489-e062.hcd
Then restart your machine & try the bluetooth.
bro Ocka give mr command i put and share the result .
Gdat @khanozai ,
We need to see the results for this please.
ls /lib/firmware/brcm
You should see something like this:
joe@joe-Standard-PC-i440FX-PIIX-1996:~$ ls /lib/firmware/brcm
BCM-0bb4-0306.hcd
bcm4329-fullmac-4.bin
bcm43xx-0.fw
bcm43xx_hdr-0.fw
brcmfmac43143.bin
brcmfmac43143-sdio.bin
brcmfmac43236b.bin
brcmfmac43241b0-sdio.bin
brcmfmac43241b4-sdio.bin
brcmfmac43241b5-sdio.bin
brcmfmac43242a.bin
brcmfmac4329-sdio.bin
brcmfmac4330-sdio.bin
brcmfmac4330-sdio.Prowise-PT301.txt
we need to see the BCM file name's like in my results
Does removing the bluetooth usb dongle wait 15sec or so, & re-plug it in help?
If not then Remove the usb dongle & run this in the terminal:
sudo apt install -f
let us know if this helped.
If not please show the results for this
sudo systemctl status bluetooth.service
i try the command but still not working so i share the output of the command plz cheak the tell the solution.
Can you tell us the model/brand of the usb bluetooth dongle please.
i am using Sony VAIO laptop i7 3rd gen Model: SVF14A15CLB.
Can you instll the Bluetooth firmware by downloading the self installer from here:
https://github.com/winterheart/broadcom-bt-firmware/releases/download/v12.0.1.1105_p3/broadcom-bt-firmware-10.1.0.1115.deb
It will land in your ~Downloads folder. Double click the installer to run it or run it from terminal
cd ~Downloads && sudo dpkg -i *.deb