bell Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/21241977654fa2c194802e2.jpg)
Joined: 27 Nov 2007 Posts: 514
|
Posted: Sun Jan 05, 2025 12:13 pm Post subject: bluetooth connection to keyboard does not work |
|
|
I try to connect my bluetooth keyboard to the Gentoo system on SteamDeck. The device disconnect shortly.
In Blueman I get only the error message "Keine Audio-Endpunkte registriert" (No Audio-Endpoints registered).
I do not know why I need an Audio-Endpoint for Keyboard.
Bluetooth-Connection to my headset does work with this device.
The keyboard does work with other comparable Gentoo device without issues.
If I try to connect:
Code: | ~ $ bluetoothctl
[bluetooth]# Agent registered
[bluetooth]# scan on
[bluetooth]# agent off
[bluetooth]# Agent unregistered
[bluetooth]# agent KeyboardOnly
[bluetooth]# Agent registered
[bluetooth]# scan on
[bluetooth]# SetDiscoveryFilter success
[bluetooth]# Discovery started
[bluetooth]# [CHG] Controller 2C:3B:70:F0:66:52 Discovering: yes
[bluetooth]# [NEW] Device 20:20:01:41:17:29 Bluetooth 3.0 Keyboard
[bluetooth]# [CHG] Device 20:20:01:41:17:29 RSSI: 0xffffffb3 (-77)
[bluetooth]# pair 20:20:01:41:17:29
Attempting to pair with 20:20:01:41:17:29
[Bluetooth 3.0 Keyboard]# [CHG] Device 20:20:01:41:17:29 Connected: yes
[Bluetooth 3.0 Keyboard]# [CHG] Device 20:20:01:41:17:29 Bonded: yes
[Bluetooth 3.0 Keyboard]# [CHG] Device 20:20:01:41:17:29 Modalias: usb:v04E8p7021d011B
[Bluetooth 3.0 Keyboard]# [CHG] Device 20:20:01:41:17:29 UUIDs: 00001000-0000-1000-8000-00805f9b34fb
[Bluetooth 3.0 Keyboard]# [CHG] Device 20:20:01:41:17:29 UUIDs: 00001124-0000-1000-8000-00805f9b34fb
[Bluetooth 3.0 Keyboard]# [CHG] Device 20:20:01:41:17:29 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[Bluetooth 3.0 Keyboard]# [CHG] Device 20:20:01:41:17:29 ServicesResolved: yes
[Bluetooth 3.0 Keyboard]# [CHG] Device 20:20:01:41:17:29 Paired: yes
[Bluetooth 3.0 Keyboard]# Pairing successful
[Bluetooth 3.0 Keyboard]# pair 20:20:01:41:17:29[CHG] Device 20:20:01:41:17:29 ServicesResolved: no
[bluetooth]# pair 20:20:01:41:17:29[CHG] Device 20:20:01:41:17:29 Connected: no
[bluetooth]# pair 20:20:01:41:17:29[CHG] Device 20:20:01:41:17:29 RSSI: 0xffffffbf (-65)
[bluetooth]# scan on[CHG] Device 20:20:01:41:17:29 RSSI: 0xffffffb7 (-73)
[bluetooth]# connect 20:20:01:41:17:29
Attempting to connect to 20:20:01:41:17:29
[Bluetooth 3.0 Keyboard]# [CHG] Device 20:20:01:41:17:29 Connected: yes
[Bluetooth 3.0 Keyboard]# [CHG] Device 20:20:01:41:17:29 ServicesResolved: yes
[Bluetooth 3.0 Keyboard]# Failed to connect: org.bluez.Error.NotAvailable br-connection-profile-unavailable
[Bluetooth 3.0 Keyboard]# [CHG] Device 20:20:01:41:17:29 ServicesResolved: no
[bluetooth]# [CHG] Device 20:20:01:41:17:29 Connected: no
[bluetooth]# |
What could be the issue? |
|