you can install pavucontrol to check output device
sudo apt install pavucontrol -y
pavycontrolRemove and install some tools
sudo apt-get remove --purge alsa-base
sudo apt-get remove --purge pulseaudio
sudo apt-get install alsa-base -y
sudo apt-get install pulseaudio -y
sudo alsa force-reload At last you should reboot the system
reboot