Bluetooth not working

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
vansloneker

Bluetooth not working

Post by vansloneker »

On my Lenovo G700 laptop Bluutooth does not seem to work. It is showing in the panel, however does not find any devices. It is working perfectly under the other operating system on this computer. I do not see it listed under inxi -Fxz

Code: Select all

System:    Host: G700 Kernel: 4.10.0-38-generic x86_64 (64 bit gcc: 5.4.0)
           Desktop: Xfce 4.12.3 (Gtk 2.24.28) Distro: Linux Mint 18.3 Sylvia
Machine:   System: LENOVO product: 20251 v: Lenovo G700
           Mobo: LENOVO model: Ginkgo 7A v: 31900058Std
           Bios: LENOVO v: 7ACN89WW date: 11/19/2013
CPU:       Dual core Intel Core i3-3110M (-HT-MCP-) cache: 3072 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 9578
           clock speeds: max: 2400 MHz 1: 1200 MHz 2: 1200 MHz 3: 1200 MHz
           4: 1200 MHz
Graphics:  Card: Intel 3rd Gen Core processor Graphics Controller
           bus-ID: 00:02.0
           Display Server: X.Org 1.18.4 drivers: intel (unloaded: fbdev,vesa)
           Resolution: 1600x900@60.00hz
           GLX Renderer: Mesa DRI Intel Ivybridge Mobile
           GLX Version: 3.0 Mesa 17.2.8 Direct Rendering: Yes
Audio:     Card Intel 7 Series/C210 Series Family High Definition Audio Controller
           driver: snd_hda_intel bus-ID: 00:1b.0
           Sound: Advanced Linux Sound Architecture v: k4.10.0-38-generic
Network:   Card-1: Broadcom BCM43142 802.11b/g/n driver: wl bus-ID: 02:00.0
           IF: wlp2s0 state: up mac: <filter>
           Card-2: Qualcomm Atheros QCA8172 Fast Ethernet
           driver: alx port: 2000 bus-ID: 03:00.0
           IF: enp3s0 state: down mac: <filter>
Drives:    HDD Total Size: 287.7GB (27.4% used)
           ID-1: /dev/sda model: SAMSUNG_SSD_PM83 size: 256.1GB
           ID-2: USB /dev/sdc model: USB_DISK_3.0 size: 31.6GB
Partition: ID-1: / size: 31G used: 8.0G (28%) fs: ext4 dev: /dev/sda6
           ID-2: swap-1 size: 4.19GB used: 0.00GB (0%) fs: swap dev: /dev/sda5
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 43.0C mobo: 43.0C
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 234 Uptime: 23 min Memory: 1411.0/7871.9MB
           Init: systemd runlevel: 5 Gcc sys: 5.4.0
           Client: Shell (bash 4.3.481) inxi: 2.2.35 
Maybe it is a driver issue?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Bluetooth not working

Post by JeremyB »

More likely to be a firmware issue, a decent tutorial at https://askubuntu.com/a/632348/300665
vansloneker

Re: Bluetooth not working

Post by vansloneker »

Thank you for your reply.
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Bluetooth not working

Post by JeremyB »

Post results for lsusb if you need more help with it
vansloneker

Re: Bluetooth not working

Post by vansloneker »

I dug into it but found it all very complicated.
I'll post lsusb asap, other issues demanded my attention priority.
vansloneker

Re: Bluetooth not working

Post by vansloneker »

Code: Select all

Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 105b:e065 Foxconn International, Inc. BCM43142A0 Bluetooth module
Bus 001 Device 003: ID 5986:0295 Acer, Inc 
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 003 Device 002: ID 1c4f:0034 SiGma Micro 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Bluetooth not working

Post by JeremyB »

do

Code: Select all

cd /lib/firmware/brcm
sudo wget https://github.com/winterheart/broadcom-bt-firmware/raw/master/brcm/BCM43142A0-105b-e065.hcd
sudo cp BCM43142A0-105b-e065.hcd BCM.hcd
Shutdown and boot, if it doesn't work post results for

Code: Select all

dmesg | egrep -i 'blue|firm'
willendorfer
Level 1
Level 1
Posts: 33
Joined: Sun Jul 08, 2018 4:22 pm

Re: Bluetooth not working

Post by willendorfer »

My bluetooth audio was initially working fine under Mint 19, but some update seems to have broken it. Bluetooth scans and finds the speakers, having already been correctly paired to them. But when I try to connect it, it connects briefly and then immediately disconnects. Kern.log shows repeated error messages: 1522.001134] Bluetooth: hci0: last event is not cmd complete (0x0f). It has been doing this both before and after the Bluetooth update that showed up this morning on Update Manager.
vansloneker

Re: Bluetooth not working

Post by vansloneker »

JeremyB wrote: Tue Jul 10, 2018 4:53 pm do

Code: Select all

cd /lib/firmware/brcm
sudo wget https://github.com/winterheart/broadcom-bt-firmware/raw/master/brcm/BCM43142A0-105b-e065.hcd
sudo cp BCM43142A0-105b-e065.hcd BCM.hcd
Shutdown and boot, if it doesn't work post results for

Code: Select all

dmesg | egrep -i 'blue|firm'
Thanks for your reply.

Code: Select all

sudo cd BCM43142A0-105b-e065.hcd BCM.hcd
returns

Code: Select all

sudo: cd: command not found
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Bluetooth not working

Post by JeremyB »

I just made an edit to fix the problem command, supposed to be cp for copy not cd
vansloneker

Re: Bluetooth not working

Post by vansloneker »

Thanks again.
It works, but not 100%. A tested headphone works ok.
A keyboard connects, but the system does not respond to inputs from the connected BT keyboard.

Code: Select all

vansloneker@G700 ~ $ dmesg | egrep -i 'blue|firm'
[    1.207467] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    3.267879] Bluetooth: Core ver 2.22
[    3.267896] Bluetooth: HCI device and connection manager initialized
[    3.267903] Bluetooth: HCI socket layer initialized
[    3.267905] Bluetooth: L2CAP socket layer initialized
[    3.267911] Bluetooth: SCO socket layer initialized
[    3.450094] Bluetooth: hci0: BCM: chip id 70
[    3.468932] Bluetooth: hci0: BCM43142A
[    3.468936] Bluetooth: hci0: BCM (001.001.011) build 0000
[    4.201036] Bluetooth: hci0: BCM (001.001.011) build 0312
[    4.216941] Bluetooth: hci0: Broadcom Bluetooth Device (43142)
[    4.293748] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.293750] Bluetooth: BNEP filters: protocol multicast
[    4.293754] Bluetooth: BNEP socket layer initialized
[    6.848547] Bluetooth: RFCOMM TTY layer initialized
[    6.848554] Bluetooth: RFCOMM socket layer initialized
[    6.848558] Bluetooth: RFCOMM ver 1.11
[  204.425359] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[  204.425365] Bluetooth: HIDP socket layer initialized
[  204.431534] input: Bluetooth 3.0 Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/0005:05AC:0239.0002/input/input12
[  204.431979] apple 0005:05AC:0239.0002: input,hidraw1: BLUETOOTH HID v1.1b Keyboard [Bluetooth 3.0 Keyboard] on 9c:d2:1e:f4:35:78
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Bluetooth not working

Post by JeremyB »

I can't be sure on that problem as I have tested bluetooth with a compact Logitech keyboard and it works fine, it appears you might be using an Apple bluetooth keyboard
vansloneker

Re: Bluetooth not working

Post by vansloneker »

It's just an ordinary cheap BT keyboard from the cheap-store.
Locked

Return to “Beginner Questions”