自从更新到ubuntu14.04之后,每当我的蓝牙设备闲置或者我关闭它之后,它就默认为电话设置,我无法将它默认为a2dp。
我已经搜索了一些可能的解决方案,比如A2DP蓝牙扬声器:首选模式“高保真播放”(没有保存),但是这些解决方案对我没有用。当我使用该帖子中建议的Disable=Headset时,它暂时工作,但过了一段时间,如果我的设备断开连接,它就不会作为音频设备重新连接。
我正在使用Bose Soundlink耳机,我的/etc/bluetooth/audio.conf文件如下所示:
# Configuration file for the audio service
# This section contains options which are not specific to any
# particular interface
[General]
# 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
# SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
# Defaults to HCI
#SCORouting=PCM
# 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=false
HSP=false
# Maximum number of connected HSP/HFP devices per adapter. Defaults to 1
MaxConnected=0
# 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=false
# Just an example of potential config options for the other interfaces
#[A2DP]
#SBCSources=1
#MPEG12Sources=0发布于 2017-03-06 19:30:02
使用来自pavucontrol的场地控制包,,很容易为您的设备设置A2DP,并将连接映射到它。您的配对耳机应该显示为输出音频的选项。
不要忘记在配置选项卡中将其置于高质量模式(A2DP)中。这对于一些具有混合模式的设备来说是必要的。
https://askubuntu.com/questions/600756
复制相似问题