Kodi Community Forum
Pulseaudio > XBMC standalone - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Pulseaudio > XBMC standalone (/showthread.php?tid=79356)



Pulseaudio > XBMC standalone - GroMmiT - 2010-08-20

Howdy all,

I'm having a problem with pulseaudio and xbmc.

When I start gnome as the xsession and then run xbmc I get perfect 5.1 analog. (This, I believe, is using pulseaudio.)

When I xsession straight to xbmc (standalone), I get a) no gui audio, b) initializing sound errors when playing audio/video, and c) the options under the audio settings for devices have changed (I assume to alsa devices.)

My question is, can I get pulseaudio to start before xbmc when in standalone/xsession? And if so, HOW? Smile


Cheers,


- leadfingers - 2010-08-21

Way back in the corner of my brain I seem to remember...
To load a module on startup you need to edit /etc/modules
Code:
sudo nano /etc/modules

I think you need to add "pulse" on the line directly under the last module.
(obviously without the quotation marks)