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?
Output from lshw or inxi and either lspci or lsusb would help us.
While the make and model of your computer and Bluetooth may be apparent to you, those of us that don't know you or your configuration are at a loss to provide any insight to the issue.
Most of the time, the wifi card driver is the reason for Bluetooth not working. Having the wrong driver installed can allow one but not the other. I would start there. You can get the model of your wifi card using lshw in the terminal.
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.
Would you paste the output of ls -la /lib/firmware/brcm/
?
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.