krotuss Apprentice
Joined: 01 Aug 2008 Posts: 246
|
Posted: Thu Mar 19, 2020 12:43 pm Post subject: pulseaudio picks profiles seemingly at random |
|
|
Hello,
I am not able to get my jabra headset to work reliably. It usually gets recognized only either as input or output device, very rarely both:
Code: | index: 19
name: <alsa_card.usb-GN_Netcom_A_S_Jabra_EVOLVE_20_MS_0002971FACF207-00>
driver: <module-alsa-card.c>
owner module: 53
properties:
alsa.card = "1"
alsa.card_name = "Jabra EVOLVE 20 MS"
alsa.long_card_name = "GN Netcom A/S Jabra EVOLVE 20 MS at usb-0000:00:14.0-3, full speed"
alsa.driver_name = "snd_usb_audio"
device.bus_path = "pci-0000:00:14.0-usb-0:3:1.0"
sysfs.path = "/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/sound/card1"
udev.id = "usb-GN_Netcom_A_S_Jabra_EVOLVE_20_MS_0002971FACF207-00"
device.bus = "usb"
device.vendor.id = "0b0e"
device.vendor.name = "GN Netcom"
device.product.id = "0300"
device.product.name = "Jabra EVOLVE 20 MS"
device.serial = "GN_Netcom_A_S_Jabra_EVOLVE_20_MS_EDITED_OUT"
device.string = "1"
device.description = "Jabra EVOLVE 20 MS"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-usb"
profiles:
output:analog-stereo: Analog Stereo Output (priority 6500, available: unknown)
output:iec958-stereo: Digital Stereo (IEC958) Output (priority 5500, available: unknown)
off: Off (priority 0, available: unknown)
active profile: <off>
ports:
analog-output-headphones: Headphones (priority 9900, latency offset 0 usec, available: unknown)
properties:
device.icon_name = "audio-headphones"
iec958-stereo-output: Digital Output (S/PDIF) (priority 0, latency offset 0 usec, available: unknown)
properties: |
Code: | index: 20
name: <alsa_card.usb-GN_Netcom_A_S_Jabra_EVOLVE_20_MS_0002971FACF207-00>
driver: <module-alsa-card.c>
owner module: 54
properties:
alsa.card = "1"
alsa.card_name = "Jabra EVOLVE 20 MS"
alsa.long_card_name = "GN Netcom A/S Jabra EVOLVE 20 MS at usb-0000:00:14.0-3, full speed"
alsa.driver_name = "snd_usb_audio"
device.bus_path = "pci-0000:00:14.0-usb-0:3:1.0"
sysfs.path = "/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/sound/card1"
udev.id = "usb-GN_Netcom_A_S_Jabra_EVOLVE_20_MS_0002971FACF207-00"
device.bus = "usb"
device.vendor.id = "0b0e"
device.vendor.name = "GN Netcom"
device.product.id = "0300"
device.product.name = "Jabra EVOLVE 20 MS"
device.serial = "GN_Netcom_A_S_Jabra_EVOLVE_20_MS_EDITED_OUT"
device.string = "1"
device.description = "Jabra EVOLVE 20 MS"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-usb"
profiles:
input:mono-fallback: Mono Input (priority 1, available: unknown)
input:multichannel-input: Multichannel Input (priority 1, available: unknown)
off: Off (priority 0, available: unknown)
active profile: <input:mono-fallback>
sources:
alsa_input.usb-GN_Netcom_A_S_Jabra_EVOLVE_20_MS_0002971FACF207-00.mono-fallback/#47: Jabra EVOLVE 20 MS Mono
ports:
analog-input-headset-mic: Headset Microphone (priority 8800, latency offset 0 usec, available: unknown)
properties:
device.icon_name = "audio-input-microphone"
multichannel-input: Multichannel Input (priority 0, latency offset 0 usec, available: unknown)
properties: |
How PA determines what profiles are made available for device? Is there a way to fix this? Thanks. |
|