I just installed EndeavourOs but I can’t get any sound to play on my hdmi television. All sounds played fine on Linux Mint which I just replaced. How do I start solving this sound issue?
PS: Please don’t tell me to go back to Mint.
PSS: I installed several desktop environments such as KDE, Gnome, Cinnamon, Budgie incase that matters.
Yes I would like to try this pipewire to pulseaudio switch, but it fails
[me@mymachine ~]$ yay -S pulseaudio
Sync Explicit (1): pulseaudio-16.1-6
[sudo] password for user:
resolving dependencies...
looking for conflicting packages...
:: pulseaudio and pipewire-pulse are in conflict. Remove pipewire-pulse? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing pipewire-pulse breaks dependency 'pulseaudio-bluetooth' required by gnome-bluetooth
:: removing pipewire-pulse breaks dependency 'pulseaudio-bluetooth' required by gnome-bluetooth-3.0
error: could not set install reason for package pulseaudio (could not find or read package)
-> error installing repo packages
My apologies. I’m not on Gnome. As one of the main advatagies of EOS is the fast install, I made a test site for Gnome. I did the same for Arco where it is working out of the box.:
How naive and silly I was to compare the installed package lists of the two systems. pacman -Qqe > pkglist1.txt
I started removing pipewire-alsa -jack -pulse with -Rcns
and install pulseaudio -alsa -bluetooth and rebooted
into the console user prompt.
So, instead of deep-diving I wait for the correct solution from the community.
If your sound issue is not resolved, please remove the solution mark.
As it is, it shows as a solved topic in the flow and unlikely to get much attention.
Thank you. This link (https://discovery.endeavouros.com/audio/pulseaudio/2021/12/) helped me solve the issue. I almost did not get past not being able to remove a crucial depency breaking package gnome-bluetooth-3 and 3.0 (hence “–nodeps --nodeps”).
Here are the commands that were required get sound for my computer (an Intel Nuc 12 with sound through hdmi cable):
$ sudo pacman -R --nodeps --nodeps gnome-bluetooth-3
$ sudo pacman -R --nodeps --nodeps gnome-bluetooth-3.0
$ sudo pacman -S pulseaudio
$ sudo pacman -S pulseaudio-alsa pulseaudio-jack pulseaudio-bluetooth
$ systemctl --user stop pipewire-pulse.service
$ systemctl --user start pulseaudio
$ inxi -Aaz
# + a reboot was required in the end