http://www.linuxdiyf.com/linux/26498.html

安裝藍芽音效
sudo apt-get install pulseaudio-module-bluetooth

若有啟動問題請修改

 

    Bug and possible solution: actually I found a bug in that make the headset unusable, it seems that the pulse audio module: module-bluetooth-discover works only if started after the X11 session is up. So I have a workaround.

    Edit the file:

    /etc/pulse/default.pa

    and comment out (with an # at the beginning of the line) the following line:

    #load-module module-bluetooth-discover

    now edit the file:

    /usr/bin/start-pulseaudio-x11

    and after the lines:

       if [ x”$SESSION_MANAGER” != x ] ; then
            /usr/bin/pactl load-module module-x11-xsmp “display=$DISPLAY session_manager=$SESSION_MANAGER” > /dev/null
        fi

    add the following line:

        /usr/bin/pactl load-module module-bluetooth-discover

    This way the Pulse audio’s Bluetooth modules will not be downloaded at boot time but after x11 is started.

 

ubuntu蓝牙音响配对成功但在声音设置中无法设置的解决

发布时间:2016-12-02 09:47:39来源:blog.csdn.net/zhangrelay作者:zhangrelay
首先,连接蓝牙:
ubuntu蓝牙音响配对成功但在声音设置中无法设置的解决
但是,在声音设置中如下:
ubuntu蓝牙音响配对成功但在声音设置中无法设置的解决
ubuntu蓝牙音响配对成功但在声音设置中无法设置的解决
都没有发现设备?
 
打开终端输入:
~$ pactl load-module module-bluetooth-discover  
ubuntu蓝牙音响配对成功但在声音设置中无法设置的解决
这时再看下:
ubuntu蓝牙音响配对成功但在声音设置中无法设置的解决
ubuntu蓝牙音响配对成功但在声音设置中无法设置的解决
OK,就可以使用蓝牙音响了
arrow
arrow
    全站熱搜

    立你斯 發表在 痞客邦 留言(0) 人氣()