FreeBSD/HowTo: Difference between revisions

From KDE Community Wiki
No edit summary
mNo edit summary
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Bold textHow to avoid having annoying problems with the pulseaudio server inside the plasma5 environment'''
== Troubleshooting ==


I edited  /usr/local/etc/pulse/default.pa and added this line:
==== How to avoid having annoying problems with the pulseaudio server when running the plasma5 environment ====
[b]load-module module-oss device="/dev/dsp2" sink_name=2[/b]


I also ran these commands to make sure phonon4-gstreamer would not have problems with pulseaudio:
* delete the folder ''~/.config/pulse/''
* delete the file ''~/.esd_auth''
* add the line ''load-module module-oss device="/dev/dsp2" sink_name=2'' to the file ''/usr/local/etc/pulse/default.pa''


[b]
== See also ==
gconftool-2 -t string --set /system/gstreamer/0.10/default/audiosink pulsesink[/b]


[b]gconftool-2 -t string --set /system/gstreamer/0.10/default/audiosrc pulsesrc[/b]
* https://forums.freebsd.org/tags/kde/
* https://forums.freebsd.org/tags/dbus/
* https://forums.freebsd.org/tags/hald/

Latest revision as of 16:16, 30 December 2018

Troubleshooting

How to avoid having annoying problems with the pulseaudio server when running the plasma5 environment

  • delete the folder ~/.config/pulse/
  • delete the file ~/.esd_auth
  • add the line load-module module-oss device="/dev/dsp2" sink_name=2 to the file /usr/local/etc/pulse/default.pa

See also