Hi Folks,
I am using a Rii Mini i8+ little bluetooth keyboard connecting to the built in bluetooth adapter in my Pi 3. It works great except for one rather frustrating detail. Like most bluetooth devices, the keyboard drops into power saving/sleep mode after a few minutes of no use. This is expected, and, normally these sorts of things take a second or 2 to reconnect, which is fine. In this case however it can take up to 20 seconds, which is rather annoying
In the kernel log (dmesg), it shows that it is creating a new input device on each connect, as per the paste below.
Has anyone else had similar issues? I have 2 different Pi 3s which I installed independently which both have the same issue. I have a second Rii Mini i8+ arriving soon, so I can test that it isn’t the keyboard, but I don’t think it is.
If anyone has any ideas, I’d be delighted to hear them.
There are 2 points of interest in the log below:
-
The following error is repeated on each sleep/reconnect cycle
apple 0005:05AC:022C.0016: unknown main item tag 0x0
-
A new device is created on each reconnect
/devices/platform/soc/3f201000.uart/tty/ttyAMA0/hci0/hci0:11/0005:05AC:022C.0015/input/input22 /devices/platform/soc/3f201000.uart/tty/ttyAMA0/hci0/hci0:11/0005:05AC:022C.0016/input/input23
Note particularly 0005:05AC:022C.00
15 → 0005:05AC:022C.00
16
and
input
22 → input
23
[183058.227319] input: Bluetooth 3.0 Macro Keyboard as /devices/platform/soc/3f201000.uart/tty/ttyAMA0/hci0/hci0:11/0005:05AC:022C.0015/input/input22
[183058.229194] apple 0005:05AC:022C.0015: input,hidraw0: BLUETOOTH HID v1.1b Keyboard [Bluetooth 3.0 Macro Keyboard] on b8:27:eb:9e:b3:b0
[198394.997020] apple 0005:05AC:022C.0016: unknown main item tag 0x0
[198394.997462] input: Bluetooth 3.0 Macro Keyboard as /devices/platform/soc/3f201000.uart/tty/ttyAMA0/hci0/hci0:11/0005:05AC:022C.0016/input/input23
[198394.998395] apple 0005:05AC:022C.0016: input,hidraw0: BLUETOOTH HID v1.1b Keyboard [Bluetooth 3.0 Macro Keyboard] on b8:27:eb:9e:b3:b0
[199100.886741] apple 0005:05AC:022C.0017: unknown main item tag 0x0
[199100.887208] input: Bluetooth 3.0 Macro Keyboard as /devices/platform/soc/3f201000.uart/tty/ttyAMA0/hci0/hci0:11/0005:05AC:022C.0017/input/input24
[199100.888124] apple 0005:05AC:022C.0017: input,hidraw0: BLUETOOTH HID v1.1b Keyboard [Bluetooth 3.0 Macro Keyboard] on b8:27:eb:9e:b3:b0
[200234.921150] apple 0005:05AC:022C.0018: unknown main item tag 0x0
[200234.921926] input: Bluetooth 3.0 Macro Keyboard as /devices/platform/soc/3f201000.uart/tty/ttyAMA0/hci0/hci0:11/0005:05AC:022C.0018/input/input25
[200234.923592] apple 0005:05AC:022C.0018: input,hidraw0: BLUETOOTH HID v1.1b Keyboard [Bluetooth 3.0 Macro Keyboard] on b8:27:eb:9e:b3:b0
[202425.309642] apple 0005:05AC:022C.0019: unknown main item tag 0x0
[202425.310114] input: Bluetooth 3.0 Macro Keyboard as /devices/platform/soc/3f201000.uart/tty/ttyAMA0/hci0/hci0:11/0005:05AC:022C.0019/input/input26
[202425.311223] apple 0005:05AC:022C.0019: input,hidraw0: BLUETOOTH HID v1.1b Keyboard [Bluetooth 3.0 Macro Keyboard] on b8:27:eb:9e:b3:b0
[204517.092344] apple 0005:05AC:022C.001A: unknown main item tag 0x0
[204517.093201] input: Bluetooth 3.0 Macro Keyboard as /devices/platform/soc/3f201000.uart/tty/ttyAMA0/hci0/hci0:11/0005:05AC:022C.001A/input/input27
[204517.094835] apple 0005:05AC:022C.001A: input,hidraw0: BLUETOOTH HID v1.1b Keyboard [Bluetooth 3.0 Macro Keyboard] on b8:27:eb:9e:b3:b0
[243062.539668] apple 0005:05AC:022C.001B: unknown main item tag 0x0
[243062.540513] input: Bluetooth 3.0 Macro Keyboard as /devices/platform/soc/3f201000.uart/tty/ttyAMA0/hci0/hci0:11/0005:05AC:022C.001B/input/input28
[243062.542125] apple 0005:05AC:022C.001B: input,hidraw0: BLUETOOTH HID v1.1b Keyboard [Bluetooth 3.0 Macro Keyboard] on b8:27:eb:9e:b3:b0
[245677.684981] apple 0005:05AC:022C.001C: unknown main item tag 0x0
[245677.685744] input: Bluetooth 3.0 Macro Keyboard as /devices/platform/soc/3f201000.uart/tty/ttyAMA0/hci0/hci0:11/0005:05AC:022C.001C/input/input29
[245677.687330] apple 0005:05AC:022C.001C: input,hidraw0: BLUETOOTH HID v1.1b Keyboard [Bluetooth 3.0 Macro Keyboard] on b8:27:eb:9e:b3:b0
[246814.122126] apple 0005:05AC:022C.001D: unknown main item tag 0x0
[246814.122622] input: Bluetooth 3.0 Macro Keyboard as /devices/platform/soc/3f201000.uart/tty/ttyAMA0/hci0/hci0:11/0005:05AC:022C.001D/input/input30
[246814.125063] apple 0005:05AC:022C.001D: input,hidraw0: BLUETOOTH HID v1.1b Keyboard [Bluetooth 3.0 Macro Keyboard] on b8:27:eb:9e:b3:b0
Thanks!
Kent.