Bluetooth devices not found

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
chelo
Level 1
Level 1
Posts: 4
Joined: Mon Dec 05, 2022 3:01 pm

Bluetooth devices not found

Post by chelo »

Hello there,
I have installed linux mint 21 on my laptop (HP ENVY TS 15 Notebook PC).
My problem is that it doesn't find bluetooth devices. I just try

Code: Select all

sudo dmesg | grep -i bluetooth | grep -i firmware
but not working.
Last edited by LockBot on Mon Jun 05, 2023 10:00 pm, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Jymm
Level 4
Level 4
Posts: 270
Joined: Sat Oct 09, 2021 6:03 pm
Location: USA

Re: Bluetooth devices not found

Post by Jymm »

Run <sudo lshw> in a terminal - look for usb controlller for bluetooth and post here

Example output:
*-usb:1
description: Bluetooth wireless interface
vendor: Intel Corp.
physical id: a
bus info: usb@1:a
version: 0.02
capabilities: bluetooth usb-2.01
configuration: driver=btusb maxpower=100mA speed=12Mbit/s
*-usbhost:1
chelo
Level 1
Level 1
Posts: 4
Joined: Mon Dec 05, 2022 3:01 pm

Re: Bluetooth devices not found

Post by chelo »

Code: Select all

usb:1
             description: USB controller
             product: 8 Series/C220 Series Chipset Family USB EHCI #2
             vendor: Intel Corporation
             physical id: 1a
             bus info: pci@0000:00:1a.0
             version: 05
             width: 32 bits
             clock: 33MHz
             capabilities: pm debug ehci bus_master cap_list
             configuration: driver=ehci-pci latency=0
             resources: irq:16 memory:b291d000-b291d3ff
           *-usbhost
                product: EHCI Host Controller
                vendor: Linux 5.15.0-56-generic ehci_hcd
                physical id: 1
                bus info: usb@1
                logical name: usb1
                version: 5.15
                capabilities: usb-2.00
                configuration: driver=hub slots=2 speed=480Mbit/s
              *-usb
                   description: USB hub
                   product: Integrated Rate Matching Hub
                   vendor: Intel Corp.
                   physical id: 1
                   bus info: usb@1:1
                   version: 0.05
                   capabilities: usb-2.00
                   configuration: driver=hub slots=6 speed=480Mbit/s
User avatar
Jymm
Level 4
Level 4
Posts: 270
Joined: Sat Oct 09, 2021 6:03 pm
Location: USA

Re: Bluetooth devices not found

Post by Jymm »

The output does not say Bluetooth anywhere.
I.E. *-usb:1 description: Bluetooth wireless interface

Did Bluetooth previously work? Does the Bluetooth work with another OS or on the Mint USB install? Are you sure your laptop has Bluetooth? It may not have a Bluetooth device or the device may not be working. You may need a Bluetooth dongle. Maybe someone else can give you more help.
User avatar
JerryF
Level 16
Level 16
Posts: 6571
Joined: Mon Jun 08, 2015 1:23 pm
Location: Rhode Island, USA

Re: Bluetooth devices not found

Post by JerryF »

Run:

Code: Select all

lsusb && rfkill list all
chelo
Level 1
Level 1
Posts: 4
Joined: Mon Dec 05, 2022 3:01 pm

Re: Bluetooth devices not found

Post by chelo »

lsusb && rfkill list all

Code: Select all

Bus 002 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 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 005: ID 064e:e264 Suyin Corp. HP Truevision HD
Bus 003 Device 004: ID 0a5c:21fb Broadcom Corp. BCM20702A0
Bus 003 Device 003: ID 1c4f:0202 SiGma Micro Usb KeyBoard
Bus 003 Device 007: ID 138a:0050 Validity Sensors, Inc. Swipe Fingerprint Sensor
Bus 003 Device 006: ID 0eef:a103 D-WAV Scientific Co., Ltd eGalaxTouch EXC7910-1023-12.00.00
Bus 003 Device 002: ID 275d:0ba6  USB OPTICAL MOUSE 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
User avatar
JerryF
Level 16
Level 16
Posts: 6571
Joined: Mon Jun 08, 2015 1:23 pm
Location: Rhode Island, USA

Re: Bluetooth devices not found

Post by JerryF »

Hmm.

lsusb shows your Bluetooth adapter:

Bus 003 Device 004: ID 0a5c:21fb Broadcom Corp. BCM20702A0

and

rfkill list all shows that it's not switched off by hardware or software.

Someone with experience with Bluetooth will have to come along and advise. The forum has a few experts on it. Sorry I couldn't help.
chelo
Level 1
Level 1
Posts: 4
Joined: Mon Dec 05, 2022 3:01 pm

Re: Bluetooth devices not found

Post by chelo »

If it will be interesting, wifi not working also and I'm using wired connection.
User avatar
Jymm
Level 4
Level 4
Posts: 270
Joined: Sat Oct 09, 2021 6:03 pm
Location: USA

Re: Bluetooth devices not found

Post by Jymm »

I have had a Broadcom driver before and have had issues as it is proprietary. I do not have Broadcom now, but here is a list of Broadcom drivers in Synaptic, I am not seeing support for your Broadcom Corp. BCM20702A0 device but only for BCM43????.

BCM20702A0 as all seem to be for
Screenshot at 2022-12-08 04-42-02.png


These post may help you:
https://www.linuxquestions.org/question ... 175511116/

echo "19ff 0239" >> /sys/bus/usb/drivers/btusb/new_id
fixed it.

From this forum:
viewtopic.php?t=291426
[solved] Unable to get bluetooth adapter BCM20702A0 up and running

It seems to have problems on Kali and Arch also. Try this search if the other two fail, there are a lot more posts, some about kernel patches.
enter <Broadcom Corp. BCM20702A0 supported for Linux> in the search box.
Again maybe someone with more experience will be willing to help.
Locked

Return to “Networking”