When I first installed it there was sound but after doing updates, upgrades, installations and couple of restarts the sound is gone.
I ran this codes -
sudo alsa force-reload
Then restarted but no luck.
Then I tried,
sudo apt-get remove --purge alsa-base pulseaudio
sudo apt-get install alsa-base pulseaudio
sudo alsa force-reload
But still no luck.
Here's how to install it -
Open up your terminal and copy and paste the codes -
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install ukuu
Then install latest kernel and restart.
I hope it will solve the problem.
– Prince Nov 06 '18 at 09:21sudo alsa force-reload
after each reboot.pactl load-module module-detect
looks to have helped fix this issue permanently now. – serejja May 01 '20 at 16:10