Perbaikan yang berhasil bagi saya adalah sebagai berikut --- terima kasih kepada pengguna RobertFM di launchpad dan SimFox3 di forum Arch . Semua instruksi berikut harus dijalankan dari root shell ( sudo -i
). Hati-hati dan cek tiga kali lipat.
Pertama-tama, buat cadangan file-file ini (Anda tidak pernah tahu):
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
Edit /etc/bluetooth/audio.conf
dan buat mirip dengan yang ini:
# 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
Edit /etc/pulse/default.pa
dan komentari barisnya
#load-module module-bluetooth-discover
(Anda benar-benar hanya perlu menambahkan #
di awal)
Edit /usr/bin/start-pulseaudio-x11
dan tambahkan baris /usr/bin/pactl load-module module-bluetooth-discover
setelah memuat modul module-x11-xsmp
; dalam praktiknya Anda harus mengedit file di dekat akhir untuk memiliki bait seperti
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
Mulai ulang.
Sekarang Anda harus dapat mengatur perangkat Anda ke A2DP dan menikmati musik berkualitas tinggi:
Perhatikan bahwa kadang-kadang Anda perlu Putus dan Hubungkan kembali perangkat Anda untuk mengaktifkan kembali A2DP:
... ya, ini sekaleng serangga. Tetapi ketika berhasil itu bekerja dengan indah.
Masalah setelah reboot
Setelah semua ini, kadang-kadang triknya tampaknya berfungsi hanya setelah reboot berikutnya. Dalam kasus seperti itu, cobalah untuk mengikuti jawaban rmfought :
Apa yang berhasil bagi saya adalah menghubungkan perangkat bluetooth, beralih ke mode HSP / HFP, lepaskan, sambungkan kembali dan kemudian beralih ke mode A2DP.
... bekerja untuk saya juga (lagi, kadang-kadang). Saya bahkan harus mencopot pasangannya sekali lagi.
Jika masih tidak berhasil ...
Jika ini juga tidak berhasil untuk Anda, Anda dapat mencoba dengan skrip ini --- pembuatnya selalu memperbarui.