- Edited
I am using an Intel NUC 12 and here is some current information of my current state:
$ inxi -Aaz
Audio:
Device-1: Intel Alder Lake PCH-P High Definition Audio driver: snd_hda_intel
v: kernel bus-ID: 00:1f.3 chip-ID: 8086:51c8 class-ID: 0401
API: ALSA v: k6.4.9-248.current status: kernel-api
tools: alsactl,alsamixer,amixer
Server-1: JACK v: 1.9.22 status: off tools: jack_control
Server-2: PipeWire v: 0.3.77 status: active with: 1: pipewire-pulse
status: active 2: wireplumber status: active tools: pw-cat,pw-cli,wpctl
Server-3: PulseAudio v: 16.1 status: off (using pipewire-pulse)
tools: pacat,pactl
On Linux Mint sound worked out of the box.
On EndeavourOs I got sound working after running these commands:
$ 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
I thought I would ask here first before trying to mess around and replicate what I did was instructed to do with my EndeavourOS install.