No sound in manjaro x64 xfce

After searching the device: Intel Celeron N3350/Pentium N4200/Atom E3900 Series Audio Cluster I came to conclusion that the wrong driver has been loaded.

It must be this one: snd_sof_pci instead of snd_hda_intel. Try to blacklist it:

echo "blacklist snd_hda_intel" > /etc/modprobe.d/blacklist_snd_hda_intel.conf

Maybe you have to install sof-firmware also:

pamac install sof-firmware

The reboot and check again which driver has been loaded:

sudo inxi -Aazy
1 Like