ก่อนอื่นทำการสำรองไฟล์เหล่านี้ (คุณไม่มีทางรู้):
cp /etc/bluetooth/audio.conf /etc/bluetooth/audio.conf.bak
cp /etc/pulse/default.pa /etc/pulse/default.pa.bak
cp /usr/bin/start-pulseaudio-x11 /usr/bin/start-pulseaudio-x11.bak
แก้ไข/etc/bluetooth/audio.conf
และทำให้คล้ายกับสิ่งนี้:
# Configuration file for the audio service
# This section contains options which are not specific to any
# particular interface
[General]
Enable=Gateway,Source
# Switch to master role for incoming connections (defaults to true)
Master=true
# If we want to disable support for specific services
# Defaults to supporting all implemented services
#Disable=Gateway,Source,Socket
Disable=Socket
# SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
# Defaults to HCI
#SCORouting=HCI
# Automatically connect both A2DP and HFP/HSP profiles for incoming
# connections. Some headsets that support both profiles will only connect the
# other one automatically so the default setting of true is usually a good
# idea.
AutoConnect=true
# Headset interface specific options (i.e. options which affect how the audio
# service interacts with remote headset devices)
[Headset]
# Set to true to support HFP, false means only HSP is supported
# Defaults to true
HFP=true
# Maximum number of connected HSP/HFP devices per adapter. Defaults to 1
MaxConnected=2
# Set to true to enable use of fast connectable mode (faster page scanning)
# for HFP when incoming call starts. Default settings are restored after
# call is answered or rejected. Page scan interval is much shorter and page
# scan type changed to interlaced. Such allows faster connection initiated
# by a headset.
FastConnectable=true
# Just an example of potential config options for the other interfaces
#[A2DP]
#SBCSources=1
#MPEG12Sources=0
แก้ไข/etc/pulse/default.pa
และแสดงความคิดเห็นในบรรทัด
#load-module module-bluetooth-discover
(คุณจะต้องเพิ่ม#
เมื่อเริ่มต้นเท่านั้น)
แก้ไข/usr/bin/start-pulseaudio-x11
และเพิ่มบรรทัด/usr/bin/pactl load-module module-bluetooth-discover
หลังจากการโหลดของโมดูลmodule-x11-xsmp
; ในทางปฏิบัติคุณควรแก้ไขไฟล์ใกล้ถึงจุดสิ้นสุดเพื่อให้มี stanza like
if [ x"$SESSION_MANAGER" != x ] ; then
/usr/bin/pactl load-module module-x11-xsmp "display=$DISPLAY session_manager=$SESSION_MANAGER" > /dev/null
# add this line here:
/usr/bin/pactl load-module module-bluetooth-discover
fi
Reboot
ตอนนี้คุณควรจะสามารถตั้งค่าอุปกรณ์ของคุณเป็น A2DP และเพลิดเพลินกับเพลงคุณภาพสูง:
โปรดสังเกตว่าบางครั้งคุณจำเป็นต้องตัดการเชื่อมต่อและเชื่อมต่ออุปกรณ์ของคุณใหม่เพื่อเปิดใช้งาน A2DP อีกครั้ง:
... ใช่มันเป็นแมลง แต่เมื่อมันได้ผล
มีปัญหาหลังจากรีบูตเครื่อง
หลังจากทั้งหมดนี้บางครั้งเคล็ดลับที่ดูเหมือนว่าจะทำงานเฉพาะหลังจากรีบูตครั้งต่อไป ในกรณีเช่นนี้ลองทำตามคำตอบของ rmfought :
สิ่งที่ดีสำหรับฉันคือการเชื่อมต่ออุปกรณ์บลูทู ธ สลับไปที่โหมด HSP / HFP ตัดการเชื่อมต่อเชื่อมต่อใหม่แล้วเปลี่ยนเป็นโหมด A2DP
... ได้ผลสำหรับฉันด้วย (อีกครั้งบางครั้ง) ฉันต้องยกเลิกการจับคู่ดองเกิลอีกครั้ง
ถ้ามันยังไม่ทำงาน ...
หากสิ่งนี้ไม่ได้ผลสำหรับคุณคุณสามารถลองใช้ สคริปต์นี้ --- ผู้แต่งกำลังปรับปรุงให้เป็นปัจจุบันอยู่เสมอ