Error Presentation

default user has no sound, but the root user has sound.
after some attempts, my user group is:

1
zarkli adm dialout cdrom floppy sudo audio dip video plugdev netdev wireshark bluetooth lpadmin pulse-access kaboxer

but it is of no use.
I tried to catch the log of pulseaudio service by using command systemctl --user status pulseaudio, and I got error log like this :

1
2
3
xxx failed to create sink input: sink is suspended.
xxx failed to create sink input: sink is suspended.
...

solution

change(comment) /etc/pulse/default.pa:

1
2
### Automatically suspend sinks/sources that become idle for too long
load-module module-suspend-on-idle

to

1
2
### Automatically suspend sinks/sources that become idle for too long
#load-module module-suspend-on-idle

reference

StackExchange