Closed fkinos closed 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
@fkinosh copy Core/os_files/etc/skel/.config
to home directory and add user to audio
group.
@trunkmaster unfortunately that didn't work, by default Fedora 39 is using pipewire, would that cause this sort of problem?
@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.
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
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 thePreferences -> Sound Preferences -> Advanced
section.Also couldn't find anything useful on
journalctl
.