I am trying to connect my JBL bluetooth speaker via Bluetooth with my Dell Laptop (Ubuntu Gnome 16.04).
I am able to find JBL speakers in the list of available bluetooth devices after turning on bluetooth in my laptop. However I am unable to connect it to my laptop.
See Image here However the speaker works fine in my laptop Windows and also from my android phone. So I guess this is a bluetooth driver problem in Ubuntu.
The following is the output of lspci
command:
00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b)
00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
0:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 1 (rev e4)
00:1c.2 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)
00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)
00:1c.4 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 5 (rev e4)
00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
06:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01)
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 07)
08:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
If someone knows the procedure to fix this issue, please do answer. Thanks in advance.
lspci
instead and post the line referring to your actual BT device only, everything else is superfluous). – Jan 07 '18 at 06:53This is the screenshot of my bluetooth settings. You can see that my laptop is unable to find "JBL GO".
https://i.stack.imgur.com/yOOF4.png There is no + sign to add a new device. The only procedure to add a new device is to click on it when it appears in this list of available devices.
– Prasanth Jan 07 '18 at 07:43I have also tried removing the device and connecting again. Didnt work
– Prasanth Jan 07 '18 at 08:14The connection button in the image ( i.stack.imgur.com/b2kqK.png ) just momentarily goes to ON and then goes back OFF. I have also tried removing the device and connecting again. Didnt work I had the exact same problem. This worked for me: https://askubuntu.com/a/1062044
– div11549 Mar 19 '20 at 15:34