Hiện tại tôi đã cài đặt Ubuntu 16.04 và a2dp được sử dụng để làm việc trên bản cài đặt mới, mà tôi muốn để lại như là một tùy chọn cuối cùng. Khi việc ghép nối bị xóa khỏi cài đặt bluetooth và đôi khi được ghép lại, nó sẽ quản lý trên cấu hình a2dp, nhưng nếu tai nghe bị ngắt kết nối và sau đó kết nối lại các cấu hình a2dp sẽ không hoạt động nữa (mặc dù nó nói là trên a2dp), nó chỉ hoạt động sau khi chuyển sang HSP / HSF và sau đó tôi không thể đặt nó trên a2dp.
Tôi đã thử làm:
pacmd set-card-profile <index> a2dp_sink
nhưng lỗi sau xuất hiện:
"Failed to set card profile to 'a2dp_sink'"
Tôi khá thiếu kinh nghiệm về Linux vì vậy tôi không biết làm thế nào để có được nhật ký hoặc những gì cần tìm trong chúng, nhưng tôi đã nhận được điều này từ danh sách thẻ pacmd:
Khi nó hoạt động:
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:
Khi nó không:
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:
Và mô-đun sở hữu là:
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"
Tôi đã cố gắng sửa đổi /etc/bluetooth/audio.conf và cài đặt blueman nhưng nó không hoạt động. Tôi cũng đã thử cài đặt lại bluez và pulseaudio nhưng không có gì thay đổi.
Có cách nào tôi có thể biết những gì sai và sửa chữa nó?