我有一个戴尔inspiron 7520笔记本电脑与Ubuntu16.04LTS安装。当我试图通过蓝牙设置连接我的beats 3蓝牙耳机时,它会提示一条消息:
connection failed. 我试着把它和蓝牙管理软件连接起来。但仍然不能与设备配对。它识别设备,但未能配对。
发出命令后:
sudo pactl list short | grep blue -我得到的结果是
7 module-bluetooth-policy
8 module-bluetooth-discover
9 module-bluez5-discover任何建议。请注意,我最近从windows切换到ubuntu,并且该设备在windows上运行良好。
发布于 2018-01-30 01:58:14
尝试执行以下命令:
sudo apt install pulseaudio-module-bluetooth
sudo killall pulseaudio
sudo service bluetooth restart然后,尝试使用Blueman (蓝牙管理器)再次连接您的设备。
发布于 2021-09-25 10:30:08
如果您想将beats设备连接到您的Ubuntu系统,那么您需要设置蓝牙管理器。
sudo apt update
sudo apt install bluez bluez-tools
sudo apt install blueman
sudo reboothttps://askubuntu.com/questions/936876
复制相似问题