나는 현재 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'"
Linux에서 경험이 부족하여 로그를 얻는 방법이나 찾을 내용을 모르겠지만 pacmd list-cards에서 얻었습니다.
작동 할 때 :
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/bluetooth/audio.conf를 수정하고 blueman을 설치하려고 시도했지만 작동하지 않았습니다. 또한 bluez 및 pulseaudio를 다시 설치하려고 시도했지만 아무것도 변경되지 않았습니다.
무엇이 잘못되었는지 알고 고칠 수있는 방법이 있습니까?