FreeBSD/HowTo: Difference between revisions

From KDE Community Wiki
No edit summary
mNo edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Troubleshooting ==


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


I edited  /usr/local/etc/pulse/default.pa and added this line:
* delete the folder ''~/.config/pulse/''
'''load-module module-oss device="/dev/dsp2" sink_name=2'''
* 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''


I also ran these commands to make sure phonon4-gstreamer would not have problems with pulseaudio:
== See also ==


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

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