Sau khi kết nối thành công tai nghe bluetooth, hãy thử
sudo -i pactl load-module module-bluetooth-discover
Nếu điều đó cho phép bạn chọn tai nghe làm thiết bị đầu ra, bạn có thể thực hiện các thay đổi sau:
nano /etc/pulse/default.pa
Nhận xét các dòng sau:
#.ifexists module-bluetooth-discover.so
#load-module module-bluetooth-discover
#.endif
Sau đó trong:
nano /usr/bin/start-pulseaudio-x11
Tìm các dòng sau và thêm sau chúng:
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 lines:
/usr/bin/pactl load-module module-bluetooth-discover
# /usr/bin/pactl load-module module-switch-on-connect #<-- Uncomment to automatically select headset on connection