蓝牙耳机可以扫描到,但是连接失败.
打开终端输入:
~$ pactl load-module module-bluetooth-discover

在blueman-assistant重新连接即可
附:pactl及pactl load-module module-bluetooth-discover介绍
pactl是什么工具呢?pactl load-module module-bluetooth-discover是什么意思呢?以下为你解答:
1、pactl 是一个PulseAudio声音服务控制器(PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.),pactl被用来向PulseAudio声音服务发出控制指令,pact只能执行一部分操作,pacmad可以执行完整的设置。
2、load-module NAME [ARGUMENTS ...]
Load the specified module with the specified arguments into the running sound server. Prints the numeric index of the module just loaded to STDOUT. You can use it to unload the module later.
3、那么pactl load-module module-bluetooth-discover的意思就是加载module-bluetooth-discover模块,那么这个问题的原因就已经出来了,是因为module-bluetooth-discover模块未被加载。
本文介绍了当蓝牙耳机能够被扫描到但无法成功连接时的解决方案。通过在终端输入特定命令加载PulseAudio的蓝牙发现模块,再使用blueman-assistant重新连接,可以有效解决这一问题。文章还详细解释了pactl和pactl load-module module-bluetooth-discover的含义及其在解决蓝牙耳机连接问题中的作用。
3398

被折叠的 条评论
为什么被折叠?



