No sound on Ubuntu 18.04

Solution 1:

I had the same problem and this commands worked for me.
Socket is enabled by default:

$ systemctl --user status pulseaudio.socket

If you want pulseaudio to start right after login:

$ systemctl --user enable pulseaudio

ArchLinux source