GithubHelp home page GithubHelp logo

Comments (5)

BEST8OY avatar BEST8OY commented on July 22, 2024

Not sure what happened!
For now it's okay.
If it happened again I'll reopen the issue!

from voidrice.

BEST8OY avatar BEST8OY commented on July 22, 2024

Okay.
The problem is with pipewire config file in /.config I removed that and now everything is good!
It sometimes causes the statusbar scripts to not load or sometimes when they load the pulsemixer only shows dummy audio.

from voidrice.

BEST8OY avatar BEST8OY commented on July 22, 2024

I also installed the two packages mentioned here and still there is some sort of conflict because of the config file which causes the issue!
#1287

from voidrice.

appeasementPolitik avatar appeasementPolitik commented on July 22, 2024

Had the same issue. Boot with headphone connected and everything is fine, but boot without headphone or unplug and replug the headphone, and it doesn't work anymore.

Fixed it by removing ~/.config/pipewire/pipewire.conf, and replacing it with ~/.config/pipewire/pipewire.conf.d/user-session.conf with the following content:

context.exec = [
    { path = "/usr/bin/wireplumber" args = "" condition = [ { exec.session-manager = null } { exec.session-manager = true } ] }
    { path = "/usr/bin/pipewire" args = "-c pipewire-pulse.conf" condition = [ { exec.pipewire-pulse = null } { exec.pipewire-pulse = true } ] }
]

Also has the advantage of being more future-proof. I didn't need to install alsa-firmware or alsa-utils like in the linked issue. The second reason for the problem was that I had set the output to Analog Stereo Output. Setting it to Analog Stereo Duplex fixed it.

from voidrice.

bybv avatar bybv commented on July 22, 2024

Thank you so much for this. I will do a fresh install and see if this solves my issue. I had the same issue where Super+F4 pulled up a blank pulsemixer and couldn't figure out the pattern.

However I'm not following your note about the analog stereo output vs analog stereo duplex. Where were you making these selections?

Also has the advantage of being more future-proof. I didn't need to install alsa-firmware or alsa-utils like in the linked issue. The second reason for the problem was that I had set the output to Analog Stereo Output. Setting it to Analog Stereo Duplex fixed it.

Cheers!

from voidrice.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.