Hi!

You have probably come here because you have a problem with PulseAudio, and someone asked you to provide a PulseAudio verbose log. Here's how to do that:

echo autospawn = no >> ~/.config/pulse/client.conf  #use ~/.pulse/client.conf on Ubuntu <= 12.10
killall pulseaudio
LANG=C pulseaudio -vvvv --log-time=1 > ~/pulseverbose.log 2>&1

Logging startup (advanced)

If the problem only manifests itself during startup, then the above method might not work. This method logs the startup phase and works with Ubuntu 14.04 or above.

sudo nano /etc/pulse/client.conf

extra-arguments = -vvvv --log-target=newfile:/tmp/pulseverbose.log --log-time=1


CategoryDebugging

PulseAudio/Log (last edited 2017-11-10 23:51:33 by 1-ubuntu-i)