No sound after upgrade

please post system information

inxi -Fxxxx

and get ALSA information

alsa-info.sh --upload

and check for any error messages in

sudo dmesg | grep snd

Sound not working after upgrade - #39 by nikgnomic

pulseaudio -k may appear to restart pulseaudio ok, but it will break some pulseaudio functions

  • the systemd pulseaudio.service may fail
  • some of the pulseaudio modules will not get re-loaded correctly
  • GUI controls in KDE may not work (because pulseaudio does not have module-device-manger loaded)
  • network audio device may not work (because two X11 modules are not loaded)
  • audio devices may get muted or suspended

suggest use this command to check if pulseaudio is ok

systemctl --user --full --no-pager status pulseaudio.{socket,service} 

and this to restart pulseaudio

systemctl --user restart pulseaudio