我收到了这个错误
Connection Failed: blueman.bluez.errors.DBusFailedError: Protocol not available我尝试了几种解决方案,比如重新安装blueman。
和脉冲音频无法加载蓝牙模块15.10/16.04/16.10
但没什么对我有用的。下面是已安装的东西的列表
dpkg -l | grep bluetooth
ii blueman 2.0.4-1ubuntu2 amd64 Graphical bluetooth manager
ii bluetooth 5.37-0ubuntu5.1 all Bluetooth support
ii gnome-bluetooth 3.18.2-1ubuntu2 amd64 GNOME Bluetooth tools
ii indicator-bluetooth 0.0.6+16.04.20160526-0ubuntu1 amd64 System bluetooth indicator.
ii libbluetooth3:amd64 5.37-0ubuntu5.1 amd64 Library to use the BlueZ Linux Bluetooth stack
ii libgnome-bluetooth13:amd64 3.18.2-1ubuntu2 amd64 GNOME Bluetooth tools - support library
ii pulseaudio-module-bluetooth 1:8.0-0ubuntu3.10 amd64 Bluetooth module for PulseAudio sound server
dmesg | egrep -i 'blue|firm'; pactl list short | grep blue
[ 0.026790] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.197041] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 5.599950] usb 2-4: Product: Bluetooth Radio
[ 15.219353] Bluetooth: Core ver 2.21
[ 15.219366] Bluetooth: HCI device and connection manager initialized
[ 15.219369] Bluetooth: HCI socket layer initialized
[ 15.219372] Bluetooth: L2CAP socket layer initialized
[ 15.219376] Bluetooth: SCO socket layer initialized
[ 15.690338] Bluetooth: hci0: rtl: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723
[ 15.690341] Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_fw.bin
[ 15.849210] rtl8723be: Using firmware rtlwifi/rtl8723befw.bin
[ 15.946331] Bluetooth: hci0: rom_version status=0 version=1
[ 29.075249] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 29.075253] Bluetooth: BNEP filters: protocol multicast
[ 29.075257] Bluetooth: BNEP socket layer initialized
[ 98.470379] Bluetooth: RFCOMM TTY layer initialized
[ 98.470389] Bluetooth: RFCOMM socket layer initialized
[ 98.470395] Bluetooth: RFCOMM ver 1.11操作系统-ubuntu16.04耳机-塔格地狱(https://www.amazon.in/Inferno-Wireless-Bluetooth-Earphone-Carry/dp/B01M9DROES)
发布于 2019-02-07 01:26:22
这文章中的解决方案对我有用:
然后从蓝牙设备中删除该设备,并再次对其进行配对。
如果它有效,可以考虑将第二个命令添加到启动设置中,这样就不必在每次重新启动之后再次运行它。
https://askubuntu.com/questions/1113218
复制相似问题