You are not logged in.

#1 2020-12-08 12:21:07

Ralfk
Member
Registered: 2020-12-08
Posts: 2

Bluetoothctl does not find my bluetooth headphones

I don't see any devices in bluetoothctl:

[bluetooth]# show
Controller 00:23:4D:FA:DE:BA (public)
	Name: ralf-laptop
	Alias: ralf-laptop
	Class: 0x0000010c
	Powered: yes
	Discoverable: no
	DiscoverableTimeout: 0x000000b4
	Pairable: yes
	UUID: PnP Information           (00001200-0000-1000-8000-00805f9b34fb)
	UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
	UUID: A/V Remote Control        (0000110e-0000-1000-8000-00805f9b34fb)
	Modalias: usb:v1D6Bp0246d0537
	Discovering: yes
[bluetooth]# devices
[bluetooth]#
rfkill list
0: tpacpi_bluetooth_sw: Bluetooth
	Soft blocked: no
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
2: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no

This is the first time am trying to use bluetooth on Linux, so I might be doing something wrong as well.

Last edited by Ralfk (2020-12-08 20:25:14)

Offline

#2 2020-12-08 17:50:47

nichts
Member
Registered: 2020-11-14
Posts: 35

Re: Bluetoothctl does not find my bluetooth headphones

›devices‹ only shows devices known to the software. If you want to scan for devices surrounding you, you should use ›scan on‹. Example:

[bluetooth]# scan on
Discovery started
[CHG] Controller 98:2C:BC:2F:CE:CE Discovering: yes
[NEW] Device 18:62:E4:11:D7:EC Charger

Last edited by nichts (2020-12-08 17:52:52)


english is not my first language. If you find a mistake in this post, please mention it in your reply – this way I can learn.  TIA

Offline

#3 2020-12-08 19:37:26

mcloaked
Member
From: Yorkshire, UK
Registered: 2012-02-02
Posts: 1,360

Re: Bluetoothctl does not find my bluetooth headphones

Have you done

# systemctl start bluetooth

and checked

# systemctl status bluetooth

before starting bluetoothctl?


Mike C

Offline

#4 2020-12-08 20:24:33

Ralfk
Member
Registered: 2020-12-08
Posts: 2

Re: Bluetoothctl does not find my bluetooth headphones

Thanks!
Turns out bluetoothctl does find some devices, but It does not find my headphones (at the time of my earlier trial there were none other on). While they work on my windows laptop and android phone.
Any ideas what could cause this?

Last edited by Ralfk (2020-12-08 20:25:42)

Offline

#5 2020-12-08 22:00:31

mcloaked
Member
From: Yorkshire, UK
Registered: 2012-02-02
Posts: 1,360

Re: Bluetoothctl does not find my bluetooth headphones

Presumably the device you are trying to scan is set to pairing mode - when pairing my ear buds there was a button to push to put it in pairing mode. Also I presume you followed the bluetooth page in the arch wiki?


Mike C

Offline

Board footer

Powered by FluxBB