Uzun zamandır düzgün çalışan bluetooth kulaklığım son zamanlarda sıkıntı çıkarmaya başladı. İlk bağlantıda bir sorun olmadan çalışıyor ama bağlantısını kesip tekrar bağlandığında ya da bilgisayar yeniden başlatıldığında bağlantı sorunu yaşanıyor. “Handsfree” yazmakta olup ses çok kalitesiz ve kötü çıkıyor. Geçici bir çözüm buldum. sudo rm /var/lib/bluetooth/ -r
komudunu çalıştırıp bilgisayarı yeniden başlattığında sorun çözülüyor ama tekrardan 2. bağlantıda sorun tekrar ediyor. Debian stable gnome pipewire kullanıyorum.
Son düzenleyen: @wise 2024-10-30T20:18:42Z
arch + pipewire konfigürasyonu için arch wiki’de bu konu hakkında bir bölüm mevcut, debian nasıl hallediyor bilmiyorum ama deneyebilirsin.
ilk olarak /etc/wireplumber/wireplumber.conf.d/51-mitigate-annoying-profile-switch.conf
(ya da ~/.config/wireplumber/wireplumber.conf.d/51-mitigate-annoying-profile-switch.conf
) dosyasını oluştur.
daha sonra dosyanın içine istediğin text editör ile
## In WirePlumber there's a bug where some applications trigger switching to Headset Profile
## --
## See issue #634, #645, #630, #629, #613
## --
## This config mitigates the issue by completely disabling the switching and support for Headset Profile (HFP)
## Using this would only make sense if you never plan on using the microphone that comes with your headset.
wireplumber.settings = {
## Whether to use headset profile in the presence of an input stream.
## --
## Disable for now, as it causes issues. See note at the top as to why.
bluetooth.autoswitch-to-headset-profile = false
}
monitor.bluez.properties = {
## Enabled roles (default: [ a2dp_sink a2dp_source bap_sink bap_source hfp_hf hfp_ag ])
##
## Currently some headsets (Sony WH-1000XM3) are not working with
## both hsp_ag and hfp_ag enabled, so by default we enable only HFP.
##
## Supported roles: hsp_hs (HSP Headset),
## hsp_ag (HSP Audio Gateway),
## hfp_hf (HFP Hands-Free),
## hfp_ag (HFP Audio Gateway)
## a2dp_sink (A2DP Audio Sink)
## a2dp_source (A2DP Audio Source)
## bap_sink (LE Audio Basic Audio Profile Sink)
## bap_source (LE Audio Basic Audio Profile Source)
## --
## Only enable A2DP here and disable HFP. See note at the top as to why.
bluez5.roles = [ a2dp_sink a2dp_source ]
}
içeriğini yapıştır ve bilgisayarını veya bluetooth servisini yeniden başlat.
ilgili makaleye buradan ulaşabilirsin:
https://wiki.archlinux.org/title/Bluetooth_headset