airpods 2 - ubuntu 19.10 - Thinkpad x1Extreme 2 - 配对失败

c-o*_*o-d 6 thinkpad bluetooth

无法让我的 Airpods 2 与我的笔记本电脑成功配对。在蓝牙菜单中,我看到了我的 Airpods 2,但双击没有配对,并且仍然显示“未设置”文本。

我也尝试过与blueman配对,但blueman总是说配对失败。尝试过用 Dual 或 bredr 更改 bluetooth/main.conf 的技巧ControllerMode,但都失败了。

journalctl -f,我确实找到了这个日志:

Jan 06 07:19:36 edgar-ThinkPad-X1-Extreme-2nd gnome-control-c[5489]: Setting up /org/bluez/hci0/dev_E4_76_84_72_CB_79 failed: Timeout was reached
Run Code Online (Sandbox Code Playgroud)

但我不知道为什么配对会超时。

不知道还能尝试/做什么。

相关规格:

uname -a
Linux edgar-ThinkPad-X1-Extreme-2nd 5.3.0-26-generic #28-Ubuntu SMP Wed Dec 18 05:37:46 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
(Mon Jan-1 7:10:21am)-(CPU 2.9%:0:Net 60)-(edgar:~)-(1.8G:60)
> cat /etc/os-release 
NAME="Ubuntu"
VERSION="19.10 (Eoan Ermine)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 19.10"
VERSION_ID="19.10"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=eoan
UBUNTU_CODENAME=eoan
> hciconfig -a
hci0:   Type: Primary  Bus: USB
    BD Address: 94:E6:F7:71:FA:47  ACL MTU: 1021:4  SCO MTU: 96:6
    UP RUNNING 
    RX bytes:4354 acl:0 sco:0 events:132 errors:0
    TX bytes:1357 acl:0 sco:0 commands:56 errors:0
    Features: 0xbf 0xfe 0x0f 0xfe 0xdb 0xff 0x7b 0x87
    Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
    Link policy: RSWITCH SNIFF 
    Link mode: SLAVE ACCEPT 
    Name: 'edgar-ThinkPad-X1-Extreme-2nd'
    Class: 0x000000
    Service Classes: Unspecified
    Device Class: Miscellaneous, 
    HCI Version: 5.0 (0x9)  Revision: 0x100
    LMP Version: 5.0 (0x9)  Subversion: 0x100
    Manufacturer: Intel Corp. (2)

hcitool dev
Devices:
    hci0    94:E6:F7:71:FA:47

Run Code Online (Sandbox Code Playgroud)

Rém*_*her 8

感谢@rahduro:Airpods 2019 蓝牙配对问题

尝试添加ControllerMode = bredr/etc/bluetooth/main.conf文件。使用以下命令重新启动蓝牙服务 sudo systemctl restart bluetooth。然后尝试用airpods修复,这对我19.10有用。

然而,当它应该尝试两种模式时,知道为什么它不适用于双模式会很有趣?