trunkmaster / nextspace

NeXTSTEP-like desktop environment for Linux
https://trunkmaster.github.io
GNU General Public License v3.0
1.89k stars 69 forks source link

Unable to get any sound #428

Closed fkinos closed 8 months ago

fkinos commented 8 months ago

Hi, sorry for opening so many issues. I've been testing out everything and I noticed that sound isn't working.

Setting sound to 100% on Preferences -> Sound Preferences has no effect and nothing shows up on the playback section on the Preferences -> Sound Preferences -> Advanced section.

Also couldn't find anything useful on journalctl.

fkinos commented 8 months ago

Oh, when opening something with VLC it shows up an error saying:

Audio output failed:
The audio device "default" could not be used:
Host is down.

And on the terminal it prints:

[000055c9b5f61440] main audio output error: module not functional
[00007f2665783400] main decoder error: failed to create audio output
[000055c9b5f61440] alsa audio output error: cannot open ALSA device "default": Host is down
trunkmaster commented 8 months ago

@fkinosh copy Core/os_files/etc/skel/.config to home directory and add user to audio group.

fkinos commented 8 months ago

@trunkmaster unfortunately that didn't work, by default Fedora 39 is using pipewire, would that cause this sort of problem?

trunkmaster commented 8 months ago

@trunkmaster unfortunately that didn't work, by default Fedora 39 is using pipewire, would that cause this sort of problem?

Maybe. Check if you have PulseAudio installed.

fkinos commented 8 months ago

Yeah, that was it! If anyone encounters this problem you just need to remove pipewire with sudo dnf install pulseaudio --allowerasing (--allowerasing for it to also remove pipewire to avoid conflicts).

Thank you for all the help @trunkmaster! :D