I found out that some user 109 is blocking my pulseaudio
Code:
petr@sova:~$ ps -ef | grep pulseaudio
109 1515 1 1 15:23 ? 00:00:00 /usr/bin/pulseaudio --start --log-target=syslog
petr 2344 1 0 15:24 ? 00:00:00 /usr/bin/pulseaudio --start --log-target=syslog
petr 2807 2757 0 15:24 pts/1 00:00:00 grep --color=auto pulseaudio
Once I kill the 1515 process, the sound card is recognized and I can play sound again! Now, what is blocking it and who the hell is user 109?
I've read somewhere, that GDM can monopolize pulseaudio. However, I don't use GDM as I am on Xubuntu 13.04, so I have (probably) LightDM. How can I stop it from stealing my sound?