Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

headphone not working after wireplumber upgrade to v0.5 #73

Open
Yee2 opened this issue Jun 13, 2024 · 1 comment
Open

headphone not working after wireplumber upgrade to v0.5 #73

Yee2 opened this issue Jun 13, 2024 · 1 comment

Comments

@Yee2
Copy link

Yee2 commented Jun 13, 2024

After recently upgrading wireplumber to version 0.5.3, the headphones is not working properly. I discovered that wireplumber v0.5 no longer uses lua scripts as configuration files. I rewrote a configuration file and saved it to /etc/wireplumber/wireplumber.conf.d/50-headphones.conf and the headphones worked fine.

cat /etc/wireplumber/wireplumber.conf.d/50-headphones.conf
monitor.alsa.rules = [
  {
    matches = [
      {
        node.nick = "Headphones"
      }
    ]
    actions = {
      update-props = {
        audio.format = "S16LE"
      }
    }
  }
]

I don't know how to modify the install script, but someone else may be experiencing the same problem, so hopefully this will help!

@jmontleon
Copy link
Owner

Thank you for doing the investigation and coming up with a solution @Yee2 !

I will think about where to add this and implement something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants