मैंने वर्तमान में ubuntu 16.04 स्थापित किया है और a2dp नए सिरे से काम करता है, जिसे मैं अंतिम विकल्प के रूप में छोड़ना चाहूंगा। जब युग्मन को ब्लूटूथ सेटिंग्स से मिटा दिया जाता है और फिर से जोड़ा जाता है, तो यह कभी-कभी a2dp प्रोफ़ाइल पर होने का प्रबंधन करता है, लेकिन यदि हेडसेट काट दिया जाता है और फिर a2dp प्रोफाइल को फिर से जोड़ दिया जाता है, तो वह काम नहीं करता (हालाँकि यह कहता है कि यह a2dp पर है), यह केवल काम करता है HSP / HSF में जाने के बाद और फिर मैं इसे a2dp पर सेट करने में असमर्थ हूं।
मैंने करने की कोशिश की है:
pacmd set-card-profile <index> a2dp_sink
लेकिन निम्न त्रुटि सामने आती है:
"Failed to set card profile to 'a2dp_sink'"
मैं लिनक्स में काफी अनुभवहीन हूं, इसलिए मुझे नहीं पता कि लॉग कैसे प्राप्त करें या उनमें क्या देखना है, लेकिन मुझे यह pacmd सूची-कार्ड से मिला:
जब यह काम करता है:
name: <bluez_card.50_C9_71_97_A1_86>
driver: <module-bluez5-device.c>
owner module: 27
properties:
device.description = "Jabra REVO a4.0.0"
device.string = "50:C9:71:97:A1:86"
device.api = "bluez"
device.class = "sound"
device.bus = "bluetooth"
device.form_factor = "headset"
bluez.path = "/org/bluez/hci0/dev_50_C9_71_97_A1_86"
bluez.class = "0x240404"
bluez.alias = "Jabra REVO a4.0.0"
device.icon_name = "audio-headset-bluetooth"
device.intended_roles = "phone"
profiles:
headset_head_unit: Headset Head Unit (HSP/HFP) (priority 20, available: unknown)
a2dp_sink: High Fidelity Playback (A2DP Sink) (priority 10, available: unknown)
off: Off (priority 0, available: yes)
active profile: <a2dp_sink>
sinks:
bluez_sink.50_C9_71_97_A1_86/#6: Jabra REVO a4.0.0
sources:
bluez_sink.50_C9_71_97_A1_86.monitor/#10: Monitor of Jabra REVO a4.0.0
ports:
headset-output: Headset (priority 0, latency offset 0 usec, available: unknown)
properties:
headset-input: Headset (priority 0, latency offset 0 usec, available: unknown)
properties:
जब यह नहीं है:
name: <bluez_card.50_C9_71_97_A1_86>
driver: <module-bluez5-device.c>
owner module: 25
properties:
device.description = "Jabra REVO a4.0.0"
device.string = "50:C9:71:97:A1:86"
device.api = "bluez"
device.class = "sound"
device.bus = "bluetooth"
device.form_factor = "headset"
bluez.path = "/org/bluez/hci0/dev_50_C9_71_97_A1_86"
bluez.class = "0x240404"
bluez.alias = "Jabra REVO a4.0.0"
device.icon_name = "audio-headset-bluetooth"
device.intended_roles = "phone"
profiles:
headset_head_unit: Headset Head Unit (HSP/HFP) (priority 20, available: unknown)
a2dp_sink: High Fidelity Playback (A2DP Sink) (priority 10, available: yes)
off: Off (priority 0, available: yes)
active profile: <off>
ports:
headset-output: Headset (priority 0, latency offset 0 usec, available: yes)
properties:
headset-input: Headset (priority 0, latency offset 0 usec, available: unknown)
properties:
और मालिक मॉड्यूल है:
name: <module-bluez5-device>
argument: <path=/org/bluez/hci0/dev_50_C9_71_97_A1_86>
used: 0
load once: no
properties:
module.author = "João Paulo Rechi Vita"
module.description = "BlueZ 5 Bluetooth audio sink and source"
module.version = "8.0"
मैंने पहले ही /etc/bluaxy/audio.conf को संशोधित करने और ब्लूमैन को स्थापित करने की कोशिश की है, लेकिन यह काम नहीं किया। मैंने ब्लूज़ और पल्सीडियो को फिर से स्थापित करने की कोशिश की लेकिन कुछ भी नहीं बदला।
क्या कोई ऐसा तरीका है जिससे मैं जान सकता हूं कि क्या गलत है और इसे ठीक करना है?