首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >蓝牙耳机无法连接: org.bluez.Error.Failed br-连接-配置文件-不可用

蓝牙耳机无法连接: org.bluez.Error.Failed br-连接-配置文件-不可用
EN

Unix & Linux用户
提问于 2022-05-19 00:10:58
回答 3查看 23.6K关注 0票数 8

想把一些无线耳机连接到我的笔记本电脑上。他们几天前就工作了,然后停了下来,我不知道为什么。在此之前,它可以工作几天,然后停止,直到我重新启动或只是尝试了几个小时后。现在它已经两周没起作用了。

代码语言:javascript
运行
复制
$ neofetch 
OS: Arch Linux x86_64 
Host: 20BU000AUS ThinkPad T450 
Kernel: 5.17.7-zen1-2-zen 

# Installed 
bluez 5.64-2
bluez-firmware 1.2-9
bluez-hid2hci 5.64-2
bluez-libs 5.64-2
bluez-utils 5.64-2
hidapi 0.11.2-1
libldac 2.0.2.3-1
pulseaudio-bluetooth 15.0-4
sbc 1.5-2

$ bluetoothctl show
Powered: yes
Discoverable: no
Pairable: yes

$ bluetoothctl info 8D:40:4C:C6:73:A4 
Device 8D:40:4C:C6:73:A4 (public)
    Paired: yes
    Trusted: yes
    Blocked: no
    Connected: no
    LegacyPairing: no

$ bluetoothctl connect 8D:40:4C:C6:73:A4 
Attempting to connect to 8D:40:4C:C6:73:A4
Failed to connect: org.bluez.Error.Failed br-connection-profile-unavailable

$ journalctl -u bluetooth
bluetoothd[13782]: src/service.c:btd_service_connect() a2dp-sink profile connect failed for 8D:40:4C:C6:73:A4: Protocol not available

$ systemctl list-unit-files | grep blue
UNIT FILE                                  STATE           VENDOR PRESET
bluetooth-mesh.service                     enabled         disabled
bluetooth.service                          enabled         disabled
dbus-org.bluez.mesh.service                alias           -
dbus-org.bluez.service                     alias           -
bluetooth.target                           static          -

$ lsmod | grep bluetooth
bluetooth             925696  31 btrtl,btmtk,btintel,btbcm,bnep,btusb
crc16                  16384  1 bluetooth
rfkill                 36864  6 iwlmvm,bluetooth,thinkpad_acpi,cfg80211
ecdh_generic           16384  2 bluetooth
EN

回答 3

Unix & Linux用户

发布于 2022-10-20 04:50:29

看起来OP在这个问题的评论中找到了一个解决方案,但是对于其他人来说,对我来说,修复它只需要一个systemctl --user enable pulseaudiosystemctl --user start pulseaudio

票数 13
EN

Unix & Linux用户

发布于 2023-01-31 10:42:51

许多消息来源建议在/etc/蓝牙/main.conf中设置ControllerMode = bredrAutoEnable = true,这在以前的安装中为我提供了帮助。

然而,在这种情况下,我不得不注释掉行ControllerMode = bredr,以解决“br-connection-profile-不可用”错误。

(这两件事都发生在拱门上,不知道是什么造成了这一变化)

票数 2
EN

Unix & Linux用户

发布于 2023-04-19 17:34:38

我评论了AutoEnable = true => #AutoEnable = true

票数 0
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/703088

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档