You are not logged in.
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: noThis 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
›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 ChargerLast 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
Have you done
# systemctl start bluetooth
and checked
# systemctl status bluetoothbefore starting bluetoothctl?
Mike C
Offline
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
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