https://support.tesmart.com/hc/de/articles/37939388519065-KVM-Firmware-Upgrade-Tool-V1-1-3, durchgeführt?
kein Ton
Anmeldungsdatum: Beiträge: 12036 |
|
Anmeldungsdatum: Beiträge: 912 |
Nicht so schnell, Jetzt Suche ob evtl. was schiefging, genau ausführen:
2. Ausgabe zeigen: cat ~/.config/wireplumber/main.lua.d/50-alsa-config.lua während HDMI Wiedergabe: pactl list sinks short pactl list sinks | grep -E '#|Name|alsa.card|Stumm|Laut|Beschr| Port' pactl list cards | grep -E '#|Name|alsa.card.name|api.alsa.card|device.description|device.alias|Aktives Profil' |
(Themenstarter)
Anmeldungsdatum: Beiträge: 259 |
Hallo von.wert,Marantkurz das KVM firmware update mache ich erstmal nicht, da alles über windows funktioniert, gar nicht klar ist, für welchen switch genau dei Link gedacht ist, bei den aufgeführten Modellen unter Benutzerhandbuch darunter ist mein Modell nicht mitaufgeführt. Da muss ich auch erst mal mit den netten Mitarbeitern mit KVM-switch.de sprechen ! den Vorschalg von Marantkurz werde ich aufgreifen, da benötige ich erst mal Zeit, dann melde ich mich ! Gruss, Waldhase |
Anmeldungsdatum: Beiträge: 12036 |
Das ist ein Zusammenspiel. Es kann durchaus unter dem einen OS funktionieren und unter einem anderen nicht und trotzdem an der Firmware - Grundlage - liegen. Ich schreibe das nicht aus Langeweile.
Was glaubst denn Du, wie ich da hingekommen bin? Du hättest nur endlich mal selbst in dieser Richtung aktiv werden sollen. Für Dein Modell kommt man auf der Herstellerseite über den Support-Link genau dorthin. Dieses Tool gilt für mehrere oder sämtliche Modelle.
Es gibt für bestimmte Modelle einen bisherigen und einen neuen Modellnamen. Das steht an mehreren Stellen. Auffällig ist, daß jemand, der ein solches nicht hat, innerhalb kürzester Zeit mehr darüber weiß als der Besitzer, der sehr zögerlich ist und nicht zielgerichtet arbeitet. |
(Themenstarter)
Anmeldungsdatum: Beiträge: 259 |
Hallo von.wert, cool down ! Ich bin nicht blind, die Namensveränderungen habe ich auch gesehen ! Für mein Model HKS0201A2U wird nicht explizit ein Update angezeigt. Wenn man kein spez. Modell eingibt, erfolgen auch die beiden Update Dateien ! Was auch mit Benutzerhandbuch angezeigt wird, ist ist ein anderes Modell, und zwar HKS0201A3U (zusätzlicher USB Ausgang !) Mag sein.dass es funktioniert, mag aber auch sein dass es nicht funktioniert wie eben bei Bios Aktualisierungen auch ! Ausserdem springt bei mir Virenalarm bei versuchtem Update an! Mag sein, dass es Fehlarlam ist, mag aber auch sein. dass es nicht so ist. Ich halte erst RS mit den KVM Spezialisten. Gruss, Waldhase |
(Themenstarter)
Anmeldungsdatum: Beiträge: 259 |
Hallo Marantkurz, habe Hdmi direkt vom Rechner zum Monitor mit LS Regelung und Kopfhörereingang angeschlossen, Ton mit windows überprüft , kommt ! Dann wie von Dir beschrieben, folgenden Test durchgeführt: didi@DidiPC:~$ cat ~/.config/wireplumber/main.lua.d/50-alsa-config.lua alsa_monitor.enabled = true alsa_monitor.properties = { -- Create a JACK device. This is not enabled by default because -- it requires that the PipeWire JACK replacement libraries are -- not used by the session manager, in order to be able to -- connect to the real JACK server. --["alsa.jack-device"] = false, -- Reserve devices via org.freedesktop.ReserveDevice1 on D-Bus -- Disable if you are running a system-wide instance, which -- doesn't have access to the D-Bus user session ["alsa.reserve"] = true, --["alsa.reserve.priority"] = -20, --["alsa.reserve.application-name"] = "WirePlumber", -- Enables MIDI functionality ["alsa.midi"] = true, -- Enables monitoring of alsa MIDI devices ["alsa.midi.monitoring"] = true, -- MIDI bridge node properties ["alsa.midi.node-properties"] = { -- Name set for the node with ALSA MIDI ports ["node.name"] = "Midi-Bridge", -- Removes longname/number from MIDI port names --["api.alsa.disable-longname"] = true, ["priority.session"] = 100, ["priority.driver"] = 1, }, -- These properties override node defaults when running in a virtual machine. -- The rules below still override those. ["vm.node.defaults"] = { ["api.alsa.period-size"] = 1024, ["api.alsa.headroom"] = 8192, }, } alsa_monitor.rules = { -- An array of matches/actions to evaluate. -- -- If you want to disable some devices or nodes, you can apply properties per device as the following example. -- The name can be found by running pw-cli ls Device, or pw-cli dump Device --{ -- matches = { -- { -- { "device.name", "matches", "name_of_some_disabled_card" }, -- }, -- }, -- apply_properties = { -- ["device.disabled"] = true, -- }, --} { -- Rules for matching a device or node. It is an array of -- properties that all need to match the regexp. If any of the -- matches work, the actions are executed for the object. matches = { { -- This matches all cards. { "device.name", "matches", "alsa_card.*" }, }, }, -- Apply properties on the matched object. apply_properties = { -- Use ALSA-Card-Profile devices. They use UCM or the profile -- configuration to configure the device and mixer settings. ["api.alsa.use-acp"] = true, -- Use UCM instead of profile when available. Can be -- disabled to skip trying to use the UCM profile. --["api.alsa.use-ucm"] = true, -- Don't use the hardware mixer for volume control. It -- will only use software volume. The mixer is still used -- to mute unused paths based on the selected port. --["api.alsa.soft-mixer"] = false, -- Ignore decibel settings of the driver. Can be used to -- work around buggy drivers that report wrong values. --["api.alsa.ignore-dB"] = false, -- The profile set to use for the device. Usually this is -- "default.conf" but can be changed with a udev rule or here. --["device.profile-set"] = "profileset-name", -- The default active profile. Is by default set to "Off". --["device.profile"] = "default profile name", -- Automatically select the best profile. This is the -- highest priority available profile. This is disabled -- here and instead implemented in the session manager -- where it can save and load previous preferences. ["api.acp.auto-profile"] = false, -- Automatically switch to the highest priority available port. -- This is disabled here and implemented in the session manager instead. ["api.acp.auto-port"] = false, -- Other properties can be set here. --["device.nick"] = "My Device", }, }, { matches = { { -- Matches all sources. { "node.name", "matches", "alsa_input.*" }, }, { -- Matches all sinks. { "node.name", "matches", "alsa_output.*" }, }, }, apply_properties = { --["node.nick"] = "My Node", --["node.description"] = "My Node Description", --["priority.driver"] = 100, --["priority.session"] = 100, --["node.pause-on-idle"] = false, --["monitor.channel-volumes"] = false --["resample.quality"] = 4, --["resample.disable"] = false, --["channelmix.normalize"] = false, --["channelmix.mix-lfe"] = false, --["channelmix.upmix"] = true, --["channelmix.upmix-method"] = "psd", -- "none" or "simple" --["channelmix.lfe-cutoff"] = 150, --["channelmix.fc-cutoff"] = 12000, --["channelmix.rear-delay"] = 12.0, --["channelmix.stereo-widen"] = 0.0, --["channelmix.hilbert-taps"] = 0, --["channelmix.disable"] = false, --["dither.noise"] = 0, --["dither.method"] = "none", -- "rectangular", "triangular" or "shaped5" ["audio.channels"] = 2, ["audio.format"] = "S16LE", --["audio.rate"] = 44100, --["audio.allowed-rates"] = "32000,96000", ["audio.position"] = "FL,FR", --["api.alsa.period-size"] = 1024, --["api.alsa.period-num"] = 2, --["api.alsa.headroom"] = 0, --["api.alsa.start-delay"] = 0, --["api.alsa.disable-mmap"] = false, --["api.alsa.disable-batch"] = false, --["api.alsa.use-chmap"] = false, --["api.alsa.multirate"] = true, --["latency.internal.rate"] = 0 --["latency.internal.ns"] = 0 --["clock.name"] = "api.alsa.0" --["session.suspend-timeout-seconds"] = 5, -- 0 disables suspend }, }, } didi@DidiPC:~$ pactl list sinks short 48 alsa_output.pci-0000_00_1b.0.analog-stereo PipeWire s16le 2ch 48000Hz SUSPENDED 61 alsa_output.pci-0000_01_00.1.hdmi-stereo-extra1 PipeWire s16le 2ch 48000Hz RUNNING Code didi@DidiPC:~$ pactl list sinks | grep -E '#|Name|alsa.card|Stumm|Laut|Beschr| Port' Ziel #48 Name: alsa_output.pci-0000_00_1b.0.analog-stereo Beschreibung: Built-in Audio Analog Stereo Stumm: ja Lautstärke: front-left: 59133 / 90% / -2,68 dB, front-right: 59133 / 90% / -2,68 dB Basis-Lautstärke: 65536 / 100% / 0,00 dB alsa.card = "0" alsa.card_name = "HDA Intel PCH" alsa.subdevice_name = "subdevice #0" api.alsa.card.longname = "HDA Intel PCH at 0xf6200000 irq 30" api.alsa.card.name = "HDA Intel PCH" api.alsa.card = "0" device.name = "alsa_card.pci-0000_00_1b.0" Aktiver Port: analog-output-headphones Ziel #61 Name: alsa_output.pci-0000_01_00.1.hdmi-stereo-extra1 Beschreibung: GF116 High Definition Audio Controller Digital Stereo (HDMI 2) Stumm: nein Lautstärke: front-left: 95716 / 146% / 9,87 dB, front-right: 95716 / 146% / 9,87 dB Basis-Lautstärke: 65536 / 100% / 0,00 dB alsa.card = "1" alsa.card_name = "HDA NVidia" alsa.subdevice_name = "subdevice #0" api.alsa.card.longname = "HDA NVidia at 0xf6080000 irq 17" api.alsa.card.name = "HDA NVidia" api.alsa.card = "1" device.name = "alsa_card.pci-0000_01_00.1" Aktiver Port: hdmi-output-1 Code pactl list cards | grep -E '#|Name|alsa.card.name|api.alsa.card|device.description|device.alias|Aktives Profil' Karte #46 Name: alsa_card.pci-0000_00_1b.0 api.alsa.card = "0" api.alsa.card.longname = "HDA Intel PCH at 0xf6200000 irq 30" api.alsa.card.name = "HDA Intel PCH" device.description = "Built-in Audio" alsa.card_name = "HDA Intel PCH" Aktives Profil: output:analog-stereo Karte #47 Name: alsa_card.pci-0000_01_00.1 api.alsa.card = "1" api.alsa.card.longname = "HDA NVidia at 0xf6080000 irq 17" api.alsa.card.name = "HDA NVidia" device.description = "GF116 High Definition Audio Controller" alsa.card_name = "HDA NVidia" Aktives Profil: output:hdmi-stereo-extra1 Code Gruss, Waldhase |
Anmeldungsdatum: Beiträge: 912 |
Und kein Ton? –
Zeige mal bitte: pactl list cards |
(Themenstarter)
Anmeldungsdatum: Beiträge: 259 |
Hallo Marantkurz, leider kein Ton über Ubuntu ! didi@DidiPC:~$ pactl list cards Karte #46 Name: alsa_card.pci-0000_01_00.1 Treiber: alsa Owner-Modul: k. A. Eigenschaften: api.acp.auto-port = "false" api.acp.auto-profile = "false" api.alsa.card = "1" api.alsa.card.longname = "HDA NVidia at 0xf6080000 irq 17" api.alsa.card.name = "HDA NVidia" api.alsa.path = "hw:1" api.alsa.use-acp = "true" api.dbus.ReserveDevice1 = "Audio1" device.api = "alsa" device.bus = "pci" device.bus_path = "pci-0000:01:00.1" device.description = "GF116 High Definition Audio Controller" device.enum.api = "udev" device.icon_name = "audio-card-analog-pci" device.name = "alsa_card.pci-0000_01_00.1" device.nick = "HDA NVidia" device.plugged.usec = "3884268" device.product.id = "0x0bee" device.product.name = "GF116 High Definition Audio Controller" device.subsystem = "sound" sysfs.path = "/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1" device.vendor.id = "0x10de" device.vendor.name = "NVIDIA Corporation" media.class = "Audio/Device" factory.id = "14" client.id = "35" object.id = "46" object.serial = "46" object.path = "alsa:pcm:1" alsa.card = "1" alsa.card_name = "HDA NVidia" alsa.long_card_name = "HDA NVidia at 0xf6080000 irq 17" alsa.driver_name = "snd_hda_intel" alsa.mixer_name = "Nvidia GPU 15 HDMI/DP" alsa.components = "HDA:10de0015,10de0101,00100100" alsa.id = "NVidia" device.string = "1" Profile: off: Off (Ziele: 0, Quellen: 0, Priorität: 0, verfügbar: ja) output:hdmi-stereo: Digital Stereo (HDMI) Output (Ziele: 1, Quellen: 0, Priorität: 5900, verfügbar: nein) output:hdmi-stereo-extra1: Digital Stereo (HDMI 2) Output (Ziele: 1, Quellen: 0, Priorität: 5700, verfügbar: ja) output:hdmi-stereo-extra2: Digital Stereo (HDMI 3) Output (Ziele: 1, Quellen: 0, Priorität: 5700, verfügbar: nein) output:hdmi-stereo-extra3: Digital Stereo (HDMI 4) Output (Ziele: 1, Quellen: 0, Priorität: 5700, verfügbar: nein) output:hdmi-surround: Digital Surround 5.1 (HDMI) Output (Ziele: 1, Quellen: 0, Priorität: 800, verfügbar: nein) output:hdmi-surround71: Digital Surround 7.1 (HDMI) Output (Ziele: 1, Quellen: 0, Priorität: 800, verfügbar: nein) output:hdmi-surround-extra2: Digital Surround 5.1 (HDMI 3) Output (Ziele: 1, Quellen: 0, Priorität: 600, verfügbar: nein) output:hdmi-surround71-extra2: Digital Surround 7.1 (HDMI 3) Output (Ziele: 1, Quellen: 0, Priorität: 600, verfügbar: nein) output:hdmi-surround-extra3: Digital Surround 5.1 (HDMI 4) Output (Ziele: 1, Quellen: 0, Priorität: 600, verfügbar: nein) output:hdmi-surround71-extra3: Digital Surround 7.1 (HDMI 4) Output (Ziele: 1, Quellen: 0, Priorität: 600, verfügbar: nein) pro-audio: Pro Audio (Ziele: 4, Quellen: 0, Priorität: 1, verfügbar: ja) Aktives Profil: output:hdmi-stereo-extra1 Ports: hdmi-output-0: HDMI / DisplayPort (Typ: HDMI, Priorität: 5900, Latenzversatz: 0 usec, Verfügbarkeitsgruppe: Legacy 1, nicht verfügbar) Eigenschaften: port.type = "hdmi" port.availability-group = "Legacy 1" device.icon_name = "video-display" card.profile.port = "0" Teil der/des Profil(s): output:hdmi-stereo, output:hdmi-surround, output:hdmi-surround71 hdmi-output-1: HDMI / DisplayPort 2 (Typ: HDMI, Priorität: 5800, Latenzversatz: 0 usec, Verfügbarkeitsgruppe: Legacy 2, verfügbar) Eigenschaften: port.type = "hdmi" port.availability-group = "Legacy 2" device.icon_name = "video-display" card.profile.port = "1" device.product.name = "DELL S2722DGM" Teil der/des Profil(s): output:hdmi-stereo-extra1 hdmi-output-2: HDMI / DisplayPort 3 (Typ: HDMI, Priorität: 5700, Latenzversatz: 0 usec, Verfügbarkeitsgruppe: Legacy 3, nicht verfügbar) Eigenschaften: port.type = "hdmi" port.availability-group = "Legacy 3" device.icon_name = "video-display" card.profile.port = "2" Teil der/des Profil(s): output:hdmi-stereo-extra2, output:hdmi-surround-extra2, output:hdmi-surround71-extra2 hdmi-output-3: HDMI / DisplayPort 4 (Typ: HDMI, Priorität: 5600, Latenzversatz: 0 usec, Verfügbarkeitsgruppe: Legacy 4, nicht verfügbar) Eigenschaften: port.type = "hdmi" port.availability-group = "Legacy 4" device.icon_name = "video-display" card.profile.port = "3" Teil der/des Profil(s): output:hdmi-stereo-extra3, output:hdmi-surround-extra3, output:hdmi-surround71-extra3 Karte #47 Name: alsa_card.pci-0000_00_1b.0 Treiber: alsa Owner-Modul: k. A. Eigenschaften: api.acp.auto-port = "false" api.acp.auto-profile = "false" api.alsa.card = "0" api.alsa.card.longname = "HDA Intel PCH at 0xf6200000 irq 29" api.alsa.card.name = "HDA Intel PCH" api.alsa.path = "hw:0" api.alsa.use-acp = "true" api.dbus.ReserveDevice1 = "Audio0" device.api = "alsa" device.bus = "pci" device.bus_path = "pci-0000:00:1b.0" device.description = "Built-in Audio" device.enum.api = "udev" device.form_factor = "internal" device.icon_name = "audio-card-analog-pci" device.name = "alsa_card.pci-0000_00_1b.0" device.nick = "HDA Intel PCH" device.plugged.usec = "3814329" device.product.id = "0x1c20" device.product.name = "6 Series/C200 Series Chipset Family High Definition Audio Controller" device.subsystem = "sound" sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0" device.vendor.id = "0x8086" device.vendor.name = "Intel Corporation" media.class = "Audio/Device" factory.id = "14" client.id = "35" object.id = "47" object.serial = "47" object.path = "alsa:pcm:0" alsa.card = "0" alsa.card_name = "HDA Intel PCH" alsa.long_card_name = "HDA Intel PCH at 0xf6200000 irq 29" alsa.driver_name = "snd_hda_intel" alsa.mixer_name = "Realtek ALC662 rev1" alsa.components = "HDA:10ec0662,18493662,00100101" alsa.id = "PCH" device.string = "0" Profile: off: Off (Ziele: 0, Quellen: 0, Priorität: 0, verfügbar: ja) output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (Ziele: 1, Quellen: 1, Priorität: 6565, verfügbar: ja) output:analog-stereo: Analog Stereo Output (Ziele: 1, Quellen: 0, Priorität: 6500, verfügbar: ja) input:analog-stereo: Analog Stereo Input (Ziele: 0, Quellen: 1, Priorität: 65, verfügbar: ja) pro-audio: Pro Audio (Ziele: 1, Quellen: 2, Priorität: 1, verfügbar: ja) Aktives Profil: output:analog-stereo Ports: analog-input-front-mic: Front Microphone (Typ: Mikro, Priorität: 8500, Latenzversatz: 0 usec, Verfügbarkeitsgruppe: Legacy 1, Verfügbarkeit unbekannt) Eigenschaften: port.type = "mic" port.availability-group = "Legacy 1" device.icon_name = "audio-input-microphone" card.profile.port = "0" Teil der/des Profil(s): input:analog-stereo, output:analog-stereo+input:analog-stereo analog-input-rear-mic: Rear Microphone (Typ: Mikro, Priorität: 8200, Latenzversatz: 0 usec, Verfügbarkeitsgruppe: Legacy 2, nicht verfügbar) Eigenschaften: port.type = "mic" port.availability-group = "Legacy 2" device.icon_name = "audio-input-microphone" card.profile.port = "1" Teil der/des Profil(s): input:analog-stereo, output:analog-stereo+input:analog-stereo analog-input-linein: Line In (Typ: Line, Priorität: 8100, Latenzversatz: 0 usec, Verfügbarkeitsgruppe: Legacy 3, nicht verfügbar) Eigenschaften: port.type = "line" port.availability-group = "Legacy 3" card.profile.port = "2" Teil der/des Profil(s): input:analog-stereo, output:analog-stereo+input:analog-stereo analog-output-lineout: Line Out (Typ: Line, Priorität: 9000, Latenzversatz: 0 usec, Verfügbarkeitsgruppe: Legacy 4, nicht verfügbar) Eigenschaften: port.type = "line" port.availability-group = "Legacy 4" card.profile.port = "3" Teil der/des Profil(s): output:analog-stereo, output:analog-stereo+input:analog-stereo analog-output-headphones: Headphones (Typ: Kopfhörer, Priorität: 9900, Latenzversatz: 0 usec, Verfügbarkeitsgruppe: Legacy 5, Verfügbarkeit unbekannt) Eigenschaften: port.type = "headphones" port.availability-group = "Legacy 5" device.icon_name = "audio-headphones" card.profile.port = "4" Teil der/des Profil(s): output:analog-stereo, output:analog-stereo+input:analog-stereo Gruss, Waldhase |
Anmeldungsdatum: Beiträge: 912 |
Seltsam: Die ganze Zeit(und das war richtig) war die Ausgabe:
Jetzt:
das ist von hw:1,3 auf hw:1,7 zeige mal währed HDMI Wiedergabe: fuser -v /dev/snd/* aplay -l |
(Themenstarter)
Anmeldungsdatum: Beiträge: 259 |
Hallo Marantkurz, Video läuft: didi@DidiPC:~$ fuser -v /dev/snd/* BEN. PID ZUGR. BEFEHL /dev/snd/controlC0: didi 2579 F.... pipewire didi 2585 F.... wireplumber /dev/snd/controlC1: didi 2585 F.... wireplumber /dev/snd/pcmC0D0p: didi 2579 F...m pipewire /dev/snd/seq: didi 2579 F.... pipewire Code **** Liste der Hardware-Geräte (PLAYBACK) **** Karte 0: PCH [HDA Intel PCH], Gerät 0: ALC662 rev1 Analog [ALC662 rev1 Analog] Sub-Geräte: 0/1 Sub-Gerät #0: subdevice #0 Karte 1: NVidia [HDA NVidia], Gerät 3: HDMI 0 [HDMI 0] Sub-Geräte: 1/1 Sub-Gerät #0: subdevice #0 Karte 1: NVidia [HDA NVidia], Gerät 7: HDMI 0 [DELL S2722DGM] Sub-Geräte: 1/1 Sub-Gerät #0: subdevice #0 Karte 1: NVidia [HDA NVidia], Gerät 8: HDMI 0 [HDMI 0] Sub-Geräte: 1/1 Sub-Gerät #0: subdevice #0 Karte 1: NVidia [HDA NVidia], Gerät 9: HDMI 0 [HDMI 0] Sub-Geräte: 1/1 Sub-Gerät #0: subdevice #0 Code Gruss, Waldhase |
Anmeldungsdatum: Beiträge: 912 |
Tatsache:
Mir ist aber noch was Seltsameres aufgefallen: Der gibt momentan analog aus und nicht über HDMI:
Muss mal überlegen.. |
Anmeldungsdatum: Beiträge: 912 |
Zeige mal pactl info wpctl status |
(Themenstarter)
Anmeldungsdatum: Beiträge: 259 |
Hallo Marantkurz, ich habe noch ein USB Kabel mit Switch verbunden und am Switch hängen dann die Boxen, vielleicht deshalb 2 Signale ?
idi@DidiPC:~$ pactl info Server-Zeichenkette: /run/user/1001/pulse/native Bibliotheks-Protokollversion: 35 Server-Protokollversion: 35 ist lokal: ja Client-Index: 81 Tile-Größe: 65472 Name des Benutzers: didi Rechnername: DidiPC Name des Servers: PulseAudio (on PipeWire 1.0.5) Version des Servers: 15.0.0 Standard-Abtastwert-Angabe: float32le 2ch 48000Hz Standard-Kanal-Zuordnung: front-left,front-right Standard-Ziel: alsa_output.pci-0000_00_1b.0.analog-stereo Standard-Quelle: alsa_output.pci-0000_00_1b.0.analog-stereo.monitor Cookie: cb3e:d1cd Code didi@DidiPC:~$ wpctl status PipeWire 'pipewire-0' [1.0.5, didi@DidiPC, cookie:3409891789] └─ Clients: 32. pipewire [1.0.5, didi@DidiPC, pid:2570] 33. WirePlumber [1.0.5, didi@DidiPC, pid:2568] 34. WirePlumber [export] [1.0.5, didi@DidiPC, pid:2568] 53. gnome-shell [1.0.5, didi@DidiPC, pid:2798] 54. GNOME Shell Volume Control [1.0.5, didi@DidiPC, pid:2798] 55. GNOME Volume Control Media Keys [1.0.5, didi@DidiPC, pid:2938] 56. xdg-desktop-portal [1.0.5, didi@DidiPC, pid:3276] 57. cryptomator [1.0.5, didi@DidiPC, pid:3617] 58. Firefox [1.0.5, didi@DidiPC, pid:3875] 64. Terminal [1.0.5, didi@DidiPC, pid:5151] 65. Firefox [1.0.5, didi@DidiPC, pid:3875] 66. wpctl [1.0.5, didi@DidiPC, pid:5196] Audio ├─ Devices: │ 46. Built-in Audio [alsa] │ 47. GF116 High Definition Audio Controller [alsa] │ ├─ Sinks: │ 35. GF116 High Definition Audio Controller Digital Stereo (HDMI 2) [vol: 1.46] │ * 48. Built-in Audio Analog Stereo [vol: 0.86] │ ├─ Sink endpoints: │ ├─ Sources: │ ├─ Source endpoints: │ └─ Streams: 59. Firefox 61. output_FL > ALC662 rev1 Analog:playback_FL [active] 63. output_FR > ALC662 rev1 Analog:playback_FR [active] Video ├─ Devices: │ ├─ Sinks: │ ├─ Sink endpoints: │ ├─ Sources: │ ├─ Source endpoints: │ └─ Streams: Settings └─ Default Configured Node Names: 0. Audio/Sink alsa_output.pci-0000_00_1b.0.analog-stereo Code Gruss, Waldhase |
Anmeldungsdatum: Beiträge: 912 |
OK, das beisst sich:
Gehe mal in pavucontrol -t 3 Dann bei HDMI ganz rechts "Als Ausweichoption .." anklicken und Test. Während Test anzeigen: fuser -v /dev/snd/* |
(Themenstarter)
Anmeldungsdatum: Beiträge: 259 |
Hallo Marantkurz, das ist beim pavucontrol extrem unübersichtlich grau hinterlegt weggeklickt: Ausserdem friert mir der Bildschirm dauern ein idi@DidiPC:~$ fuser -v /dev/snd/* BEN. PID ZUGR. BEFEHL /dev/snd/controlC0: didi 2558 F.... pipewire didi 2563 F.... wireplumber /dev/snd/controlC1: didi 2558 F.... pipewire didi 2563 F.... wireplumber /dev/snd/pcmC0D0p: didi 2558 F...m pipewire /dev/snd/pcmC1D7p: didi 2558 F...m pipewire /dev/snd/seq: didi 2558 F.... pipewire Gruss, Waldhase |