> 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.
I did it, but same problem.
But, I read the url's article, and I resolved the problem on the step 6:
>Sometimes the playback device is muted by default. To fix this problem,
you
>need to run
>
>sudo apt-get install pavucontrol
>
>then run the pavucontrol program from a terminal or by pressing Alt-F2 and
>typing
>
>pavucontrol
>
>in the box that appears.
Thanks all.