The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)


Nemo/AudioDebugging

From Mer Wiki
Jump to: navigation, search

PulseAudio

To get full verbose logs from pulseaudio first disable journal rate limiter, as pulseaudio is quite verbose:

As root, run:

 sed -i 's/#RateLimitBurst=.*/RateLimitBurst=0/g' /etc/systemd/journald.conf
 sed -i 's/^RuntimeMaxUse/#RuntimeMaxUse/g' /etc/systemd/journald.conf

to disable journal ratelimiter.

Then to enable pulseaudio logging as root run:

 sed -i -e 's/\(CONFIG=".*\)"/\1 -vvvvv"/' /etc/sysconfig/pulseaudio

Then reboot device.

Personal tools