Hallo,
bei mir merkt sich Linux das Standartaudiogerät nicht, daher würde ich dieses gerne per pactl testweise aktivieren und anschließend eine default.pa schreiben.
Den Artikel "PulseAudio" im Arch Wiki habe ich bereits gelesen und gestet, bin dabei jedoch auf Probleme gestoßen.
Ich kann zwar das korrekte Audiogerät einstellen, jedoch nicht den korrekten Port da trotz existierender Identität ein "Fehlgeschlagen: Entität nicht vorhanden" angezeigt wird.
Hat jemand eine Idee? Handelt es sich um einen Bug?
[]~ pactl list
...
Sink #2
State: RUNNING
Name: alsa_output.pci-0000_04_04.0.analog-stereo
Description: CMI8788 [Oxygen HD Audio] (Virtuoso 100 (Xonar Essence STX)) Analog Stereo
Driver: module-alsa-card.c
Sample Specification: s16le 2ch 44100Hz
Channel Map: front-left,front-right
Owner Module: 7
Mute: Nein
Volume: front-left: 17437 / 27% / -34,50 dB, front-right: 17437 / 27% / -34,50 dB
balance 0,00
Base Volume: 65536 / 100% / 0,00 dB
Monitor Source: alsa_output.pci-0000_04_04.0.analog-stereo.monitor
Latency: 22603 usec, configured 23220 usec
Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY
Properties:
alsa.resolution_bits = "16"
device.api = "alsa"
device.class = "sound"
alsa.class = "generic"
alsa.subclass = "generic-mix"
alsa.name = "Multichannel"
alsa.id = "Multichannel"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.device = "0"
alsa.card = "2"
alsa.card_name = "Xonar STX"
alsa.long_card_name = "Asus Virtuoso 100 at 0xd000, irq 19"
alsa.driver_name = "snd_virtuoso"
device.bus_path = "pci-0000:04:04.0"
sysfs.path = "/devices/pci0000:00/0000:00:1c.7/0000:03:00.0/0000:04:04.0/sound/card2"
device.bus = "pci"
device.vendor.id = "13f6"
device.vendor.name = "C-Media Electronics Inc"
device.product.id = "8788"
device.product.name = "CMI8788 [Oxygen HD Audio] (Virtuoso 100 (Xonar Essence STX))"
device.string = "front:2"
device.buffering.buffer_size = "352800"
device.buffering.fragment_size = "352800"
device.access_mode = "mmap+timer"
device.profile.name = "analog-stereo"
device.profile.description = "Analog Stereo"
device.description = "CMI8788 [Oxygen HD Audio] (Virtuoso 100 (Xonar Essence STX)) Analog Stereo"
alsa.mixer_name = "AV200"
alsa.components = "PCM1792A CS5381 AV200"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
Profile:
analog-output;output-speaker: Analoge Ausgabe / Lautsprecher (priority: 9910)
analog-output;output-headphones-1: Analoge Ausgabe / Kopfhörer 1 (priority: 9909)
analog-output;output-headphones-2: Analoge Ausgabe / Kopfhörer 2 (priority: 9908)
Aktive Profile: analog-output;output-speaker
Formate:
pcm
...
[] ~ pacmd "set-default-source alsa_output.pci-0000_04_04.0.analog-stereo.monitor"
// Funktioniert
// Befehl halb eingegeben und tab gedrückt
[] ~ pactl set-card-profile alsa_card.pci-0000_04_04.0 analog-output\;output-
analog-output;output-headphones-1 -- Analoge Ausgabe / Kopfhörer 1 (priority: 9909, latency offset: 0 usec)
analog-output;output-headphones-2 -- Analoge Ausgabe / Kopfhörer 2 (priority: 9908, latency offset: 0 usec)
analog-output;output-speaker -- Analoge Ausgabe / Lautsprecher (priority: 9910, latency offset: 0 usec)
// Auf den ersten Eintrag getabbt
[] ~ pactl set-card-profile alsa_card.pci-0000_04_04.0 analog-output\;output-headphones-1
Fehlgeschlagen: Entität nicht vorhanden