> A .lua script in ~/.config/wireplumber/main.lua.d/

Please can show the lua script you are trying to install? It would also
be helpful to list the commands you are running to test. I'd expect
something like,

mkdir -pv ~/.config/wireplumber/main.lua.d/
cat <<EOF>~/.config/wireplumber/main.lua.d/99-hdmi-ac3.lua
rule = {
  matches = {
    {
      { "node.name", "matches", "<your node.name>" },
    },
  },
  apply_properties = {
    ["iec958.codecs"] = "[ AC3 ]",
  },
}
table.insert(alsa_monitor.rules, rule)
EOF

Would work. If it still doesn't do anything, try stopping the user
service with `systemctl --user stop wireplumber`, and the run it
manually with with `WIREPLUMBER_DEBUG=D /usr/bin/wireplumber` &> log`.
See if there's any clues what is going wrong in the log file.

** Changed in: pipewire (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2120236

Title:
  WirePlumber on Ubuntu 24.04 ignores all configuration overrides for
  AMD HDMI audio (alsa_card.pci-0000_06_00.1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pipewire/+bug/2120236/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to