14.04 ब्लूटूथ हेडसेट a2dp सेटिंग को सेव नहीं करेगा


14

Ubuntu 14.04 में अपडेट होने के बाद से, हर बार जब मेरा ब्लूटूथ डिवाइस बेकार हो जाता है या फिर मैं इसे बंद कर देता हूं, तो यह टेलीफोनी सेटिंग को डिफॉल्ट करता है और मैं इसे a2dp में डिफॉल्ट नहीं कर सकता।

मैंने खोज की है और केवल ब्लूटूथ स्पीकर जैसे कुछ संभव समाधान पाए हैं : पसंदीदा मोड "हाई फिडेलिटी प्लेबैक" (ए 2 डीपी) सहेजा नहीं जा रहा है, लेकिन ये मेरे लिए काम नहीं किया है। जब मैं Disable=Headsetउस पोस्ट में दिए गए सुझाव का उपयोग करता हूं , तो यह अस्थायी रूप से काम करता है, लेकिन थोड़ी देर बाद, यदि मेरा डिवाइस डिस्कनेक्ट हो जाता है तो यह ऑडियो डिवाइस के रूप में फिर से कनेक्ट नहीं होगा।

मैं बोस साउंडलिंक हेडफोन का उपयोग कर रहा हूं और मेरी /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

जवाबों:


1

Pavucontrol पैकेजpavucontrol से उपयोग करना , आपके डिवाइस के लिए A2DP को सेटअप करना और उस पर मैप कनेक्शन के लिए वास्तव में आसान है। आपके युग्मित हेडफ़ोन को ऑडियो आउटपुट करने के विकल्प के रूप में दिखाई देना चाहिए।

इसे उच्च गुणवत्ता मोड (A2DP) i n कॉन्फ़िगरेशन टैब में रखना न भूलें । यह कुछ उपकरणों के लिए आवश्यक है जिनमें मिश्रित मोड है।

स्रोत: https://wiki.debian.org/BluaxyUser/a2dp


1
यह आपको A2DP पर स्विच करने की अनुमति देता है, लेकिन यह सेटिंग के सहेजे जाने के मुद्दे को ठीक नहीं करता है। Ubuntu 16.04 में डिफ़ॉल्ट साउंड कॉन्फ़िगरेशन GUI में A2DP को बदलने की क्षमता है, इसलिए नए पैकेज स्थापित करने की आवश्यकता नहीं है।
सिल्वरस्कैनिया

@silverscania यदि आपके पास एक नया प्रश्न है तो उसे पूछने के लिए स्वतंत्र महसूस करें यदि आपके पास एक बेहतर उत्तर है, तो कृपया इसका उत्तर देने के बाद कि कैसे उत्तर दें, इसे पोस्ट करने में संकोच न करें यह पूरी तरह से संभव है कि मैंने यहां एक चाल को याद किया है क्योंकि मेरे पास परीक्षण के लिए आवश्यक हार्डवेयर नहीं है। यदि आप करते हैं, तो कृपया उस किनारे का उपयोग करें जिससे हमें साइट को बेहतर बनाने में मदद मिल सके। जो उत्तर आप चाह रहे हैं वह बहुत अच्छी तरह से यहाँ
एल्डर गीक
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.