Apple Magic Keyboard/Trackpad 2 将与 Linux 设备配对但无法连接

mau*_*erf 6 bluetooth linux-device-driver archlinux bluez

我已经通过建立 USB 连接在我的 Archlinux 机器上使用 Apple 最新版本的妙控键盘和妙控板一段时间了。这工作得很好。\n现在,为了最大限度地减少办公桌上的电缆混乱,我想通过无线蓝牙连接来使用它们。

\n\n

查找并与两者中的任何一个配对效果都很好,但每次连接都会失败。\n我已经尝试过bluetoothctlblueman-manager

\n\n

虽然blueman-manager给出“连接失败:输入/输出错误”错误消息,但如果我尝试使用以下方式连接,则会发生以下情况bluetoothctl

\n\n
\xe2\x9e\x9c  ~ bluetoothctl\nAgent registered\n[bluetooth]# power on\nChanging power on succeeded\n[bluetooth]# pairable on\nChanging pairable on succeeded\n[bluetooth]# scan on\nDiscovery started\n[CHG] Controller 00:19:86:00:0F:AF Discovering: yes\n[NEW] Device 50:A0:09:B0:5B:F7 50-A0-09-B0-5B-F7\n[NEW] Device 56:43:CD:7D:4B:7C 56-43-CD-7D-4B-7C\n[NEW] Device 2C:33:61:E2:30:C0 Magic Keyboard\n[bluetooth]# pair 2C:33:61:E2:30:C0 \nAttempting to pair with 2C:33:61:E2:30:C0\n[CHG] Device 2C:33:61:E2:30:C0 Connected: yes\nRequest confirmation\n[agent] Confirm passkey 194572 (yes/no): yes\n[CHG] Device 2C:33:61:E2:30:C0 UUIDs: 00001124-0000-1000-8000-00805f9b34fb\n[CHG] Device 2C:33:61:E2:30:C0 UUIDs: 00001200-0000-1000-8000-00805f9b34fb\n[CHG] Device 2C:33:61:E2:30:C0 ServicesResolved: yes\n[CHG] Device 2C:33:61:E2:30:C0 Paired: yes\nPairing successful\n[CHG] Device 2C:33:61:E2:30:C0 ServicesResolved: no\n[CHG] Device 2C:33:61:E2:30:C0 Connected: no\n[bluetooth]# trust 2C:33:61:E2:30:C0 \n[CHG] Device 2C:33:61:E2:30:C0 Trusted: yes\nChanging 2C:33:61:E2:30:C0 trust succeeded\n[CHG] Device 2C:33:61:E2:30:C0 RSSI: -51\n[bluetooth]# connect 2C:33:61:E2:30:C0 \nAttempting to connect to 2C:33:61:E2:30:C0\n[CHG] Device 2C:33:61:E2:30:C0 Connected: yes\nConnection successful\n[CHG] Device 2C:33:61:E2:30:C0 Connected: no\n[CHG] Device 2C:33:61:E2:30:C0 Class: 0x00000540\n[CHG] Device 2C:33:61:E2:30:C0 Icon: input-keyboard\n[CHG] Device 2C:33:61:E2:30:C0 Connected: yes\n[CHG] Device 2C:33:61:E2:30:C0 Connected: no\n
Run Code Online (Sandbox Code Playgroud)\n\n

现在,每当我按键盘上的任意键/触摸触控板时,都会重复最后两行:

\n\n
[CHG] Device 2C:33:61:E2:30:C0 Connected: yes\n[CHG] Device 2C:33:61:E2:30:C0 Connected: no\n
Run Code Online (Sandbox Code Playgroud)\n\n

我怀疑这是某种驱动程序问题,但我不确定。

\n