< FreeBSD
Difference between revisions of "FreeBSD/HowTo"
Line 3: | Line 3: | ||
I deleted ~/.config/pulse and .esd_auth. | I deleted ~/.config/pulse and .esd_auth. | ||
+ | |||
I edited /usr/local/etc/pulse/default.pa and added this line: | I edited /usr/local/etc/pulse/default.pa and added this line: | ||
'''load-module module-oss device="/dev/dsp2" sink_name=2''' | '''load-module module-oss device="/dev/dsp2" sink_name=2''' |
Revision as of 02:32, 23 June 2017
How to avoid having annoying problems with the pulseaudio server when running the plasma5 environment
I deleted ~/.config/pulse and .esd_auth.
I edited /usr/local/etc/pulse/default.pa and added this line: load-module module-oss device="/dev/dsp2" sink_name=2
I also ran these commands to make sure phonon4-gstreamer would not have problems with pulseaudio:
THIS STEP MIGHT BE UNNECESSARY:
gconftool-2 -t string --set /system/gstreamer/0.10/default/audiosink pulsesink
gconftool-2 -t string --set /system/gstreamer/0.10/default/audiosrc pulsesrc
This page was last edited on 23 June 2017, at 02:32. Content is available under Creative Commons License SA 4.0 unless otherwise noted.