Hello, I’ve been having an issue with my Bluetooth Keyboard ever since November 12th. I’m not sure if it’s related to me using bluetoothctl to remove the device? The keyboard on my laptop is broke so I depend on this to be able to connect to my Fedora load. The only way I’ve been able to connect the keyboard is by using RDP and then opening Blueman or the GUI and then pairing the keyboard. It will work until I shut the lid or power off.
When this first occurred on November 12ths I noticed the following in my journal entry.
profiles/input/device.c:hidp_add_connection() Rejected connection from !bonded dev ice /org/bluez/hci0/
Based on the search results it recommended adding changing this line in /etc/bluetooth/input.conf
ClassicBondedOnly=false
After I did this I was able to pair the keyboard again and it works until I shut the lid or power off. This is the first time encountering this issue and I’ve been using this Logitech K380 keyboard since Fedora 38 without issues. I’m currently on Fedora 41.
The main thing that stands out in the journal entries is this issue.
bluetoothd[1287]: profiles/input/device.c:control_connect_cb() connect to F4:73:35:98:43:A5: Host is down (112)
Prior to November 12th when this issue first started (Possibly by removing it via bluetoothctl?) I never saw this entry.
I also paired it by using bluetoothctl via this methond>
[bluetooth]# connect F4:73:35:98:43:A5
Attempting to connect to F4:73:35:98:43:A5
[Keyboard K380]# [CHG] Device F4:73:35:98:43:A5 Paired: yes
[Keyboard K380]# Connection successful
[Keyboard K380]# trust F4:73:35:98:43:A5
[Keyboard K380]# [CHG] Device F4:73:35:98:43:A5 Trusted: yes
[Keyboard K380]# Changing F4:73:35:98:43:A5 trust succeeded
This also worked and the keyboard works until I power off or shut the lid.
Here’s some additional output I gathered in case that’s helpful.
hciconfig
hci0: Type: Primary Bus: USB
BD Address: 48:51:B7:5E:C8:0A ACL MTU: 1021:5 SCO MTU: 96:5
UP RUNNING PSCAN
RX bytes:24188 acl:133 sco:0 events:1901 errors:0
TX bytes:21056 acl:49 sco:0 commands:1719 errors:0
Does anyone know what I can try to fix this? I greatly appreciate any input or ideas!