I remember having your same problem with netinstalls of trisquel and parabola. See this line right here:

https://help.ubuntu.com/community/SoundTroubleshootingProcedure

sudo usermod -aG `cat /etc/group | grep -e '^pulse:' -e '^audio:' -e '^pulse-access:' -e '^pulse-rt:' -e '^video:' | awk -F: '{print $1}' | tr '\n' ',' | sed 's:,$::g'` `whoami`

This is what solved for me.

Reply via email to