airpods 2 - ubuntu 19.10 - Thinkpad x1 extreme 2 - 配对失败

airpods 2 - ubuntu 19.10 - Thinkpad x1 extreme 2 - 配对失败

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

我也尝试过用 blueman 配对,但 blueman 总是说配对失败。尝试过在 bluetooth/main.conf 中使用 dual 或 bredr 进行更改的技巧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

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

不确定还能尝试/做什么。

相关规格:

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

答案1

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

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

然而,有趣的是,当它应该尝试两种模式时,为什么它不适用于双重模式?

相关内容